RE: Creating a hyperlink on a PDF via XFRX.

2022-08-30 Thread Richard Kaye
Want to share? 😊 -- rk From: ProfoxTech On Behalf Of Alan Bourke Sent: Friday, August 26, 2022 9:44 AM To: profoxt...@leafe.com Subject: Re: Creating a hyperlink on a PDF via XFRX. Turns out it's a real pain in the ass to do this on a VFP report layout directly. So I knocked up a .NE

Re: Creating a hyperlink on a PDF via XFRX.

2022-08-26 Thread Alan Bourke
Turns out it's a real pain in the ass to do this on a VFP report layout directly. So I knocked up a .NET COM-visible DLL which uses a third party library to place the relevant hyperlink onto an already-created PDF file. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___

Re: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Alan Bourke
Thanks. I will look into those options. I also considered having a placeholder URL and then postprocessing the PDF file as hyperlinks seem to be plain text inside them. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: Pr

AW: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Jürgen Wondzinski
Hi Alan, since the Comments field of a Report-object doesn't get preprocessed by XFRX, your various attempts cannot get you the expected results. You could either modify the XFRX sourcecode (if you have bought the full package), or contact Martina via supp...@eqeus.com to add that function

RE: Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Richard Kaye
Have you tried macro expansion? I literally just started using this XFRX feature, and asked Martina if it was possible to also pass a target attribute when exporting to PDF, but the answer to that was no, sadly. However, if you output to HTML instead of PDF there are more options and she did

Creating a hyperlink on a PDF via XFRX.

2022-08-23 Thread Alan Bourke
I'm reporting to PDF using XFRX. I need to create a hyperlink to an internet URL. The method XFRX uses for this is via a string in the Comments field of a report expression, so for example if I add a report expression with value = "Click Here" and put this in the comments: #U

Re: XFRX support

2021-02-22 Thread MB Software Solutions, LLC
She got back to me.  Turns out the eq...@eqeus.com was better than supp...@eqeus.com. On 2/21/2021 10:14 PM, Richard Kaye wrote: Maybe your emails aren't getting through? I've found the XFRX team to be pretty responsive. -- rk -Original Message- From: ProfoxTech On Be

RE: XFRX support

2021-02-21 Thread Richard Kaye
Maybe your emails aren't getting through? I've found the XFRX team to be pretty responsive. -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Saturday, February 20, 2021 10:08 PM To: profoxt...@leafe.com Subject: XFRX support Attn

Re: XFRX support

2021-02-21 Thread Jan Bucek
Dne 21.2.2021 v 4:08 MB Software Solutions, LLC napsal(a): Attn XFRX users, I've emailed XFRX and replied directly to Martina at eq...@eqeus.com and supp...@eqeus.com but gotten no response regarding this question:    Hi Martina and team,    I did not get a response from you on

Re: XFRX support

2021-02-21 Thread Frank Cazabon
You could try on level extreme (formerly universal thread). I see responses from her there regularly. On 20 February 2021 23:08:23 GMT-04:00, "MB Software Solutions, LLC" wrote: >Attn XFRX users, > >I've emailed XFRX and replied directly to Martina at eq...@eqeus.com

XFRX support

2021-02-20 Thread MB Software Solutions, LLC
Attn XFRX users, I've emailed XFRX and replied directly to Martina at eq...@eqeus.com and supp...@eqeus.com but gotten no response regarding this question: Hi Martina and team, I did not get a response from you on this. *Does the XFRX Private Cloud solution exist? *I have a c

AW: Bookmarks in XFRX report previewer

2020-11-08 Thread Jürgen Wondzinski
Just as a sidenote: Martina Jindrová (the developer of XFRX) is a regular in Foxite.com. That would be the easiest way to get your answer :) wOOdy -Ursprüngliche Nachricht- Von: ProFox Im Auftrag von Paul Newton Gesendet: Sonntag, 8. November 2020 00:21 An: 'profox@leafe.com'

Bookmarks in XFRX report previewer

2020-11-07 Thread Paul Newton
Hi all I have recently downloaded the latest version of XFRX (19.1) and I am trying for the first time to implement bookmarks in the previewer. I have a simple report (no groups) with a detail section which contains several lines for each account - something like this (AccountRef etc

RE: Landscape PDFs using XFRX

2019-04-24 Thread Chris Davis
>From XFRX FAQ 5.1. The paper size is wrong, landscape reports are generated as portrait. Make sure you don't delete all information from the EXPR field of the first record of the page. XFRX doesn't use printer settings stored in the FRX file and uses PAPERSIZE and ORIENTATION va

Re: Landscape PDFs using XFRX

2019-04-23 Thread Joe Yoder
I reread what what I wrote and realize that The first sentence should have been "Using XFRX in VFP to convert Reports to create PDF files" - sorry - Joe On Tue, Apr 23, 2019 at 1:33 PM Joe Yoder wrote: > I have an older version of XFRX that I am converting to create PDF files

Landscape PDFs using XFRX

2019-04-23 Thread Joe Yoder
I have an older version of XFRX that I am converting to create PDF files instead of printing reports directly. All reports are working well except the one that requires Landscape output. Apparently XFRX just ignores the printer orientation information in the Tag1 and Tag2 fields in the Report.frx

Re: XFRX to Excel just repeating the first record.

2017-09-14 Thread Alan Bourke
It's something to do with our framework (output to XFRX is handled by a black box that I'm calling) so I've changed it to use XFRX directly and it's OK now. -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Thu, 14 Sep 2017, at 01:00 PM, Frank Cazabon wrote: > WAG

Re: XFRX to Excel just repeating the first record.

2017-09-14 Thread Frank Cazabon
: I'm creating Excel output using the XFRX driver. The basis for the report is a cursor which has in my test setup about 40 records. It's created using SQL Select with the nofilter clause. There are no relations in to it or out from it. It is the currently selected table when running the r

Re: XFRX to Excel just repeating the first record.

2017-09-14 Thread Peter Cushing
On 14/09/2017 10:58, Alan Bourke wrote: I can pause execution just before the report and there's 40 odd records which is correct. If I open the report layout in VFP and save it just before it runs then it's fine, however the next time I do it if I don't open\save the problem occurs. Select _fees

Re: XFRX to Excel just repeating the first record.

2017-09-14 Thread Alan Bourke
hu, 14 Sep 2017, at 10:38 AM, Peter Cushing wrote: > On 14/09/2017 10:28, Alan Bourke wrote: > > I'm creating Excel output using the XFRX driver. The basis for the > > report is a cursor which has in my test setup about 40 records. It's > > created using SQL

Re: XFRX to Excel just repeating the first record.

2017-09-14 Thread Peter Cushing
On 14/09/2017 10:28, Alan Bourke wrote: I'm creating Excel output using the XFRX driver. The basis for the report is a cursor which has in my test setup about 40 records. It's created using SQL Select with the nofilter clause. There are no relations in to it or out from it. It is the

XFRX to Excel just repeating the first record.

2017-09-14 Thread Alan Bourke
I'm creating Excel output using the XFRX driver. The basis for the report is a cursor which has in my test setup about 40 records. It's created using SQL Select with the nofilter clause. There are no relations in to it or out from it. It is the currently selected table when running the r

RE: [NF] XFRX V 17.1

2017-05-23 Thread Richard Kaye
@leafe.com Subject: [NF] XFRX V 17.1 Hi all I know that some of you use XFRX and are very enthusiastic about it. I just took a look at the "text format" functionality in the latest version (released yesterday). Running the sample code in TEXTFORMAT2SCREEN displays only the first thr

[NF] XFRX V 17.1

2017-05-23 Thread Paul Newton
Hi all I know that some of you use XFRX and are very enthusiastic about it. I just took a look at the "text format" functionality in the latest version (released yesterday). Running the sample code in TEXTFORMAT2SCREEN displays only the first three names from the BB-CHILD ta

XFRX ReportsInCloud.com (was RE: Printing native VFP reports to other types (like XLSX, PDF, DOCX, etc.)

2017-03-17 Thread mbsoftwaresolutions
New feature from the XFRX folks: http://www.reportsincloud.com/ Looks pretty cool! On 2017-03-16 18:00, José Enrique Llopis wrote: I use XFRX http://www.eqeus.com/ Jose Enrique Llopis www.multilinkcrm.com ___ Post Messages to: ProFox

Grief when upgrading XFRX from 14.7 to 16.0 or 16.1

2016-04-12 Thread Paul Newton
Hi all I copy the correspondence below for your information - I am NOT a happy bunny ! Dear Paul Newton, I'm sorry, no. I did simply test with XFRX 14.7 and XFRX 16.1 and I got the same result. Evaluating of numeric expression depends on SET DECIMAL TO. Miss Martina Jindrová On Mon, A

Re: Numeric values in Excel generated by XFRX

2014-01-10 Thread Peter Cushing
Paul Newton wrote: Hi all I have a VFP report and am using XFRX to create an Excel sheet. The numeric vales in the report are flagged up as "The number in this cell is formatted as text or preceded by an apostrophe". In the Format tab of the Field Properties I have set the format

Numeric values in Excel generated by XFRX

2014-01-10 Thread Paul Newton
Hi all I have a VFP report and am using XFRX to create an Excel sheet. The numeric vales in the report are flagged up as "The number in this cell is formatted as text or preceded by an apostrophe". In the Format tab of the Field Properties I have set the format expression as 9

RE: Problem with XFRX - Solved

2011-12-13 Thread Paul Newton
sage- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: 12 December 2011 15:05 To: profoxt...@leafe.com Subject: Problem with XFRX Hi all I am having difficulty in formatting cells in an Excel sheet produced from a VFP report using XFRX.

Problem with XFRX

2011-12-12 Thread Paul Newton
Hi all I am having difficulty in formatting cells in an Excel sheet produced from a VFP report using XFRX. I want the following to be the custom format 0.00" Cr";[Red]0.00" Dr" And if I type this in Excel in the Format Cells dialog it works fine. What I cannot do is

Re: XFRX and Foxypriewer

2011-11-14 Thread Eurico Chagas Filho
011 10:06 PM >Subject: XFRX and Foxypriewer > >I have used xfrx for a few years now and, generally, i thin k its a great >system >More and more, i read about foxypreviewer. > >Does anyone wish to comment as to which they find the better of the two? > >-- >Regards >Sytz

XFRX and Foxypriewer

2011-11-13 Thread Sytze de Boer
I have used xfrx for a few years now and, generally, i thin k its a great system More and more, i read about foxypreviewer. Does anyone wish to comment as to which they find the better of the two? -- Regards Sytze de Boer Kiss Software ___ Post

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 u

RE: XFRX default "output" file name

2011-09-23 Thread James E Harvey
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. James E Harvey Corresponding Officer/M.I.S. Hanover Shoe Farms, Inc. www.hanoverpa.com office: 71

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 support

2011-09-22 Thread James E Harvey
...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, September 21, 2011 5:45 PM To: ProFox Email List Subject: Re: XFRX support On 9/16/2011 9:26 AM, James E Harvey wrote: > XFRX support resolution. > > Martin got back to me on my two issues. > > 1.I added the ic

Re: XFRX support

2011-09-21 Thread MB Software Solutions, LLC
On 9/16/2011 9:26 AM, James E Harvey wrote: > XFRX support resolution. > > Martin got back to me on my two issues. > > 1.I added the icon bitmaps into my project rebuilt the exe and now the > icons appear as expected. > > 2.Currently there is no way to substit

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 support

2011-09-16 Thread Richard Kaye
lution for setting the file name, I'll share it here. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of James E Harvey Sent: Friday, September 16, 2011 9:27 AM To: profoxt...@leafe.com Subject: RE: XFRX support XFRX sup

RE: XFRX support

2011-09-16 Thread James E Harvey
XFRX support resolution. Martin got back to me on my two issues. 1. I added the icon bitmaps into my project rebuilt the exe and now the icons appear as expected. 2. Currently there is no way to substitute a randomly generated filename for the output when a user chooses to export the

RE: XFRX support

2011-09-15 Thread James E Harvey
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: Wednesday, September 14, 2011 3:49 PM To: profox@leafe.com Subject: RE: XFRX suppor

RE: XFRX support

2011-09-14 Thread Richard Kaye
Hi James, I just got an email from Martin saying that he's been a bit busy but that he has replied to you. BTW my looking at the demo has made me want to try implementing the XFRX previewer into my EXE so I should be better able to chime in on issues related to that once I figure it al

RE: XFRX support

2011-09-14 Thread Richard Kaye
the source, you could add your own method for populating that defaultoutputfilename property, recompile and get what you need. Unfortunately, I did not purchase the source code so I can only offer this general advice. FWIW I've forwarded your concerns about XFRX support to Martin. As mention

RE: XFRX support

2011-09-14 Thread James E Harvey
Yes, I did purchase the source code. I've come to the conclusion that my skillsets are not up to the level of what is required to make this product work the way I'd like it to. Also, the lack of response from XFRX has turned me off this product for now. I do appreciate your help, but

RE: XFRX support

2011-09-14 Thread Richard Kaye
Are you using the Export Options form object that's included? Again, I don't use the Export Options dialog but I have the help file to be very useful and there are a lot of good examples in there. I built my own wrapper around the XFRX object pretty much based on working through the

RE: XFRX support

2011-09-14 Thread James E Harvey
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

2011-09-13 Thread Richard Kaye
,,"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: Tue

RE: XFRX support

2011-09-13 Thread James E Harvey
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)

RE: XFRX support

2011-09-13 Thread Richard Kaye
e.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: 71

RE: XFRX support

2011-09-13 Thread James E Harvey
ssage- 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

RE: XFRX support

2011-09-13 Thread Richard Kaye
e.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

XFRX support

2011-09-13 Thread James E Harvey
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

Re: XFRX default "output" file name

2011-09-09 Thread Alan Bain
t the properties of > the Export method which is called when the user clicks the export button on > the XFRX previewer. > > The doc's mention a method called "Export" with one parameter called "toXFF" > as the handler for the XFF file being previewed.  Tha

RE: XFRX default "output" file name

2011-09-09 Thread James E Harvey
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 the XFRX previewer. The doc's mention a method called "Export" with one parameter called "toXFF&qu

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 = lo

RE: XFRX default "output" file name

2011-09-08 Thread James E Harvey
The .setparams method does work using the lcfile parameter in this way to create the files: lcfile = sys(5) + "\foxdat\xfrx\" + sys(2015) LOXFRX = XFRX("XFRX#LISTENER") lnretval = LOXFRX.SETPARAMS(lcf

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 fo

XFRX default "output" file name

2011-09-08 Thread James E Harvey
I'm trying to figure out how to change the default "output" file name to a programmatically generated name in a specific folder, but can't seem to connect the dots. Below is the code that creates the XFRX previewer, which works, but the default name remains "output"

RE: XFRX - Working now

2011-09-01 Thread Kent Belan
, Kent -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday, September 01, 2011 4:55 PM To: profox@leafe.com Subject: RE: XFRX Hi Kent, Yes, I've been using xfrx in my EXE which is running in ~50 locations roun

RE: XFRX

2011-09-01 Thread Richard Kaye
Hi Kent, Yes, I've been using xfrx in my EXE which is running in ~50 locations round the world. I don't recall seeing that type of message. Have you included the fxp in your project or are you distributing it separately? Have you included xfrxlib.fll, hndlib.dll & zlib

Re: XFRX

2011-09-01 Thread Sytze de Boer
I suspect you need to check if the xfrx.prg is compiled into your exe, and that your client has the xfrx.app and other xfrx files. On Fri, Sep 2, 2011 at 8:37 AM, Kent Belan wrote: > Hello, > > Anyone using XFRX ? > > I have an VFP9 application that uses XFRX to create P

XFRX

2011-09-01 Thread Kent Belan
Hello, Anyone using XFRX ? I have an VFP9 application that uses XFRX to create PDF files, works great on my computer. But, when I send my EXE and required files to client, I get an error at startup F:\DEV\XFRXADMIN\RELEASE\BLD\XFRX.FXP is not an object file. I am not sure what is happening

RE: XFRX and Windows Vista

2010-02-26 Thread Cathy Pountney
I've been running Vista for a long time and I use XFRX in our app on a daily basis. I've run it both ways .. with Admin rights and w/o Admin rights. UAC is on. Cathy Pountney > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com

Re: XFRX and Windows Vista

2010-02-25 Thread MB Software Solutions, LLC
Malcolm Greene wrote: > Michael, > > Is your app under \Program Files? More specifically does your app have > write access to its application folder? > > Try running your application from a non-Program Files folder and see if > that corrects your problem. It's already in a custom folder off the

Re: XFRX and Windows Vista

2010-02-25 Thread Malcolm Greene
Michael, Is your app under \Program Files? More specifically does your app have write access to its application folder? Try running your application from a non-Program Files folder and see if that corrects your problem. Malcolm ___ Post Messages to: P

Re: XFRX and Windows Vista

2010-02-25 Thread MB Software Solutions, LLC
Kent Belan wrote: > Check and make sure there is a valid printer driver installed on that > computer. Kent, If they can print other documents from that PC, doesn't that mean that their installed printer driver is valid? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software

RE: XFRX and Windows Vista

2010-02-25 Thread Kent Belan
Check and make sure there is a valid printer driver installed on that computer. > > Brian Abbott wrote: > > What happens if they turn UAC off and then run it? > > > I checked---both UAC and Windows Firewall are both turned OFF. > > -- > Mike Babcock, MCP > MB Software Solutions, LLC > Presiden

Re: XFRX and Windows Vista

2010-02-25 Thread MB Software Solutions, LLC
Brian Abbott wrote: > What happens if they turn UAC off and then run it? I checked---both UAC and Windows Firewall are both turned OFF. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabco

Re: XFRX and Windows Vista

2010-02-25 Thread Brian Abbott
What happens if they turn UAC off and then run it? On 25/02/2010 18:23, MB Software Solutions, LLC wrote: > We've got a client who uses our VFP9SP1 app and when our app's code to > use XFRX to create a PDF fires, Windows Vista cries foul and terminates > our app. > > W

XFRX and Windows Vista

2010-02-25 Thread MB Software Solutions, LLC
We've got a client who uses our VFP9SP1 app and when our app's code to use XFRX to create a PDF fires, Windows Vista cries foul and terminates our app. We may be one version back from current on XFRX. Going to check that this afternoon. Anyone else encounter this? -- Mike Babco

Previewing thru XFRX

2010-01-07 Thread Ajoy Khaund
Hi, I have just purchased XFRX and trying to use it in my current setup. Currently I have a base form and a report previewer form. My main form is a Top level form. In my base from I have a method which accepts a report name and I have the following code there to preview the report

XFRX Text Format

2009-09-27 Thread Ajoy Khaund
Hi, I am evaluating the demo version of XFRX. This does not have the Text output (I don't know why). Can anyone using XFRX send me a output of a report in text format. Many of my customers have dot matrix printers. I want to print a report and check the speed of printing. My email addre

XFRX

2009-08-17 Thread Ajoy Khaund
Hi, XFRX hasn't released any update since dec 2008. I check their site now & then. Would anyone know why or have any news of FRX ? -- Regards, Ajoy Khaund Neamati Road Near Bhogdoi Bridge Jorhat 785001-21 Assam, India Tel: 91-376-2351288 Cell: 91-94350-92287 Mail: akha...@hotmail

RE: VFP9SP2 XFRX error

2009-04-19 Thread Rick Schummer
>> I'm getting the error "Cannot load zlib.dll" when executing this line:<< The support libraries including XFRXLIB.FLL, HNDLIB.DLL and ZLIB.DLL need to be distributed along with your EXE. These files need to be located either in the same folder where the main EXE is or in folder defined in your a

RE: VFP9SP2 XFRX error

2009-04-19 Thread Allen
Does zlib need registering? Is it in the path ? Al -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions,LLC I'm getting the error "Cannot load zlib.dll" when executing this line: Ideas? tia, --Mike -- ___

VFP9SP2 XFRX error

2009-04-18 Thread MB Software Solutions, LLC
I'm getting the error "Cannot load zlib.dll" when executing this line: lnRetVal = loXFRX.SetParams(lcOutputFile,,this.lNoShowlcType) I've seen this before in other apps but I can't recall what the problem was? Ideas? tia, --Mike -- Mike Babcock, MCP MB Software Solutions, LLC President,

Re: Evaluation version of XFRX issue with opening a table

2009-04-13 Thread Joe Yoder
Mike, I just reviewed the report and don't believe there is a single udf connected to it. I am doing all the fancy stuff when I build the single table that feeds the report. If the problem were in the report itself wouldn't it show up even when the XFRX code is not called? - Joe

Re: Evaluating XFRX

2009-01-27 Thread Martin Haluza [eqeus.com]
Dear Ajoy, Thank you very much for your interest in XFRX. I the code you sent me you can remove loSession =Evaluate("xfrx('XFRX#INIT')") and also remove NOPAGEEJECT from the REPORT FROM command. Yes, you can test the previewer as well as the excel output with the evaluation

Re: Evaluating XFRX

2009-01-27 Thread Ajoy Khaund
r and developing software from a specification are easy if both are frozen." - Edward V. Berard, "Life-Cycle Approaches" -- From: "Ajit Abraham" Sent: Tuesday, January 27, 2009 10:24 AM To: Subject: Re: Evaluating XFRX

Re: Evaluating XFRX

2009-01-26 Thread Ajit Abraham
Ajoy, Instead of the PDF, check if you can see the report in the xfrx preview container. Sincerely, _Ajit Abraham Ajoy Khaund wrote: > > lnRetval = loxfrx.SetParams("d:\output.pdf",,"PDF") > ___ Post

Evaluating XFRX

2009-01-26 Thread Ajoy Khaund
Hi, I have downloaded XFRX for Vfp9 to folder called XFRX into my D drive. I have a personal accounts package so I am trying XFRX there.I have set the path to D:\XFRX and D:\XFRX\UTREPLISTENER where I have unzipped the utility report listener. Now in a form after generatin the report cursor I

RE: XFRX

2008-09-18 Thread Dave Crozier
Sytze, Happy to help if I can. Fire away. Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sytze de Boer Sent: 18 September 2008 23:05 To: profox@leafe.com Subject: XFRX Hi folk I have an annoyance with XFRX and it seems Martin can&#

RE: XFRX

2008-09-18 Thread Jack Skelley
Good Evening Sytze: I have used XFRX to do some time-line graphing. I would consider myself knowledgeable but not a real expert in all areas of the application. I used it in VFP8 so I am not real familiar with the report listener construct used in VFP9. I will try to help if I can. Regards

XFRX

2008-09-18 Thread Sytze de Boer
Hi folk I have an annoyance with XFRX and it seems Martin can't figure out what I'm trying to say. The best way to illustrate the issue is to include a picture If anyone is prepared to assist me, can you email me please -- Regards Sytze de Boer Kiss Systems Ph: 64-7-8391670, Mob:

Re: XFRX problem

2007-04-20 Thread MB Software Solutions
Brian Abbott wrote: > Weird. never seen that. I wouldn't have thought the ereports.dll even > knew about the registry. I presume it's just 1 machine it's acting up on? > Yep--my dev laptop. -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate

Re: XFRX problem

2007-04-20 Thread Eugene Vital
MB Software Solutions wrote: > Brian Abbott wrote: > >> On 20/04/2007 at 06:00 MB Software Solutions wrote: >> >> >>> Having problems with eReports and am ready to switch over to XFRX, as >>> >>> >>> >>

Re: XFRX problem

2007-04-19 Thread Brian Abbott
MB Software Solutions wrote: > Brian Abbott wrote: >> On 20/04/2007 at 06:00 MB Software Solutions wrote: >> >>> Having problems with eReports and am ready to switch over to XFRX, as >>> >>> >> What sort of problems Michael? (We

Re: XFRX problem

2007-04-19 Thread MB Software Solutions
Brian Abbott wrote: > On 20/04/2007 at 06:00 MB Software Solutions wrote: > >> Having problems with eReports and am ready to switch over to XFRX, as >> >> > > What sort of problems Michael? (We're using eReports with no real > problems to date). >

Re: XFRX problem

2007-04-19 Thread Brian Abbott
On 20/04/2007 at 06:00 MB Software Solutions wrote: > Having problems with eReports and am ready to switch over to XFRX, as > What sort of problems Michael? (We're using eReports with no real problems to date). -- Cheers B

Re: XFRX problem (DISREGARD!!!!)

2007-04-19 Thread MB Software Solutions
MB Software Solutions wrote: > VFP9SP1 on WinXP Pro > > Having problems with eReports and am ready to switch over to XFRX, as > many talk so fondly of it here. I downloaded the trial, and using the > sample code from the Fox Wiki, but am having a problem: > > http://mb

XFRX problem

2007-04-19 Thread MB Software Solutions
VFP9SP1 on WinXP Pro Having problems with eReports and am ready to switch over to XFRX, as many talk so fondly of it here. I downloaded the trial, and using the sample code from the Fox Wiki, but am having a problem: http://mbsoftwaresolutions.com/images/xfrx_problem.JPG The problem throws