Listbox question

GCC Consulting gcc at optonline.net
Fri Nov 19 08:57:16 PST 2004


 

> -----Original Message-----
> From: filepro-list-bounces at lists.celestial.com 
> [mailto:filepro-list-bounces at lists.celestial.com] On Behalf 
> Of Don Coleman
> Sent: Friday, November 19, 2004 10:52 AM
> To: filePro List
> Subject: Listbox question
> 
> I print Delivery Sheets (packing lists) with *report by 
> customer that shows each order along with qty shipped, qty 
> backordered, quantity being filled from a previous order 
> (backorder), etc.  As part of the select process table I use 
> listbox to show the operator whether there are any "must go 
> orders" and any "double-check orders" for this particular 
> customer.  Would there be a way to show (using *clerk I 
> assume) the order detail screen of any orders shown in either 
> listbox by highlighting the order to select it and then 
> popping up the appropriate screen which shows the order 
> detail (item, order fulfillment status, date, etc.).  Any 
> suggestions appreciated.  A good weekend to all.
> 
> Donald G. Coleman, Consultant
> 2100 Birchwood Dr.
> Indiana, PA 15701
> dcoleman at dgcreact.com
> (724) 349-6302
> ---
> [This E-mail scanned for viruses by Declude Virus]

Don,

You don't say what file this listbox appears so it is hard to give you a
definitive answer.

But.....  

I am doing something similar at one clients site but from a different angle.  I
am capturing the clerk's name as they enter orders.   At a given time they can
select an option from their menu which lists all of their orders which are
unprinted.  They can then select the order they want to print and a list box
appears listing the 5 types of barcode labels which may be printed.  They select
the label and the barcode labels for the order are printed along with the proper
address labels.  There is also an option from this browse window to print a
report of these unprinted orders.

In your case, you could substitute the clerk's name for the customer code and
use a browse to display the orders in question.  Then if they need to see the
details press <V> to view the record.

My program runs from a file called LIBRARY and uses @entsel or you could use
@once since no data is stored in this file.  You can even use the system command
to allow the printing of the selected order.

As I indicated above, my routine prints 2 different sets of labels and can print
a report if wanted.

Richard Kreiss
GCC Consulting 




More information about the Filepro-list mailing list