NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: wvanderstek on January 07, 2009, 06:20:27 AM

Title: Drop Down Issue
Post by: wvanderstek 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
Title: Re: Drop Down Issue
Post by: Poul 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)
Title: Re: Drop Down Issue
Post by: Mike Grigsby 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
Title: Re: Drop Down Issue
Post by: wvanderstek on January 08, 2009, 11:13:01 AM
Hi Poul,

This is working, thank!

Best,
Wilco