Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 346971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:13:37+00:00 2026-05-12T11:13:37+00:00

Currently only the Table Id can be used which is meaningless as it is

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:13:38+00:00Added an answer on May 12, 2026 at 11:13 am

    Create a new RunBaseReport class and remember to name the SysDatabaseLog report in the lastValueElementName method.

    Prompt the table name in the dialog method; use the TableName extended data type to enable lookup.

    Object dialog() 
    {
        DialogRunbase dlg = super();
        ;
        dialogTableName = dlg.addFieldValue(typeId(TableName),tableId2Name(tableId));      
        return dlg;  
    }
    

    Update the table id range of the queryRun.query() in the getFromDialog method after calling super(). Use the tableName2Id function to convert to table id.

    boolean getFromDialog()
    {
        boolean ret = super();
        ;
        tableId = tableName2Id(dialogTableName.value());
        this.queryrun().dataSourceNo(1).findRange(fieldNum(SysDatabaseLog,Table)).value(queryValue(tableId));
        return ret;
    }
    

    In the validate method, 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!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have a custom tool which generates vanilla-SQL (only using standard SQL), from
We currently have code like this: Dim xDoc = XDocument.Load(myXMLFilePath) The only way we
I am currently putting together a rails-based web application which will only serve and
I'm developing non-interactive cpu-bound application which does only computations, almost no IO. Currently it
I'm currently working on a performance critical application which incorporates legacy c code (a
Is there a list of which filters can be used in selectors for the
How can I ensure my table data function is called only once when app
I've a field of type char(1) in my MySQL table which basically can have
I have a project that I'm currently working on but it currently only supports
I have an Open Source app and I currently only post the binary for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.