set dgData stops part way through with checkboxes

Moderators: heatherlaine, kevinmiller, robinmiller, Zryip TheSlug

Post Reply
matthellstrom
Posts: 31
Joined: Mon Apr 27, 2015 3:09 pm

set dgData stops part way through with checkboxes

Post by matthellstrom » Tue Jun 30, 2015 7:17 pm

I'm having trouble and I don't really know where the problem is.

I have a table with a checkbox in a column, and when I check a box I want to do a function to update an external datasource, then wipe out the table and complete reload it. The function works ok, but when I try to set the dgData of group "myTable" to empty, it starts clearing the checkboxes (column 1) from the top, but when it gets to the one I just checked it stops. I don't get any error message.

I don't know if this is related, but when I try to apply any changes I make to the checkbox script, I'm getting an error message in Card_Properties_List on line 722 "DGH_StoreCurrentOpenedParent --"

In the error message window, it says

button "Card_Properties_List": execution error at line 236 (Chunk: error in object expression), char 37

This happens after the program fails.

Post Reply

Return to “Data Grid Helper”