K
Kai Siegele
Guest
Hallo Laura, thanks for your answer. I want to show the content of some fields in textboxes in a different way they are defined in the database. For example the field rating is an array and i want to show the content in four different textboxes. In future I want to set the foreground color depending on the value of the rating. Green = 1 and Red = 4 and so on. For that purpose I am searching for a similar solution I am using in C#: Just defining a small class with properties for all information I want to use. Than creating a constructor with a query or table-handle to access the OE-db. Than adding information to the textbox databindings which information oft he textbox is mapped to which information of my object. And finally filling the properties from database. Unfortunately in ABL writing a binding source is not as simple. Would you like to tell me where to find an example or a decription how to create such a binding source? Kind regards Kai Siegele
Continue reading...
Continue reading...