Search found 7 matches

by altamative131
Mon Aug 11, 2014 4:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Pulling data from datagrid to a text field
Replies: 5
Views: 3780

Re: Pulling data from datagrid to a text field

Craig, Thanks for your reply -- now a followup to that is this. I pulled the dgtext from the datagrid, now I have text that looks like this Name of user (tab) Location (tab) Email address (tab) Now how do I take that tabbed information and put the name of the user into the "Name" text field, the loc...
by altamative131
Mon Aug 11, 2014 1:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Pulling data from datagrid to a text field
Replies: 5
Views: 3780

Pulling data from datagrid to a text field

Hello Livecode gods, I am currently trying to figure out how to pull data from an already populated data grid, and put said data into specific fields within my application. I have a datagrid with the columns of "Name", "Email" and "Location" with a list of users names, emails and locations in them (...
by altamative131
Fri Jan 24, 2014 5:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Searching a Datagrid
Replies: 8
Views: 6610

Searching a Datagrid

Hello LiveCode pimps!!! I have an issue that I am trying to figure out a solution to...and I require your assistance if you would be so kind. I have 2 datagrids. One datagrid contains all of my saved data, the second is going to be to display searched data from the first one. My question is, how in ...
by altamative131
Thu Jan 23, 2014 8:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrids -- make my head hurt
Replies: 4
Views: 3197

Re: Datagrids -- make my head hurt

Craig, That all makes perfect sense. I am just trying to figure out how I can force it to choose the next empty line in the datagrid. I basically want it to look something like this. if line 1 of item 3 is empty then put the text of field "Name" into line 1 of item 3 else put text of field "name" in...
by altamative131
Thu Jan 23, 2014 5:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrids -- make my head hurt
Replies: 4
Views: 3197

Datagrids -- make my head hurt

I am trying to take text from fields in my application, and have them write into a Datagrid. For the life of me I do not know (and haven't found yet) how to set text to go into the next line of a datagrid. on mouseUp get the dgtext of group "datagrid 1" set the itemdel to tab put the text of field "...
by altamative131
Thu Jan 23, 2014 4:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Writing text to a new line
Replies: 5
Views: 4025

Re: Writing text to a new line

Yes, holy geez I was over thinking that entire thing. Thank you
by altamative131
Thu Jan 23, 2014 4:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Writing text to a new line
Replies: 5
Views: 4025

Writing text to a new line

I am trying to export data and add to an existing text file. I do not know how to get Livecode to start on the next line, instead of replacing the current text in the file. Basically here is what I am doing. I have Info.txt that has data in it already, I am just trying to add to it in after the exis...