Value on a request form

ta5ta5 Member Posts: 1,164
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

Answers

  • ta5ta5 Member Posts: 1,164
    Found it during lunch :)

    Classic: Put some code changing the source var on the request form, Trigger onActivateForm
    RTC: Dito classic, Trigger onOpenPage

    That's it
    Thomas
Sign In or Register to comment.