Fiels as containers
J. Landman Gay
jacque at hyperactivesw.com
Tue Apr 1 22:47:13 EDT 2014
On 4/1/14, 5:10 PM, Muaadh Salih wrote:
> In a simple stack of five crads I put a field "aaa" to store the number of
> last card students were in last time to retruen to it when reopining the
> stack next.
> I put in card script
> on closestack
> put the number of this card into card field "aaa" of card 1
> end closestack
>
> and in the stack script
> on Openstack
> go to card ( card field "aaa" of card 1)
> end Openstack
>
> This works fine as long as (I) do not quit livecode .
> if I colse ,quit and then click on the saved stack it goes to card one !
> always ( livecode 6.6, 6.7, 7 and run rev 4.5)
> What went wrong please ?!
>
Try changing the openStack handler to a preOpenCard handler on card 1.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list