Neal Matthews
20th October 2011, 14:36
Clear form fields on a print session

Hi all,

A nice easy one I'm sure for the developer gurus out there.

What is the best way to clear form fields on a Print Session after the report has been printed. I have a session which I want to use to print a simple item list with shop floor requirements and after printing all the fields on the form need to be blank.

Cheers Neal

mark_h
20th October 2011, 15:26
Well I won't say it is the best way but you after the report close you can just reset the variables and do a display.all() or maybe even using get.screen.defaults.

Neal Matthews
20th October 2011, 15:48
Thanks Mark,

That works pretty well.

Cheers Neal