I might be able to help with the first question. 

The first parameter of the XRFX object SetParams method is the name of the 
output file:

Local m.lcFilename AS Character
m.lcFolder=[C:\My special folder]
m.lcFilename=ADDBS(m.lcFolder)+SYS(2015)+[.xff]
lnRetval = loSession.SetParams(m.lcFilename,,,,,,"XFF")

I haven't gotten around to using the XFRX previewer but have you included the 
bitmaps for the preview toolbar in your EXE?

--
rk

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

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.
<snip>

_______________________________________________
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/DF1EEF11E586A64FB54A97F22A8BD04419F2CA4C69@ACKBWDDQH1.artfact.local
** 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