Search found 2 matches

by ramywhite
Wed May 27, 2009 6:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DataGrid Form
Replies: 3
Views: 3133

RESOLVED

Hi,
I have closed the stack and reopened it again and then every thing is fine.
Thanks,
by ramywhite
Wed May 27, 2009 5:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DataGrid Form
Replies: 3
Views: 3133

DataGrid Form

Hi, I have a datagrid form with Customized Template and without column headers, I want to get the data from it, I have used this code: repeat for each item theIndex in the dgIndexes of group "resdg" put the dgDataOfIndex[theIndex] of group "resdg" into theDataA if theDataA["name"] is not empty then ...