Report Printing from @key / input processing
Larry S. Weaver Jr.
lweaverjr at dellem.com
Tue Aug 29 14:11:19 PDT 2006
Richard Tartaglia wrote:
>I have many records in my database that connect to one
>person. Some may have 100 individual records. I am
>trying to print a report from @key processing listing
>records that pertain to that person.
>
>I can get all the data from the records in an array
>but when I try to get that data to paper I haven’t had
>any luck.
>
>My first question is, can this be done?
>If it is possible to do could someone please point me
>in the right direction? My hair is getting to thin to
>pull any more out.
>
>
>
>
You can also do this by using the formm and form commands. You can do it
without the array:
1. Use a lookup to get your first record
2. Populate the variables in your form.
3. Print the form using the form (or formm) command.
4. getnext to get the next record and loop back to "2" above until
your're done.
I'm in a rush or I would have been more thorough. E-mail me back if that
wasn't enough to get you going.
Larry, Jr.
More information about the Filepro-list
mailing list