GetGridcellValue/SetGridCellValue problems
Posted: Sat Feb 13, 2010 8:30 am
Hello Friends,
I have just upgraded a program i last compiled with hmg3_test_13 to hm3.0.20 final release and now i get the following error;
getProperty(cWindowName,cControlName,"cell",nRow,nCol)
setProperty(cWindowName,cControlName,"cell",nRow,nCol,xValue)
It would appear that _getValue(....) function is returning a null. I'll test with the releases inbetween 13 and 20 but any ideas would be highly appreciated.
Thanks
I have just upgraded a program i last compiled with hmg3_test_13 to hm3.0.20 final release and now i get the following error;
The same exact code runs smoothly when compiled with test_13. The lines in my program that generate this error are;Date:13-02-2010 Time: 10:33:16
Error BASE/1069 Argument error: array assign
Called from _HMG_SETGRIDCELLVALUE(1471)
Called from SETPROPERTY(6768)
Called from TGRID:SETGRIDCELLVALUE(207)
getProperty(cWindowName,cControlName,"cell",nRow,nCol)
setProperty(cWindowName,cControlName,"cell",nRow,nCol,xValue)
It would appear that _getValue(....) function is returning a null. I'll test with the releases inbetween 13 and 20 but any ideas would be highly appreciated.
Thanks