RE: XFRX default "output" file name

2011-09-23 Thread Richard Kaye
, September 23, 2011 9:03 AM To: profoxt...@leafe.com Subject: Re: XFRX default "output" file name On 9/23/2011 7:03 AM, James E Harvey wrote: > Thanks Richard, let's hope Martin gets the time to take a look at > these two requests. > > I do appreciate XFRX, it has made

Re: XFRX default "output" file name

2011-09-23 Thread MB Software Solutions, LLC
On 9/23/2011 7:03 AM, James E Harvey wrote: > Thanks Richard, let's hope Martin gets the time to take a look at these two > requests. > > I do appreciate XFRX, it has made the offering of alternative output options > to our users a key benefit. One of the requests from my users is to output to Wo

RE: XFRX default "output" file name

2011-09-23 Thread James E Harvey
7-637-8931 cell: 717-887-2565 fax: 717-637-6766 -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday, September 22, 2011 5:13 PM To: profox@leafe.com Subject: RE: XFRX default "output" file name Hi James,

RE: XFRX default "output" file name

2011-09-22 Thread Richard Kaye
eing passed. Perhaps Martin's intention is to expose a way to pass that parameter. I hope this helps you get started. -- rk -----Original Message- Subject: RE: XFRX default "output" file name Yes, I'm definitely interested. Please excuse me for asking too much, but

RE: XFRX default "output" file name

2011-09-21 Thread James E Harvey
7-637-6766 -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Wednesday, September 21, 2011 2:19 PM To: profox@leafe.com Subject: RE: XFRX default "output" file name Hi James, I've found a way to assign a c

RE: XFRX default "output" file name

2011-09-21 Thread Richard Kaye
nt: Friday, September 09, 2011 8:04 AM To: profoxt...@leafe.com Subject: RE: XFRX default "output" file name Thanks Alan. I think I'm starting to understand that I'm trying to edit the properties of the Export method which is called when the user clicks the export button on t

Re: XFRX default "output" file name

2011-09-09 Thread Alan Bain
637-8931 > cell: 717-887-2565 > fax: 717-637-6766 > > > -Original Message- > From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf > Of Alan Bain > Sent: Thursday, September 08, 2011 9:05 PM > To: profox@leafe.com > Subject: Re: XFRX default "outp

RE: XFRX default "output" file name

2011-09-09 Thread James E Harvey
637-8931 cell: 717-887-2565 fax: 717-637-6766 -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Alan Bain Sent: Thursday, September 08, 2011 9:05 PM To: profox@leafe.com Subject: Re: XFRX default "output" file name James, Creating the

Re: XFRX default "output" file name

2011-09-08 Thread Alan Bain
James, Creating the pdf was tricky for me. Here is my code. Hope it helps. loObj = XFRX("XFRX#LISTENER") rptname = Alltrim(Str(dispatch.callnumber))+'_call' tmpdir = 'c:\dispatch' lcreportname = 'c:\dispatch\rpts\sht_am_L' lnRetVal = loObj.SetParams(Alltrim(rptname),tmpdir,.T.

RE: XFRX default "output" file name

2011-09-08 Thread James E Harvey
n...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Mike Copeland Sent: Thursday, September 08, 2011 1:32 PM To: profox@leafe.com Subject: Re: XFRX default "output" file name James, FWIW, you're doing it exactly the way I do, except I'm creating PDFs, not XFF files.

Re: XFRX default "output" file name

2011-09-08 Thread Mike Copeland
James, FWIW, you're doing it exactly the way I do, except I'm creating PDFs, not XFF files. With XFRX, the output location and file name are defined using the first parameter of the .SetParams() method as you have done below. All I can suggest is to make sure that the path and folder exist pri