Currently only the Table Id can be used which is meaningless as it is a number. A little bit of code example would really be great.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a new
RunBaseReportclass and remember to name theSysDatabaseLogreport in thelastValueElementNamemethod.Prompt the table name in the
dialogmethod; use theTableNameextended data type to enable lookup.Update the table id range of the
queryRun.query()in thegetFromDialogmethod after callingsuper(). Use thetableName2Idfunction to convert to table id.In the
validatemethod, validate that table name is valid (table id not 0, table not temp etc.).Lastly you change the output menu item to point to the class rather than the report.
Warning: code has not been tested!