[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
Sorry, but I don't think you'll be able to do that with a BindingSource. You'll just have to do it "manually", meaning that on some event like Form's Load, or if there is a button that move's to another record, you'd have to do it again in the button's click event, you would populate the text boxes with the values you want.

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