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.. tbTCName
ataBindings:Add("Text", bsTCJournal, "LastName"). Than I have filled the query and refreshed the binding. When the content of the field is an array, the textbox remains empty. Has anyone an idea how to get data from an array field of a bindingsource and move it into a textbox? Or what control is better suited to show the content of such an array? Kind regards Kai Siegele
Continue reading...
Continue reading...