DataGrid Stays when moving to another card

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

quailcreek
Posts: 746
Joined: Sun Feb 04, 2007 11:01 pm

Re: DataGrid Stays when moving to another card

Post by quailcreek » Tue Feb 16, 2016 6:44 am

Yes, you can get rid of the X. Look at the stack PI basic properties, it's called controls. Had to pull up an old stack and look. I'm running LC and it's called something else.
Tom
MacBook Pro OS Mojave 10.14

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: DataGrid Stays when moving to another card

Post by jacque » Tue Feb 16, 2016 6:15 pm

2. When the user goes back into this card from the mainstack the data is still there which can cause issues.
One way to handle this is to clear the data on preopencard instead of closecard. I do that routinely to prevent stray text in fields.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

newpie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 155
Joined: Sat Jun 29, 2013 11:24 pm

Re: DataGrid Stays when moving to another card

Post by newpie » Thu Feb 18, 2016 4:36 pm

I like the idea of clearing in the pre-open card. I will try that out right away.

Thank you jacque and quailcreek for your help.

Post Reply