NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Johan van Zyl on April 15, 2011, 01:11:41 AM

Title: DropDown/Must be In List - still getting errors
Post by: Johan van Zyl on April 15, 2011, 01:11:41 AM
Hi

Must Be In List: NotSelected|Yes|No|NA
Attributes/Initial Value 'NotSelected'  (I don't think NTWS uses this))
Field is Primed with 'NotSelected' om Form and I still get
LOG:HasPrivateExperience Must be one of NotSelected, Yes, No, NA

How do I resolve this?

See attachments.

Thx

[attachment deleted by admin]
Title: Re: DropDown/Must be In List - still getting errors
Post by: Bruce on April 15, 2011, 05:04:32 AM
Any chance you can mod an example app to show this effect? I recommend example 1.

cheers
Bruce
Title: Re: DropDown/Must be In List - still getting errors
Post by: Johan van Zyl on April 15, 2011, 05:23:53 AM
OK - Resolved.

at first I had only these choices:
No|Yes|NA
and therefore CSTRING(4) was good enough.

THEN I decided to add NotSelected as in
NotSelected|No|Yes|NA
but I did not increase the length of CSTRING!
Now with CSTRING(21) all is well!
Thx Bruce!