Greetings,
My apologies for the poor english in the title, 85 characters was insufficient to ask my question.
I have a table which I'm using for a custom switchboard. This table has three columns; ID, Name, and Argument.
The "Name" column holds the names of tables and reports. The "Argument" column is the name of the form or report to open. What I am trying to do is
1). Populate the "Name" Column with the list of tables and reports in my database automatically. I can use a Schema(ADO) to get the tables but I don't know how to get the reports.
2). I need the "Name" Column to also have the proper "Argument". If a table name changes, then using the TableSchema will give me a different list order(since the tables are listed alphabetically) .
Is this possible? Or am I better off making the switchboard table a static list and manually changing the "Name" column if a table/report's name is changed in the DB?
A side note:
The buttons on my switchboard dynamically read the "Name" and "Argument" fields of a record so changes will reflect automatically on the button.
Thank you for your Time and Assistance,
RL
My apologies for the poor english in the title, 85 characters was insufficient to ask my question.
I have a table which I'm using for a custom switchboard. This table has three columns; ID, Name, and Argument.
The "Name" column holds the names of tables and reports. The "Argument" column is the name of the form or report to open. What I am trying to do is
1). Populate the "Name" Column with the list of tables and reports in my database automatically. I can use a Schema(ADO) to get the tables but I don't know how to get the reports.
2). I need the "Name" Column to also have the proper "Argument". If a table name changes, then using the TableSchema will give me a different list order(since the tables are listed alphabetically) .
Is this possible? Or am I better off making the switchboard table a static list and manually changing the "Name" column if a table/report's name is changed in the DB?
A side note:
The buttons on my switchboard dynamically read the "Name" and "Argument" fields of a record so changes will reflect automatically on the button.
Thank you for your Time and Assistance,
RL
Comment