‎2005 Dec 12 6:01 PM
Hi,
I have a report that uses logical database PCH. I'd like to default the reporting period radio button so that when the report is run it is defaulted to today.
The name of the screenfield is PCHZTR_D so I set
PCHZTR_D = 'X'.
in the initialisation event but this doesn't work.
Any suggestions how I can get the reporting period to default to 'today' programmatically.
I don't want to use a variant.
Thanks,
Paul
‎2005 Dec 12 6:13 PM
‎2005 Dec 12 6:13 PM
‎2005 Dec 12 6:15 PM
Hi Paul,
The 'Other Period' option is being set inside the LDB program. So, whatever you default in 'INITIALIZATION' will be overrdien. YOu have to do the following..
at selection-screen output.
PCHZTR_Z = space.
PCHZTR_D = 'X'.
Regards,
Suresh Datti
‎2005 Dec 12 6:55 PM
‎2005 Dec 13 8:54 AM
Rich it seems you may have a serious points addiction problem
Thanks for your answer and here's your fix.
Regards,
Paul
‎2005 Dec 13 1:53 PM