K
Kai Siegele
Guest
Hallo, I have created a new ABL form-class with some textboxes on it and now I want to set some properties of the textbox depending on the values of a data object I am calling binding source. For that purpose I have created a new class calling KontrahentBindingSource. I have added a new public string property Rating1. Than I have added the following line of code in my ABL form-class: tbRating
ataBindings:Add("Text", bsSpiKontrahent, "Rating1"). When compiling I got the error message parameter 2 for method is not type compatible with his definition (12905). Has anyone an idea how to correct this error? Kind regards Kai Siegele
Continue reading...
Continue reading...