I went through all the the forum and the manuals but it is not clear yet to me, so i hope that somebody will enlight me for this little issue.
I have one stack with 6 cards.
On Card 1 i use a database (sqlite with 5000 rows of 15 columns) which i put on a string tData. i am able to chunk this and get the items which i display on some texfields of Card1.
--On mouseup
chunk tData
display some of the infos on this Card
Press a field to access Card2 and display remaining items on textfields
--end mouseup
Now obviously when i am in Card 2, my problem is that i cannot display the remaining items.
Sorry it might be silly but i still don't get how to make it run!!!
I reviewed the "Send" command, and the Global declare but still..........

Regards to All.