the form I'm on needs to have all textboxes cleared after a command button is clicked. I'm using the following code in the refresh method of the form (which I'm calling during the command buttons click method)
thisform.SetAll('value',"",'textbox')
But it has no effect on the form.
Can some one please tell me what I'm doing wrong. I really don't wanna have to type each line to clear all 25 boxes.
thanks,
Serincino
thisform.SetAll('value',"",'textbox')
But it has no effect on the form.
Can some one please tell me what I'm doing wrong. I really don't wanna have to type each line to clear all 25 boxes.
thanks,
Serincino