Hi Craig
I tried it out and it works good.  This could work if I put a version of the handler in a previous and next button.
I get the idea with two fields or two groups would it be to much to ask to show me how a version of the handler would
handle three fields or groups after that I think I can fill in the blanks and start recreating my App.
Thanks
			
			
									
									
						Livecode internal data storage retrieval possibilities
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Livecode internal data storage retrieval possibilities
The most common way to do it is to just hide all the groups in a repeat loop and then show the one you want. That eliminates the need to keep track of individual groups. 
			
			
									
									Code: Select all
on showGrp pNum
  repeat with x = 1 to 6
    hide grp x
  end repeat 
  show grp pNum
end showGrpJacqueline Landman Gay         |     jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
						HyperActive Software | http://www.hyperactivesw.com
Re: Livecode internal data storage retrieval possibilities
Hi Craig 
The handler works fine now thanks
I also discovered buy using a next and previous button and the right combination of the show/hide commands
I can move from group to group just like flipping through cards .  Its a small thing with big power for my app.
 .  Its a small thing with big power for my app.
Now I am going to change my original 6 cards into 6 groups on one card. I can't wait to set it up as a simple database
that will be up dated in real time. Thanks to all for the help
			
			
									
									
						The handler works fine now thanks
I also discovered buy using a next and previous button and the right combination of the show/hide commands
I can move from group to group just like flipping through cards
 .  Its a small thing with big power for my app.
 .  Its a small thing with big power for my app.Now I am going to change my original 6 cards into 6 groups on one card. I can't wait to set it up as a simple database
that will be up dated in real time. Thanks to all for the help
Re: Livecode internal data storage retrieval possibilities
You are very welcome. Jacque, I believe he thanks you as well.   
 
Craig
			
			
									
									
						 
 Craig
