Stack script problem
Pierre Sahores
psahores at easynet.fr
Thu Sep 11 10:09:01 EDT 2003
Le jeu 11/09/2003 à 09:52, Rolf Kocherhans a écrit :
> I made a stack script which would delete the contents of a field in a
> substack
> which I open as sheet.
>
> The script goes like this and is in the main stack:
>
> on openStack
> put empty into field "fldLog" of stack "Log"
> end openStack
>
> Now, my field gets emptied every time I open the Stack "Log" as sheet,
> but I would expect that it is emptied only at startup, when the main
> stack gets loaded.
>
> Any clues ?
Did you try to put, at least,
> on openStack
> pass openStack
> end openStack
handler in the substack "Log"
Regards, Pierre
>
> Cheers
> Rolf
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list