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
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
___
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
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
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
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
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
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
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
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
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
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'
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
>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
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
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
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
:
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
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
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
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
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
@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
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
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
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
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
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
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.
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
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
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
, 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
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
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
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
...@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
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
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
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
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
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
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
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
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
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
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
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
,,"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
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)
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
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
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
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
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
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
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
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
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
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"
,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>> 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
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
--
___
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,
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
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
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
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
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
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
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
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:
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
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
>>>
>>>
>>>
>>
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
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).
>
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
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
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
93 matches
Mail list logo