Search found 2 matches

by PeterJ
Mon Feb 15, 2010 5:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Grid - getting current line data
Replies: 2
Views: 2235

Re: Data Grid - getting current line data

Thanks. I have printed the contents and saw my mistake - I was not using the correct name for the field (I was using the column header as displayed rather than the column name!) What put me off the track of finding this was that the variables pane in debug mode was showing myArray a empty. 1 SCColou...
by PeterJ
Mon Feb 15, 2010 11:23 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Grid - getting current line data
Replies: 2
Views: 2235

Data Grid - getting current line data

I am starting out with Revolution and I want to use Data Grids with a mySQL database. I have created a data grid on a card and put the following into the data grid group: getProp uSelectedID put the dgHilitedLines of me into theLine put the dgDataOfLine[theLine] of me into myArray put myArray["Suitc...