Q: Lookup with diff. tables/ Access Rec. from integer

MissesMagicMissesMagic Member Posts: 39
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

  • krikikriki Member, Moderator Posts: 9,118
    I am afraid it is not possible.
    There are other topics with this problem. And always with the same response : not possible without (quite) some programmation.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.