pralash
17th December 2018, 16:29
Hi,
I can invisible a particular form field after loading the form by using inputfield.invisible function... But I can't once again visible the form filed while I perform the when.field.changes... My script is as follows...
|********************************form section***********************
form.1:
init.form:
after.form.read:
inputfield.invisible("fromlab","tolab")
field.reprint:
when.field.changes:
refresh()
if reprint = tcyesno.yes then
inputfield.visible("fromlab","tolab")
else
inputfield.invisible("fromlab","tolab")
endif
Here "fromlab","tolab" and "reprint" are form fields...
Whenever load the form, I have invisible two controls "fromlab","tolab" ...
"reprint" is also a form filed(tcyesno domain)... When I made a when.field.changes event on reprint field, two controls "fromlab","tolab" are not visibled... Is there any problem in my script... Please assist me how to once again visible these two form fields...
Thanks in advance
Regards,
Pralash
I can invisible a particular form field after loading the form by using inputfield.invisible function... But I can't once again visible the form filed while I perform the when.field.changes... My script is as follows...
|********************************form section***********************
form.1:
init.form:
after.form.read:
inputfield.invisible("fromlab","tolab")
field.reprint:
when.field.changes:
refresh()
if reprint = tcyesno.yes then
inputfield.visible("fromlab","tolab")
else
inputfield.invisible("fromlab","tolab")
endif
Here "fromlab","tolab" and "reprint" are form fields...
Whenever load the form, I have invisible two controls "fromlab","tolab" ...
"reprint" is also a form filed(tcyesno domain)... When I made a when.field.changes event on reprint field, two controls "fromlab","tolab" are not visibled... Is there any problem in my script... Please assist me how to once again visible these two form fields...
Thanks in advance
Regards,
Pralash