< Back

Document Subject: Using Picklist and DBLookup together causes Error: Server Error: Entry not found in Index
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#PicklistDblookup or http://A555F9/nn.nsf/ByAlias/PicklistDblookup

An application used a combination of @Picklist and @dblookup. The user interface worked well, but the underlying form failed.




While in the form, another configuration document was created in another window, the picklist found it, but the @Dblookup failed.

 

The reason was that @picklist uses "NoCache" by default, and "NoCache" was not used in the @Dblookup field and this was causing the problem, so use "NoCache" when using @Dblookups in conjunction with data that was obtained with @picklist.