I have two issues now.

First.  I'd like to edit the properties of the Export method which is called
when the user clicks the export button on the XFRX previewer.

The default file name is output.xps, and the default location is the path
the application is in.  I'd like to use sys(2015) to create a random file
name with the xps extension (or whatever extension the user chooses to
export to) and change the path to a folder created to hold these files other
than the working folder.

The doc's mention a method called "Export" with one parameter called "toXFF"
as the handler for the XFF file being previewed.  That seems to be where you
could modify the defaults for the file's location and file name, but I'm not
seeing how to do that?

Here is the code I'm using to create the report using XFRX:

Local loSession, lnRetval, lcPageCaption

mreport = "hsrpissue"

toViewer = Createobject("frmMPPreviewer")

loSession=Evaluate([xfrx("XFRX#LISTENER")])

lnRetval = loSession.SetParams(,,,,,,"XFF")

If lnRetval = 0
                Report Form &mreport Object loSession
Endif

toViewer.iTool = 2 
toViewer.showstatus = .T.

Local loXFFDocument

loXFFDocument = loSession.oxfdocument

toViewer.previewXFF(loXFFDocument, lcPageCaption)

If toViewer.Visible = .F.
        toViewer.Show(1)
ENDIF


Second.  For some crazy reason the icons on the preview toolbar at the top
do not appear in the buttons if I use my "loader" program to start the
application.  If I double click the main exe on the server to run the
application they do appear, weird?

I could send you screen shots direct if that would help explain things
better.  I know I can't send them through ProFox which only allows plain
text (wish I could use html).

James E Harvey 
Corresponding Officer/M.I.S.
Hanover Shoe Farms, Inc.
www.hanoverpa.com
office: 717-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: Tuesday, September 13, 2011 8:48 AM
To: profox@leafe.com
Subject: RE: XFRX support

No, I don't.

Remind me what you were trying to figure out and maybe I can shed some
light.

--
rk


-----Original Message-----
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On
Behalf Of James E Harvey
Sent: Tuesday, September 13, 2011 8:45 AM
To: profoxt...@leafe.com
Subject: RE: XFRX support

Thanks, I'll try that address to see if I can get through.

Do you know if he offers a fee based telephone support option?

James E Harvey 
Corresponding Officer/M.I.S.
Hanover Shoe Farms, Inc.
www.hanoverpa.com
office: 717-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: Tuesday, September 13, 2011 8:36 AM
To: profox@leafe.com
Subject: RE: XFRX support

I had a brief conversation with Martin in the last couple of weeks. I just
emailed my question directly to eq...@eqeus.com. In general, I've found him
to be responsive. Perhaps something is stuck in a spam bucket somewhere?

--
rk


-----Original Message-----
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On
Behalf Of James E Harvey
Sent: Tuesday, September 13, 2011 7:45 AM
To: profoxt...@leafe.com
Subject: XFRX support

Has anyone tried using the support system for XFRX recently?

They have an email which I used to post a couple questions last week, and
have not heard back.

 
James E Harvey
Corresponding Officer/M.I.S.
Hanover Shoe Farms, Inc.
www.hanoverpa.com
office: 717-637-8931
cell: 717-887-2565
fax: 717-637-6766


[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00aa01cc7224$9c6c3cb0$d544b610$@hanoverpa.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to