FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Syntax error on FW 13.09 not on 10.06
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Syntax error on FW 13.09 not on 10.06
Posted: Fri Mar 07, 2014 08:25 AM
Guys:

The following line:
Code (fw): Select all Collapse
   @ 130,055 TO 185,120 LABEL "Status" OF oDlg PIXEL

is being flagged as a:
Code (fw): Select all Collapse
Error E0030  Syntax error: "syntax error at '@'"


Even in the FWBROW.PRG & FWBROW2.PRG programs (included in the SAMPLES folder) are flagged the same.

What's wrong with it ?

Thank you very much.
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Syntax error on FW 13.09 not on 10.06
Posted: Fri Mar 07, 2014 09:40 AM
Hunter,

HunterEC wrote:Guys:

The following line:
Code (fw): Select all Collapse
   @ 130,055 TO 185,120 LABEL "Status" OF oDlg PIXEL

is being flagged as a:
Code (fw): Select all Collapse
Error E0030  Syntax error: "syntax error at '@'"


Even in the FWBROW.PRG & FWBROW2.PRG programs (included in the SAMPLES folder) are flagged the same.

What's wrong with it ?

Thank you very much.


The right form is

Code (fw): Select all Collapse
@ nRow, nCol GROUP TO ...


EMG
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Syntax error on FW 13.09 not on 10.06
Posted: Sat Mar 08, 2014 09:19 AM

Enrico:

Thank you very much. Worked flawlessly !

Continue the discussion