NetTalk Central

Author Topic: _GetBrowseValue - not found ?  (Read 2409 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
_GetBrowseValue - not found ?
« 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]

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: _GetBrowseValue - not found ?
« Reply #1 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.
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
Re: _GetBrowseValue - not found ?
« Reply #2 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 ?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11177
    • View Profile
Re: _GetBrowseValue - not found ?
« Reply #3 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

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
Re: _GetBrowseValue - not found ?
« Reply #4 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 ?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11177
    • View Profile
Re: _GetBrowseValue - not found ?
« Reply #5 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