Hello guys,
Does anybody know why in "command GetDataForLine pLine, @pOutData" the parameter "pLine" receives value "theSequence" when "fixed row Height" false?
Thanks.
GetDataForLine
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: GetDataForLine
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
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: GetDataForLine
Hello MaxV,
Message "GetDataForLine" CallBack of the data grid sending whenever it needed display a row when i set the dgNumberOfRecords.
Thanks.
Message "GetDataForLine" CallBack of the data grid sending whenever it needed display a row when i set the dgNumberOfRecords.
Thanks.
Re: GetDataForLine
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
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!
Re: GetDataForLine
Thanks Simon. I put my question there.