Code: Select all
put "SetDataOfLine" && the dgHilitedLine of me & comma & quote & "DBD_Act" & quote & comma & quote & myDate & quote into myMessage
send myMessage to me in zero seconds
put "RefreshLine" && the dgHilitedLine of me into myMessage
send myMessage to me in zero seconds
SetDataOfLine 10,"DBD_Act","2010-04-25"
Right after the first send, I used the message box to display the dgText of the group and the line that was just updated was all blank (there were values in all the columns prior to the SetDataOfLine.
There are 6 columns in the datagrid and the one I am updating is the last column.
What am I doing wrong?
Thanks,
Pete