|
I have a form based on a
dummy table to make certain selections to print a report. This form
contains;
2 Variable Check Boxes
(vunder,vover)
1 Variable Edit (vinvamt) to enter a dollar
amount
1 Variable Radio Group
(printer,screen,select printer,menu)
When the form is opened, my
check boxes are set to a value of 'F'. The default state is unchecked ('F') in
the control properties.
When the user makes their
choices and prints the report they want, the variable edit vinvamt clears but
the check boxes remained checked and the radio group remains
checked.
I have tried everything I
know of to clear these controls including;
clear all
variables
screen restore
on
set v vover(variable
checkbox)='F'
set v vunder(variable
checkbox)='F'
set v vout=null (variable
radio group)
property table Tablename
'Refresh'
recalc
variables
I would like the form to
appear as it does when first opened. (i.e. no values displayed) Can anyone help
me with this ? I know I can close the form and re-open it, but I'd rather
not.
Thanks,
Bill Eyring
[EMAIL PROTECTED]
516-965-3890
|
