Browse lookup
Kenneth Brody
kenbrody at bestweb.net
Thu Dec 16 07:47:30 PST 2004
GCC Consulting wrote:
[...]
> > is there any reason you couldn't check for "not foobar" to
> > see if the lookup didn't get a record?
> >
>
> Here is the processing in question. Are you indicating that Not postar
> could be inserted at line 97?
>
[...]
> 96 ------- - - - - - - - - - - - - - - - -
> â If:
> Then: lookup pros = postar k=1 i=1 -nxm b=(ba&bb&bc)
[...]
If this were a regular (ie: non-browse) lookup, how would you check for
the success/failure of it? You would test "not pros". Just because this
is a browse lookup does not negate that ability.
Yes, you do a partial check on the next line:
> 97 ------- - - - - - - - - - - - - - - - -
> â If: @sk="BRKY" or @bk = "X"
> Then: GOTO is_exit
This will check for breaking out or pressing 'X', but it doesn't check
for the lookup having failed because there were no records. Simply add
"or not pros". (Actually, in that case, the check for BRKY is redundant.)
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap at gmail.com>
More information about the Filepro-list
mailing list