Search found 6 matches
- Tue Aug 05, 2014 1:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy Datagrid values from one card in to another
- Replies: 3
- Views: 2550
Re: Copy Datagrid values from one card in to another
Thanks Klaus; I would like to populate the first column of grid 1 in to option menu of card 2 and if the item is choose in the option list you need to populate the rest of the data associated to that chosen item from Datagrid in to fields. and if there was any change to the fields, the changes shoul...
- Mon Aug 04, 2014 10:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy Datagrid values from one card in to another
- Replies: 3
- Views: 2550
Copy Datagrid values from one card in to another
I would like to copy the value from card 1 data grid and store in the card 2 so that I can populate the lists in the card 2.
I need to reflect the changes of card 2 back to card 1 data grid.
Is it possible?
I need to reflect the changes of card 2 back to card 1 data grid.
Is it possible?
- Sat Aug 02, 2014 3:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DataGrid
- Replies: 7
- Views: 4466
Re: DataGrid
Thanks Sritcp;
It was really helpful but how to set the condition if the values of the condition is from another column.
Thanks
It was really helpful but how to set the condition if the values of the condition is from another column.
Thanks
- Fri Aug 01, 2014 2:36 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DataGrid
- Replies: 7
- Views: 4466
Re: DataGrid
Thanks Simon.
But I would like to do something in the mouse up event of a button not in the row behavior and this where it haunts me more.
Is there anyway where we could get the dgprop for a individual cell and set the background color?

But I would like to do something in the mouse up event of a button not in the row behavior and this where it haunts me more.
Is there anyway where we could get the dgprop for a individual cell and set the background color?


- Fri Aug 01, 2014 1:29 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DataGrid
- Replies: 7
- Views: 4466
Re: DataGrid
Thanks drunbarx; I have managed to get the values of individual cells using dgIndexOfLine and dgDataOfLine properties. But Now I am bit stuck to just change the color of a particular cell in a datagrid. Is there a way I can do it. For eg, if I have a condition to compare cells in the data grid, if t...
- Thu Jul 31, 2014 5:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DataGrid
- Replies: 7
- Views: 4466
DataGrid
I am trying to compare cells in in each columns and its for each line. For eg Column A has Stock quantity and Column B has the Stock Consumed. So if line 1 in column A is less than Column B, then set the color of the line of a Datagrid tables or just a cell in to red. And another question is I have ...