Page 1 of 1

DrawAlternatingRows

Posted: Tue Nov 18, 2014 11:09 pm
by Rob van der Sloot
When I start up my application I get the following message in the Mesaage Box

89,8823,1
77,8823,1
449,8823,9
535,8823,1
253,8823,1
241,8801,1,_DrawAlternatingRows
353,0,0,button id 1005 of group id 1004 of card id 1002 of stack "C:/Program Files (x86)/RunRev/LiveCode 7.0.1 (rc 2)/Toolset/revdatagridlibrary.rev"
573,87,1,_DrawAlternatingRows
253,87,1

and the following scriptline is not working anymore
set the dgText of group "ConsultList" to fld "ConsultField"

Can someone explain to me what to do?

thanks

Rob van der Sloot

Re: DrawAlternatingRows

Posted: Wed Nov 19, 2014 8:59 pm
by Rob van der Sloot
I replaced the datagrid which was not working anymore with one from a backup.
Now the datagrid is working fine again, but the messagebox still appears when I load the stack with the card where the datagrid is on.
The old datagrid I could not delete, when I tried to delete it by pressing deletebutton on the keyboard. I got a message saying: "Would you like to delete the record template associated with this data grid? This action cannot be undone." with yes and no. If I say yes nothing happens, the datagrid is not deleted. If I say no, the datagrid dissappeares.
But another thing is not working like it should, namely that my ID field, which is used often in connection with the database disappeared from the Application Browser list of the card, but is still working in the scripts.

All the best

Rob