Hi everyone,
I want to get the datas from my polygrid the item 1 and item 2 and save it to my database.
[img ][/img]
I tried to run my code but it only get the data the one is highlited from my polygrid
I want to get the datas from my polygrid the item 1 and item 2 and save it to my database.
[img ][/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