I am trying to pull data from a Data Grid into another stack. How do I go about doing this.
One stack contains all the settings in a DataGrid with the names of worker types etc
My other Stack wants to pull that data (worker types) into a listbox.
Pulling Data from Data Grid in another Stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 5
- Joined: Wed Apr 17, 2013 3:53 pm
Re: Pulling Data from Data Grid in another Stack
Hi FinishTheCode,
welcome to the forum!
You can address all objects with their (long) descriptor "... OF CARD X OF STACK Y:
...
put the dgData of grp "datagrid in another stack" of cd 1 of stack "the other stack" into tNewArray
## or any other dtagrid command.
...
Is that what you mean?
Best
Klaus
welcome to the forum!

You can address all objects with their (long) descriptor "... OF CARD X OF STACK Y:
...
put the dgData of grp "datagrid in another stack" of cd 1 of stack "the other stack" into tNewArray
## or any other dtagrid command.
...
Is that what you mean?
Best
Klaus
-
- Posts: 5
- Joined: Wed Apr 17, 2013 3:53 pm
Re: Pulling Data from Data Grid in another Stack
Thanks so much
That is exactly what I am looking for.

That is exactly what I am looking for.
-
- Posts: 5
- Joined: Wed Apr 17, 2013 3:53 pm
Re: Pulling Data from Data Grid in another Stack
After getting that into an array, how do I put it into another Data Grid?
Re: Pulling Data from Data Grid in another Stack
set the dgData of group "new DataGrid" to tPulledArray
Marek
Marek