Search found 5 matches

by FinishTheCode
Tue May 07, 2013 1:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Saving DataGrid data to Text Files
Replies: 1
Views: 1809

Saving DataGrid data to Text Files

How would I go about saving Datagrid Data to a text file?

Cheers guys :)
by FinishTheCode
Fri Apr 19, 2013 3:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get Data from another Column - Data Grid
Replies: 2
Views: 2603

Get Data from another Column - Data Grid

I am really struggling with Data Grids. If a line of data is selected in a data grid, how do I get a particular piece of data from one of the columns. For example if i had this Column 1 - Worker Type Column 2 - Normal Cost Per Hour Column 3 - After Hour Cost Per Hour Column 4 - Weekend Cost Per Hour...
by FinishTheCode
Thu Apr 18, 2013 3:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Pulling Data from Data Grid in another Stack
Replies: 4
Views: 3307

Re: Pulling Data from Data Grid in another Stack

After getting that into an array, how do I put it into another Data Grid?
by FinishTheCode
Wed Apr 17, 2013 9:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Pulling Data from Data Grid in another Stack
Replies: 4
Views: 3307

Re: Pulling Data from Data Grid in another Stack

Thanks so much :D

That is exactly what I am looking for.
by FinishTheCode
Wed Apr 17, 2013 3:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Pulling Data from Data Grid in another Stack
Replies: 4
Views: 3307

Pulling Data from Data Grid in another Stack

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.