Morning folks,
Is there any kind of window component that is a dropdown where we can edit the TPS file too?
Thx.
Morning folks,
Is there any kind of window component that is a dropdown where we can edit the TPS file too?
Thx.
Do you perhaps mean the “File Drop Combo control template” ?
Quoting from the help:
The FileDropCombo template generates code to display a data file in a scrollable list, select one of the records from the list, then assign a value from the selected record to a specified target field.
…
##Update Behavior
This tab lets you use the entry portion of the COMBO to initiate adding a new record to the lookup file. If the user types a value in the entry box that is not already in the list, the generated code can add a new record directly, or it can call a separate procedure to add the new entry.
I’ll study this alternative.