Re: Date Range - auto populate "to" date with "from" date
Posted: Fri Sep 26, 2014 1:38 pm
Thanks Guys. I tried both of your suggestions. First I added the alert. The event IS being fired. I moved the code to onblur. The event fired; the code still did not work. I then created a new format with 2 date widgets and applied the code from Dieter. It worked fine. I deleted the date widgets from my existing format and recreated them and added the code from Dieter. It still does not work in my format.
Here is some info that may or may not be useful. Both formats have overlay set to "true". The screen is output as follows in the rpg program:
dow not Exitpgm;
write emplistc1;
exfmt dyncalc1 ;
read emplistc1;
(Both formats contain grids and input is possible via both. That is why I am using that sequence of operations. I recently discovered I could include more than one grid in a format, but Profound would not let me copy the other grid into the main format, so I left them separate.)
Here is the full Profound view:
Here is some info that may or may not be useful. Both formats have overlay set to "true". The screen is output as follows in the rpg program:
dow not Exitpgm;
write emplistc1;
exfmt dyncalc1 ;
read emplistc1;
(Both formats contain grids and input is possible via both. That is why I am using that sequence of operations. I recently discovered I could include more than one grid in a format, but Profound would not let me copy the other grid into the main format, so I left them separate.)
Here is the full Profound view: