Hi,
I have a problem.
I want to deposit in a tables field A a table ID and B open on the LookUp an Additional Field to the lookup table in the field A.
Is that possible?
Have I made myself clear?
An example. If the field A is a 18 to the lookup Page "Customer List" to be called,
If the field A is a 27 then it should be the Page "Item List".
Does anyone have a solution?
Greeting Frank
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
RIS Plus, LLC
Thanks, but that is not dynamic enough.
A field can have the IDs of all the tables. The Conditional list would be very long and must be replaced with new fields, if I understand you correctly.
Greeting Frank
I think you mean so, right ??
RIS Plus, LLC
You can use recordref and variant variable types to run default pages.
RecRef.OPEN(TableID);
VariantRec := RecRef;
PAGE.RUN(0,VariantRec);
Pargesoft
Greeting Frank
I had the same wish and this solution works fine. But one more question: is it possible to get back the selected records from that page?
Thanks for any ideas
Thomas
Pargesoft