R
Raymond Maillard
I have a form that searches for a particular piece of equipment and allows
the user to edit the record when a command button is pressed.
The active form then loads a dataset with model information in a dropdown.
How do I prgrammatically set the value in the selectionlist so that it
represents the value for the model as defined in the equipment record?
eg
Serial Number: [ ]
Model: [ selectionlist as a drop down control ]
I need the model to default to the model id representing the equipment
model.
I have using
control.selection.value = imid.tostring
which does not work. imid is the field containing the model id.
Regards
the user to edit the record when a command button is pressed.
The active form then loads a dataset with model information in a dropdown.
How do I prgrammatically set the value in the selectionlist so that it
represents the value for the model as defined in the equipment record?
eg
Serial Number: [ ]
Model: [ selectionlist as a drop down control ]
I need the model to default to the model id representing the equipment
model.
I have using
control.selection.value = imid.tostring
which does not work. imid is the field containing the model id.
Regards