Selection Processing Table Lookup
Kenneth Brody
kenbrody at spamcop.net
Wed Mar 14 06:21:57 PDT 2012
On 3/13/2012 10:44 PM, Scott wrote:
> Hello all
>
> Can sort/select table do a LOOKUP?
Absolutely.
> With a processing table run with -v name do a lookup to obtain other
> selection data from another table!
>
> Processing_tables: vtable
>
> If: aa eq ""
> Then: br (2.0) = "1"
>
> If: aa eq ""
> Then: LOOKUP balances r=br -e
>
> If: aa eq ""
> Then: md (6,mmyy) = balances(24) ; SHOW " Current Month is :-" { md
[...]
> Yet in debug . LOOKUP has not been performed .
What do you mean "LOOKUP has not been performed"?
Does the lookup line never get executed? Does it reach it, but the debugger
says "false"? Do you get "lookup has not been performed" error on line 3,
and if so, are you saying you don't get that error outside of the debugger?
Something else entirely?
--
Kenneth Brody
More information about the Filepro-list
mailing list