PF env vars

GCC gccconsulting at comcast.net
Mon Dec 19 07:59:37 PST 2005


Sent: Monday, December 19, 2005 10:26 AM
	To: 'filePro mailing list'
	Subject: PF env vars 
	
	
	I would like to separate companies in a different way than just
qualifiers and I am not sure how to set my PF vars to accomplish this task.
	
	2 companies: company1 company2
	
	two different sets of filepro screens, reports, processing tables
working on the same data map structures with qualifiers for each company.
	
	screens, reports, processing tables in one directory and all key, data,
indexes in another directory. (these would be qualified)
	
	Is this possible? How would I set this PF vars to get this done?
	
	PFDIR
	PFDATA
	PFPROG
	
	Thanks,
	
	Richard D. Williams
	
	

It seems to me that it would be simpler, assuming that the data structures need
are the same, to create separate processing table/screens for each company.  Use
the menu command line to specify which processing table(s) to use. 

You can use @key function to call named screens using numeric values 
@key1: if @qu = comp1
      then: end
        if @qu = comp2
      then : switchto screen "comp1";end

Richard Kreiss
GCC Consulting 




More information about the Filepro-list mailing list