Hello everybody,
:?: can anyone tell me how to do :?:
I want to lookup different tables with the same procedure-call without having variables containing my tables (from Type "Record").
All I have is the number of the table (it´s an integer).
If I want to use FORM.RUN (or RUNMODAL) I need to have a record to call (wich I don´t have):
FORM.RUN(Number [, Record] [, Field])
I have a table containing the field "TableNo" (integer) and I want to view the corresponding table (data, not fields).
There are too many different numbers possible in that table, therefore "case" is impossible.
I´ve tried with RecordRef, but this doesn´t work! (Or I haven´t found the way).
Is this possible and has anybody a solution for this?
How can I get my table from the integer-value??
thanks MM
Comments
There are other topics with this problem. And always with the same response : not possible without (quite) some programmation.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!