Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 742

Getting Started with LiveCode - Complete Beginners • how to use repeat in polygrid?

$
0
0
Hi everyone,

I want to get the datas from my polygrid the item 1 and item 2 and save it to my database.

[img
polyfrid_repeat.png
][/img]


I tried to run my code but it only get the data the one is highlited from my polygrid

CODE:

 put the hilitedline of widget "pgDetails" of stack "ArtistOutputSheet" into tLine      set the itemDelimiter to tab      put line tLine of the pgText of widget "pgDetails" of stack "ArtistOutputSheet" into tData      repeat with x = 1 to the number of lines in tData         put item 1 of tData & cr into tList      end repeat      answer tList      

Statistics: Posted by lemodizon — Tue May 28, 2024 7:48 am



Viewing all articles
Browse latest Browse all 742

Trending Articles