EuGrid Issues
- Posted by cklester <cklester at yahoo.com> Sep 21, 2004
- 461 views
Anybody know why the line below would be failing? if not EGW_AddColumn(newGrid,name,140,EGW_FIRST,EGW_STATIC,1) then ?1/0 end if if not EGW_AddColumn(newGrid,"Cost",70,EGW_LAST,EGW_STATIC,2) then ?1/0 end if if not EGW_AddColumn(newGrid,"Ref",70,EGW_LAST,EGW_STATIC,3) then ?1/0 end if -- fails next line if not EGW_SetColumnProperty(newGrid,3,EGW_COL_DATATYPE,EGW_NUMBER) then ?1/0 end if if not EGW_SetColumnProperty(newGrid,3,EGW_COL_NUMFORMAT,"%d") then ?1/0 end if -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/