Forum Discussion
DenisMedvedev
10 years agoContributor
The bellow code with system SetText() method works fine
ODT.Data.CustomerNameTextField.GetObject().SetText("Text")
The question is how it works with system SetText() method?
Will be glad to have any help.
Thanks in advance, Denis
DenisMedvedev
10 years agoContributor
seems like i need override SetText function with prototype?
any ideas, guys?