Dear all
I try to define COLUMNVAILD in GRID and fail. The error message 『Erropr E0030 Syntax error at '{'』keep displaying while compiling.
Those start with asterisk are all I had tried.
Please Help!
Followinf are code of definition of GRID
DEFINE GRID MissList
ROW 30
COL 10
WIDTH 950
HEIGHT 228
ITEMS NIL
VALUE Nil
WIDTHS a_hwid
HEADERS a_header
FONTNAME "Arial"
FONTSIZE 12
ONCHANGE ML_Click()
ALLOWEDIT .T.
COLUMNCONTROLS {{'TEXTBOX','CHARACTER'},{'TEXTBOX','CHARACTER'},{'TEXTBOX','CHARACTER'},{'TEXTBOX','CHARACTER'},;
{'TEXTBOX','CHARACTER'},{'TEXTBOX','CHARACTER'},{'TEXTBOX','CHARACTER'},{'COMBOBOX',a_reasons}}
COLUMNWHEN {{||.F.},{||.F.},{||.F.},{||.F.},{||.F.},{||.F.},{||.F.},{||.T.}}
*COLUMNVAILD {{},{},{},{},{},{},{},{||MsgInfo('ABC')}}
*COLUMNVAILD {{||.F.},{||.F.},{||.F.},{||.F.},{||.F.},{||.F.},{||.F.},{||MsgInfo('ABC')}}
*COLUMNVAILD {,,,,,,,{||MsgInfo('ABC')}}
JUSTIFY {GRID_JTFY_RIGHT,GRID_JTFY_CENTER,GRID_JTFY_LEFT,GRID_JTFY_CENTER,GRID_JTFY_CENTER,;
GRID_JTFY_CENTER,GRID_JTFY_LEFT,GRID_JTFY_LEFT}
ITEMCOUNT Nil
END GRID
Best Regards
chen min
Fail to define COLUMNVAILD in GRID. Please Help!
Moderator: Rathinagiri
-
huangchenmin
- Posts: 157
- Joined: Mon Jun 07, 2010 2:24 am
Fail to define COLUMNVAILD in GRID. Please Help!
- Attachments
-
- MissOPDt.zip
- (5.42 KiB) Downloaded 171 times
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: Fail to define COLUMNVAILD in GRID. Please Help!
Don't worry. It happens to all.
It is just a spelling mistake.
ColumnVaild should be changed to ColumnValid.
ColumnVaild should be changed to ColumnValid.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
-
huangchenmin
- Posts: 157
- Joined: Mon Jun 07, 2010 2:24 am
Re: Fail to define COLUMNVAILD in GRID. Please Help!
OK!rathinagiri wrote:Don't worry. It happens to all.It is just a spelling mistake.
ColumnVaild should be changed to ColumnValid.
I happen to find that too.
I just correct I used to post about typing mistake.
Thank you again for your supports.
Best Regards
chen min