The setparams doesn't seem to connect to the Export Options dialog that the user can use to export the report to different files types.
Quite frankly I'm a bit disappointed in the apparent lack of response to my request for help from Eqeus. 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 11:16 AM To: profox@leafe.com Subject: RE: XFRX support 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> [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/029a01cc72dc$3f360c20$bda22460$@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.