GetDataForLine

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
Crispquai
Posts: 8
Joined: Wed Jun 05, 2013 10:19 pm

GetDataForLine

Post by Crispquai » Fri Feb 07, 2014 6:45 pm

Hello guys,

Does anybody know why in "command GetDataForLine pLine, @pOutData" the parameter "pLine" receives value "theSequence" when "fixed row Height" false?

Thanks.

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: GetDataForLine

Post by MaxV » Mon Feb 10, 2014 2:05 pm

Do you mean GetDataOfLine?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Crispquai
Posts: 8
Joined: Wed Jun 05, 2013 10:19 pm

Re: GetDataForLine

Post by Crispquai » Mon Feb 10, 2014 8:36 pm

Hello MaxV,

Message "GetDataForLine" CallBack of the data grid sending whenever it needed display a row when i set the dgNumberOfRecords.

Thanks.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: GetDataForLine

Post by Simon » Mon Feb 10, 2014 9:06 pm

For those of you following this topic the result can be displayed using this lesson:
http://lessons.runrev.com/s/lessons/m/d ... ts-of-data

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Crispquai
Posts: 8
Joined: Wed Jun 05, 2013 10:19 pm

Re: GetDataForLine

Post by Crispquai » Tue Feb 11, 2014 2:44 pm

Thanks Simon. I put my question there.

Post Reply