Datagrid Argh !! only first line in FillInData works

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
makeshyft
Posts: 222
Joined: Mon Apr 15, 2013 4:41 am
Contact:

Datagrid Argh !! only first line in FillInData works

Post by makeshyft » Tue Jun 18, 2013 11:51 pm

Dear LIveCode geniuses....

I am creating a very simple data grid form.

the code is:

set the text of field "User Full Name" of me to (pDataArray["User First Name"] && pDataArray["User Last Name"])
set the filename of image "User Avatar Link" of me to pDataArray["User Avatar Link"]

it works perfectly with just the first line. All the resords in my array are listed perfectly using just this one field.

As soon as I uncomment the second line it doesn;t work, none of the two fields are drawn, and no records appear. Just background color of the datagrid.

What in the world is happening?

It breaks even if the second line simple also sets the text of a field.

The image field exists .... there is data in the array........ big W.T.F to this one.

Thank you guys.
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com

makeshyft
Posts: 222
Joined: Mon Apr 15, 2013 4:41 am
Contact:

[Solved] Datagrid Argh !! only first line in FillInData work

Post by makeshyft » Wed Jun 19, 2013 3:10 am

Ok..I think what happened is I had "Select Grouped" turned on and it broke my template. Problem solved.
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com

Post Reply