Hi
I would like to make a template for a table dynamic.
Meaning that instead of making a lot of fields, I would like to create a table with records containing :
Field (Caption)
FieldType (Code/Text/Integer/Decimal/Option)
Reference table
Reference field
Is it possible to program a form, setting lookup and validate dynamic.
The reason is that the table can have variable number of fields, and I would like to sort the fields.
Kind regards
Kenneth Jarlshøi Bolø
Dynateam A/S
0
Comments
Otherwise you might want to get into the RecordRef and FieldRef variables. With these you can get and set values (validate too!) into any table within Navision without having to know the exact structure of the table. (A record variable).
This may help you on your way.
8)