From: Leonardo M. <leo...@ho...> - 2016-10-05 12:28:43
|
Hi, I'm migrating from xHarbour to Harbour and am trying to migrate to Hwgui SVN But I'm with the below error when compiling. How to proceed? source\acerto_cnt_rela.prg(126) Error E0030 Syntax error "syntax error at 'END'" Lines 10617, Functions/Procedures 9 source\sagi_exportacao.prg(342) Error E0030 Syntax error "syntax error at 'RADIOGROUP'" sample: .... .... GET RADIOGROUP oRdGp1 VAR nRdGp1 @ 017,078 RADIOBUTTON oRadiobutton1 CAPTION "Emissão" SIZE 90,22 @ 143,078 RADIOBUTTON oRadiobutton2 CAPTION "Vencimento" SIZE 90,22 END RADIOGROUP oRdGp1 ..... ..... ..... |