NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on December 31, 2012, 08:54:21 PM

Title: _GetBrowseValue - not found ?
Post by: MikeR on December 31, 2012, 08:54:21 PM
How do I start to debug this ?
The reseller no is in the reseller table
this netwebform was created by the netatlk wizard ?
check out the attachments , browser and debugview ?


[attachment deleted by admin]
Title: Re: _GetBrowseValue - not found ?
Post by: terryd on January 01, 2013, 01:23:49 AM
A suggestion when I used to get this error I found that i had the display description set. If the description you are displaying is not unique( i.e. both the value to be saved and the description must be unique), then you get this message.
Title: Re: _GetBrowseValue - not found ?
Post by: MikeR on January 01, 2013, 09:18:28 PM
Thanks Terry, you are correct there was no unique key set for the description, the other fields with lookup had it.
However, I altered the dictionary, created a unique index, re compiled and I still get the error.
I also deleted the field off the form, saved the app re-generated.
edited the form put the auto lookup back and still get the same error ?
I am sure that what you suggested was the correct fix, but I think something in the generator is still wrong , any suggestions ?
Title: Re: _GetBrowseValue - not found ?
Post by: Bruce on January 02, 2013, 12:06:23 AM
um - I think you're barking up the wrong tree a bit.
The debugview is unrelated to the validation message you are seeing.

The validation is simply what it says - it's applying the validation you have specified in your dictionary, and you are trying to submit the form with an invalid value.

cheers
Bruce
Title: Re: _GetBrowseValue - not found ?
Post by: MikeR on January 02, 2013, 02:59:09 AM
Thx Bruce, but I dont understand.
r u saying i need not worry about the GetBrowseValue msg in debugview ?
The message displayed says the reseller does not exist , but it does ?
where do I look next ?
Title: Re: _GetBrowseValue - not found ?
Post by: Bruce on January 02, 2013, 03:17:29 AM
look at the validation code for the field. Then add debugging to that to see what it is doing.

or post an example so I can see the effect here.

cheers
Bruce