Hi
I have the following idea:
A field on a request form should be initialized with a special value each time the report starts, whereas the other fields on the same Report should store their values (property "savevalues"=yes). At the Moment the init value is shown the first time, but once the user has changed it the init value never Comes back...
How can I do this? Should also work on RTC Report if possible.
Thx in advance
Thomas
0
Answers
Classic: Put some code changing the source var on the request form, Trigger onActivateForm
RTC: Dito classic, Trigger onOpenPage
That's it
Thomas