[dabo-users] How to prevent dRadioList option change?

2009-09-03 Thread Jacek Kałucki
Hi, I need to prevent user change dRadioList selection in some conditions. Unfortunately, there is no Veto available, and _oldVal in onHit event equals Value property. Any suggestions please? -- Regards Jacek Kałucki ___ Post Messages to: Dabo-users

Re: [dabo-users] How to prevent dRadioList option change?

2009-09-03 Thread Ed Leafe
On Sep 3, 2009, at 1:42 PM, Jacek Kałucki wrote: > I need to prevent user change dRadioList selection in some conditions. > Unfortunately, there is no Veto available, and _oldVal in onHit event > equals Value property. > Any suggestions please? I haven't tried it, but would field-level va

Re: [dabo-users] How to prevent dRadioList option change?

2009-09-03 Thread Jacek Kałucki
Użytkownik Ed Leafe napisał: > On Sep 3, 2009, at 1:42 PM, Jacek Kałucki wrote: > >> I need to prevent user change dRadioList selection in some conditions. >> Unfortunately, there is no Veto available, and _oldVal in onHit event >> equals Value property. >> Any suggestions please? >> > >

[dabo-users] dDateTextBox special keys not working correctly

2009-09-03 Thread John
Hi, When using ('-','+', 'T') keys they do not appear to work correctly. There maybe other keys too. The date is in fact placed into the control Value but the data field for the record is not being updated correctly. I have a dDateTextBox control (RegID = 'enrolldate',DataSource = 'public.

Re: [dabo-users] dDateTextBox special keys not working correctly

2009-09-03 Thread John
On Thursday 03 September 2009 04:00:51 pm John wrote: > Hi, > > When using ('-','+', 'T') keys they do not appear to work correctly. There > maybe other keys too. The date is in fact placed into the control Value > but the data field for the record is not being updated correctly. > > I have a dDa

Re: [dabo-users] dDateTextBox special keys not working correctly

2009-09-03 Thread Paul McNett
John wrote: > Look like Larry discovered the issue. Line 240 of dDateTextBox.py > if orig is None: > if isDateTime: > self.Value = datetime.datetime.now() > else: > self.Value = datetime.date.to

Re: [dabo-users] dDateTextBox special keys not working correctly

2009-09-03 Thread John
On Thursday 03 September 2009 07:03:43 pm Paul McNett wrote: > John wrote: > > Look like Larry discovered the issue. Line 240 of dDateTextBox.py > > if orig is None: > > if isDateTime: > > self.Value = datetime.datetime.now() > >