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.
Datagrid Argh !! only first line in FillInData works
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Datagrid Argh !! only first line in FillInData works
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
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
[Solved] Datagrid Argh !! only first line in FillInData work
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
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com