Disable Date Picker in A2010 Runtime

PiedPiper70

Registered User.
Local time
Today, 16:50
Joined
Oct 21, 2012
Messages
115
I have an application created in A2003, but my client's machines nearly all use A2010 runtime. Does anyone know how I can disable the Date Picker completely on all forms as I have no need for it. Obviously I can't access the 2010 property sheets to disable it that way.

Thanks
Dave
 
Try on the form OnOpen event.
Me.ShowDatePicker = 0

I am not sure if it will be 0 or false.
Dale
 
Sorry - but didn't work. It just hung the A2010 run time machine
 

Users who are viewing this thread

Back
Top Bottom