Hello livecoders,
Will just ask how can I clear all the textfields of all my cards.. I have 120 textfields in total how can I clear all the fields in one click.
Thank you..
-Regards
snop21
Clearing all textfields..! Help..!
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Clearing all textfields..! Help..!
Hi,
Best regards
Jean-Marc
Code: Select all
on mouseUp
repeat with i = 1 to the num of cds
repeat with u = 1 to the num of flds of cd i
put empty into fld u of cd i
end repeat
end repeat
end mouseUp
Jean-Marc
https://alternatic.ch
Re: Clearing all textfields..! Help..!
HI mburnod ,
Thank you..!
Regards
snop21
Thank you..!

Regards
snop21