I'm using IDE to define to my form, but when I want to put RichEditBox - it crashes. Something is wrong with IDE:
Code: Select all
Error BASE/1081 Argument error: +
Called from GENCODE(28201)
Called from SAVE(26902)
Called from VIEWCODE(31773)
Called from (b)PROC_DEFINE_MAIN_MENU(1408)
Called from _DOCONTROLEVENTPROCEDURE(6056)
Called from EVENTS(1756)
Called from DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(5717)
Called from DOMETHOD(9003)
Called from _OPEN(26326)
Called from EDITFILE(30306)
Called from (b)MAIN(1077)
Called from _DOCONTROLEVENTPROCEDURE(6056)
Called from EVENTS(2015)
Called from DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(5717)
Called from MAIN(1253)
So my question is - how to define manually richeditbox which is located in the second tab?
This topic is present on forum, but I can't find it. How to do it?