[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Writing own bindingsources for form controls

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
Following up on jquerijero's answer, you would not do this by creating a class with public properties as you showed at first. You would do this by defining a temp-table with the four fields, transferring the db data into there and binding the BindingSource to the temp-table buffer (not a query, just the buffer). I'd be curious to know if this works!

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