I need to show a form, which is a choice form for other form, but it does not linked to any catalog and just gets the data from internet. I want to use standard choice handling, but could not imagine how to define everything needed for this form to work. And could you explain a little how the selection mode works because there is nothing in the books.
I understand that there is a ChoiceProcessing procedure Syntax: ChoiceProcessing(<SelectedValue>, <ChoiceSource>)
and NotifyChoice Syntax:
NotifyChoice(<SelectionValue>)
but what should I define any special parameters for the form, run it in special mode o something else?
For cases when you need to pass more complicated values (tables of data) you need to use more complicated technique with storing it in temporary storage and passing its address between forms. See Pick commands in for more details.
Pages:1
Users browsing this topic (guests: 1, registered: 0, hidden: 0)