Subject Re: Is there a limit for # of fields in IF statement
From Mervyn Bick <invalid@invalid.invald>
Date Mon, 8 Jul 2019 17:20:29 +0200
Newsgroups dbase.getting-started
Attachment(s) screener.zip

On 2019-07-08 10:59 AM, Mervyn Bick wrote:

> The attached create_packet_table2.prg uses packet2.prg to create
> tshirt.dbf.  tshirt.dbf is then populated from competitor.dbf


The tshirt.dbf will give you the details for the packets but the data is
not in a format suitable for creating an order on the screening company
for the various Tshirt sizes and colours.

The attached screener.prg will pull the data from tshirt.dbf and create
t_orders.dbf.  The screener.rep report uses this table to list the
required tshirts by size, colour and quantity.

The example report need headings.

Mervyn.