
Having an issue with customization Im doing. Here is the Scenario. I created a table with two fields(EDT's).I then created a form that will display the two new fields.I then created a menu option to access the newly created form. My next task is to associate the new form with an existing Table(CustTable). So in the CustTable form Im adding a new field that will be used to select a record from the new form. I created the relation to the table ensured that its the same type, added a comboBox to the form, however I dont get the dropdown to select a record. The new field in CustTable Form seems to be getting data from the new form , however there is no dropdown, its just grabbing the first record. Not sure whats going on with it.
Any help Please!
*This post is locked for comments
I have the same question (0)You said you used a combobox. The control you use should be the correct type, not combobox. You can actually just drag&drop the field from your custtable datasource onto your form and it will create the correct data type. Assuming the relation is set correctly, the dropdown will appear automatically.
Comboboxes are really only used for enumerated fields or in case you need to supply a list of values from code.