What is the proper way of refreshing forms?
Prog. sample:
if not empty(IDno)
append blank
replace name with this.txtname.value,;
addr with this.txtaddr.value
endif
thisform.REFRESH
is'nt the right way? but the record i already input is still there? Any suggestion? what is the simple workaround?
thanks,
august
Prog. sample:
if not empty(IDno)
append blank
replace name with this.txtname.value,;
addr with this.txtaddr.value
endif
thisform.REFRESH
is'nt the right way? but the record i already input is still there? Any suggestion? what is the simple workaround?
thanks,
august