PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WD20 Date control with calendar button
WD20 Date control with calendar button
Débuté par Jim Carson, 02 aoû. 2015 17:52 - 2 réponses
Posté le 02 août 2015 - 17:52
I want to display a calendar button in a date field. It shows in the editor, but not when running the application. Any ideas?
Posté le 03 août 2015 - 11:56
Jim
Sounds as though this is being switched off in code somewhere.

Have you got this (accidentally) switched off in the AAF statements?
For the control you can check in the GUI tab > Popup Menu > Parameters

Have you tried activating in code?...
MyControl..CalendarButton = true
Posté le 03 août 2015 - 14:51
Thanks Derek.

I tried your ideas but....
My problem starts (I think) because the button that displays a popup window with the date control is located on a "internal window". When I run the popup by itself all works fine but not when run from the internal window.