[progress Communities] [progress Openedge Abl] Forum Post: Re: Dropdownlist

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, Yes, you can bind the two tables as you described it. The key is that the DropDownList is associated with the field in the first table (unit.subCon) but its definition uses the 2nd table, parent table of the foreign key (subcontractor), and specifies the name as the display field and subnum as the value field, In addition to the example with the grid above, you can do this with a form. Here is an example using a form (check the code in the view-factory.js): oemobiledemo.progress.com/.../ github.com/.../GridWithFormJFP Please let me know how it you have issues or if you need more information.

Continue reading...
 
Status
Not open for further replies.
Back
Top