Hi Phil,
I work in a similar situation, I have the scx/sct files that are the source of the spr.
Mine have a 3D look, I think depend on the font and size used: mine are Arial Bold 8 points.
Open your screens in FPW 2.6, check and modify the font and then rebuild the spr and run in VFP9.
Let me...
Hi Mike!
No, I haven't found a way yet.
As soon as I find it, you and the forum will be informed and supplyed with the code.
I have found another annoyance:
printing to PDF this way a coloured report, come out in grey,
printing to PDF choosing directly the Adobe PDF printer driver, come out as...
Hi Mike,
after experimenting I have found a better way to check for the printing job done.
Change this block of code:
do while .t.
lcValue = ""
loRegistry.GetRegKey(_vfp.ServerName, @lcValue, ;
lcRootFolder1 + "\PrinterJobControl", lnRootFolder1)
if ! empty(lcValue)...
Hi Tamar,
I know how to control these with version 5, but I don't know how with the latest version of Adobe Acrobat printer driver.
The SDK isn't free ...
Gianni
Hi Mike!
when you buy the SDK, please post the code to set peferences like do not open the file after printing, choose between color and bw, ecc.
Thanks in advance!
Gianni
Hi Mike,
yes, you can do with Acrobat 7 almost the same you were doing with version 5.
Note that I do not have the Acrobat sdk, I have found this solution on the VBA forum and I have adapted it to VFP.
Thanks to djRixMix
Programmatically create a PDF from Access 2002...
Hi djRixMix!
I have found your piece of code very useful!
I have another question about.
How to avoid programmatically the automatic launch of Acrobat reader at the end the PDF creation without using the printer option (that disable it globally) ?
Thanks in advance!
Gianni
I have found the solution on the ProFox Mailing List <profox@leafe.com>.
Thanks to "Juergen Wondzinski", "wOOdy"!
wOOdy begin------
Try your code with a SET TABLEVALIDATE TO 0.
With the Default options, VFP8 tries to validate the DBF-Header for corruption.
For that it has...
Hi Everybody!
The following problem does not show in VFP7 SP1 neither with the old Foxpro for Windows 2.6a.
At the moment I can't test it in VFP8 WITHOUT SP1. I must reinstall it.
Everything happens under Windows XP Professional eventually connected to a network.
These are the few and easy...
Hello everyone!
Records looks deleted in the browse window but in fact they aren't
(and they don't process as if they are.)
If I look at the DBF file (in ASCII), I see that an asterisk/space
(asc. 42 and 32 respectively) is used at the beginning of the records
to represent whether or not they...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.