Newbies Cyberskills Posted April 9, 2002 Newbies Posted April 9, 2002 How can i omit records in a found set in a script? Allow User Abort (off) Set Error Capture (on) Enter Browse Mode() Go to Layout inputform Enter Find Mode () Set Field (City, "Brussels") Perform Find() --- i like to omit all the records with City="brussels" If(Status(CurrentError) = 401) Show Message ("No records were found", OK) Show All Records Go to Layout (original layout) End If
LiveOak Posted April 9, 2002 Posted April 9, 2002 Toggle Status Area (show) -- must have status area showing Enter Find Mode() Set Field (City, "Brussels") Omit Perform Find() -bd
Rigsby Posted April 10, 2002 Posted April 10, 2002 This is the second time I’ve seen you answer this question LiveOak. The only thing that puzzles me is that you always say that the status area must be showing! I’ve tried this out and the Omit works for me even if the Status Area is hidden! Strange. I can’t explain this at all! Rigsby
RussBaker Posted April 10, 2002 Posted April 10, 2002 The status area can be either hidden or showing for the Omit script step to work in the Omit-Find context - but it CANNOT be locked. If you check the Locked box in the script step, then Omit won't work Russ
Recommended Posts
This topic is 8268 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now