NetTalk Central

Author Topic: Drop Down Issue  (Read 2429 times)

wvanderstek

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • Email
Drop Down Issue
« on: January 07, 2009, 06:20:27 AM »
Hello,

I am using now 4.31 PR 28 and when selecting a dropdown item (with mouse or keyboard) it automatically jumps to the next control. This wasn't the case with 4.30. As far as I can see, there is now an onchange added in the code. How can I disable this behaviour or what must I do to prevent this?

Thanks,
Wilco

Poul

  • Full Member
  • ***
  • Posts: 160
    • View Profile
Re: Drop Down Issue
« Reply #1 on: January 07, 2009, 08:48:03 AM »
see form wide default on the advanced tab - auto Dict Validation
and field specific setting in the validation tab for a field

Validate Immediately should be not be true.

(Bruce, as an aside if its yes and the next field is a Lookup button - it seems to skip past the lookup, regardless of the validation for the lookup)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Drop Down Issue
« Reply #2 on: January 08, 2009, 10:51:37 AM »
Poul, this is useful. I'm having problems myself with fields jumping around for no apparent reason... and not storing values at that. I'm anxious to give this a try. Mike
Mike Grigsby
Credify Systems
Central Oregon, USA

wvanderstek

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • Email
Re: Drop Down Issue
« Reply #3 on: January 08, 2009, 11:13:01 AM »
Hi Poul,

This is working, thank!

Best,
Wilco