NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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]
-
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.
-
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 ?
-
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
-
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 ?
-
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