[Progress Communities] [Progress OpenEdge ABL] Forum Post: Specifying the format for a column in Progress.Data.BindingSource

  • Thread starter Thread starter Kai Siegele
  • Start date Start date
Status
Not open for further replies.
K

Kai Siegele

Guest
Hallo, I have created a new ABL form-class with some textboxes on it. Then I have added a Progress.Data.BindingSource-object to the form. This binding source is attached via query to a record of a table of a dataset. I have added this binding source to the databindings of the textboxes to specify which field to show in the textbox f.e.. tbKontrahentenLimit:DataBindings:Add("Text", bsKontrahent, "KontrahentenLimit"). Than I have filled the query and refreshed the binding. Everything works without problems. And now my question: Since KontrahentLimit is a currency I want to use a numeric format for display. Has anyone an idea how to do? I have not found a way in Progress.Data.BindingSource how to specify the format for a column. Kind regards Kai Siegele

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