swdev2
Tue Dec 30 00:08:07 CST 2003
Wandy ??? a small prg to drive the cursor building and report generation ?
something like this ->
select item, descrip, quantity from tablename into cursor rep_curs
report form WT_repo to printer
*----
that is it, in its most basic form.
xie xie [Bill]
--
William Sanders / Electronic Filing Group Remove the DOT BOB to reply via
email.
FREE LONG DISTANCE -> mailto:excel-info@efgroup.net
Free Satellite Receivers and installation ->
http://www.vmcsatellite.com/?aid=58456
mySql / VFP / MS-SQL
"Wandy Tang" <anonymous@discussions.microsoft.com> wrote in message
news:000401c3ce82$427ffbe0$a001280a@phx.gbl...
> Hi all,
>
> I would like to print this in report:-
>
> item Description of Goods Quantity
> 1 Apple 10
> 2 Banana 20
> 3 Orange 30
>
> I just don't know how to print out the ITEM column, by
> writing up SQL statement properly.
>
> Many thanks.
>
> Regards,
> Wandy