RReport flags

Boaz Bezborodko boaz at mirrotek.com
Fri Dec 18 05:52:38 PST 2009


>
> Date: Thu, 17 Dec 2009 18:23:42 -0500
> From: "Scott Walker" <ScottWalker at RAMSystemsCorp.com>
> Subject: RReport flags
> To: <filepro-list at lists.celestial.com>
> Message-ID: <000901ca7f6f$fa22ea10$ee68be30$@com>
> Content-Type: text/plain; charset="us-ascii"
>
> I want to have it to:
>
>  
>
> 1) not ask which index to use
>
>                 2)not stop at sort screen
>
>                 3) not ask if I want to select all records (if possible)
>
>                 3) bring up a blank extended selection set screen
>
>  
>
> What is the right combination of flags for this?
>
>  
>
> Thanks a lot!
>
>  
>
> Scott
>   

You might want to consider John Esak's method of running a report from a 
SYSTEM command that he has in his FilePro Survivor videos*.  He creates 
a window with dummy variables for the selection criteria where you can 
do all the checks you want on the data, and allow the user to move 
around until they are happy.  Then, when they "escape" to run the report 
he saves the selection criteria in environment variables using PUTENV 
and runs the report with the SYSTEM command.  A selection table is 
created that reads in the environment variables using GETENV and selects 
the records.


I just watched some of these last night and I'm sorry that I waited so 
long to do so.

Boaz


More information about the Filepro-list mailing list