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 > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
