Hi,
I have closed the stack and reopened it again and then every thing is fine.
Thanks,
Search found 2 matches
- Wed May 27, 2009 6:03 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: DataGrid Form
- Replies: 3
- Views: 3954
- Wed May 27, 2009 5:35 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: DataGrid Form
- Replies: 3
- Views: 3954
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 ...
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 ...