Stack script problem

2003-09-11 Thread Rolf Kocherhans
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,

Re: Stack script problem

2003-09-11 Thread Jan Schenkel
--- Rolf Kocherhans [EMAIL PROTECTED] wrote: 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

Re: Stack script problem

2003-09-11 Thread Pierre Sahores
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