About Lookup Field ...
About Lookup Field ...
Hi:
The Lookup field ... which is also refered to as Field Type import Data ... allows a developer to specify the App Name, Form Name and Field Name from which to import values for this ListBox ... but once specified, there is no opportunity to change this specification ... so if a mistake was made ... or a design change was made, the only option seems to be to "delete this field" and "recreate it" ... which can bring up a whole other set of problems ... as fields will not be deleted until all references in all script sections that reference this Field are removed ... can be an excruciating process ... please advise a better (faster) way to accomplish this ... go to the Form Definition and change the raw code ?
And if this is recommended, can I do something like this ? ...
Lookup_1
(
displayname = "Lookup 1"
type = picklist
values = myApp1.myFunctionGroupX.myFunctionY()
)
... and have my Custom Function build and return a list of entries ? ... if this is possible, please advise about the code to be used for the "seaparator character" between entries.
Gaev