@dblookup

Did anyone ever have an experience with @dblookup and it displaying “Error: View Entry Not Found In View Index”. This is the code I am using…

choice:=@Prompt([OkCancelList]:[NoSort]; “Select a Course”; “Please select a course.”;CourseLookup; @DbLookup(“”:“NoCache”;“”;“CourseLU”;“Academic”;4));

Subject: @dblookup

You can find some info here: http://bit.ly/1ClEHLd

If that does not help, try the tips described here: What causes "Entry Not Found In Index" Errors?

Subject: RE:@dblookup

I got it to work with @dbcolumm. But for the dblookup im not sure how to do a view key… I am confused. but with dbcolumn it works perfect.