Focal Point
[SOLVED] WF Maintain -- dynCalendar Kaput in 7.7?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2547087906

September 15, 2011, 02:09 PM
John_Edwards
[SOLVED] WF Maintain -- dynCalendar Kaput in 7.7?
I'm testing an upgrade from 7.6.11 to 7.7.03 and I cannot get a 7.7.03 compile of my Maintain source code to display dynCalendar widgets. This is always a challenge regardless of version, but in the past I've been able to reattach them every time after I've made a change to a Maintain form and they've come back. In 7.7.03 I can't get them to display.

Has there been a change to the dynCalendar widgets in 7.7.03 that I'm going to need to upgrade in these units? Has it been replaced with something else?

J.

This message has been edited. Last edited by: John_Edwards,



September 15, 2011, 02:50 PM
Maintain Wizard
John
We made it easier!! You no longer have to attach the three JS files OR the CSS file. Look at the form and field property sheets. There is now a Calendar option. Just flip it to YES and you are done!!

Mark
September 15, 2011, 02:55 PM
John_Edwards
Alright, so I'm going to need 7.7 Dev Studio to do that. Don't get me wrong -- I'm perfectly OK with that. It just means that I need to get another install set up to fix this problem prior to rolling production up to the new version.

Thank you for the prompt reply.

J.



September 22, 2011, 12:40 PM
John_Edwards
Ok, I got my 7.6.7 Maintain file opened in 7.7.03's Maintain Development Environment, and found the Calendar option on the property sheet for the field. I made the change and redeployed and got no widget. The stack variable I have attached the input field is this:

compute StkDrugBenefitEdit.Drug_Benefit_Start_Dt_MDYY/MDYY;

What am I missing?

J.



September 22, 2011, 12:46 PM
Maintain Wizard
John
There is a calendar property for the form AND for the field. Make sure both are set to YES. This is so you can turn it on and off for any field on a form.

Mark
September 22, 2011, 01:47 PM
John_Edwards
I had missed turning it on at the form level. Curious design choice, but it works. Thank you again!

J.