re: clear fields -- a faster way

2005-06-06 Thread Malte Brill
I wrote >repeat for each line theFieldToBeCleared in the cAllFields of this cd > put empty into fld theFieldToBeCleared >end repeat Typo alert! needs to read put empty into fld ID theFieldToBeCleared ___ use-revolution mailing list use-revo

Re: clear fields -- a faster way

2005-06-06 Thread Malte Brill
Hi Bill, >I want to clear fields like this: >repeat for each field tField in card "DocApplication" of stack >"CustomForms" > put empty into tField >end repeat >but I keep getting the error "bad terminator" -- what am I doing wrong? As written before repeat for each does only work for chunk

Re: clear fields -- a faster way

2005-06-06 Thread Klaus Major
Hi Bill, I want to clear fields like this: repeat for each field tField in card "DocApplication" of stack "CustomForms" put empty into tField end repeat but I keep getting the error "bad terminator" -- what am I doing wrong? sorry, but "repeat for each..." will only work with chunk ex

Re: clear fields -- a faster way

2005-06-06 Thread Bill Humphrey
I want to clear fields like this: repeat for each field tField in card "DocApplication" of stack "CustomForms" put empty into tField end repeat but I keep getting the error "bad terminator" -- what am I doing wrong? Sarah Reichelt wrote: on mouseUp repeat with x = 1 to the number of fl