I tried it with a letter (not a punctuation symbol) at the end of the caption and it seemed to work.
Still don't know why this property is not ignored in non-Middle East versions.
Michael
I also tried both ways as mreigler did. It does not work for me.
I am using an English version. 7.0 sp1
Did notice 1 thing.
The forms rightoleft property is set to .F.
The pageframes righttoleft property defaults to .T. If I change it to .F. it seems to solve the problem.
The help file...
All of a sudden a file, _command.prg, appeared. I recently migrated to a mew computer and may have changed a setting when I reinstalled VFP 7.0
Any one know what I did ?
We send up to 30 reports to the printer. some of which are lengthy.
There is a delay between reports as the data is manipulated, and I put in
If lastkey() = CHR(27)
to see if escape was pressed, and abort the report.
It works fine, except when the next report is being processed, the IF...
When I double click a pdf document on the internet, I get a blank screen after a message on the bottom says "Installing Components" and then a little box with an "X" in it in the top right corner.
It works fine when I click on a PDF document on my local drive.
We are using ISE Version 4.01 SP1.
Would changing the Product code and/or Upgrade code help?
Would copying to a new folder make a difference? Once the libraries are registered, why the the registry have to be involved at all.
Thanks.
I tried all that. to no avail. They may have aborted the installer. But why should any of this affect prior years. Could the registry have been affected, and can it be cleaned up?
Thanks for any help.
I'm Desperate.
Michael
We distribute an applications annually. With the 2005 edition , a customer tried to delete an .exe file with windows explorer. When they next tried to run the application, windows installer tried to install and things went down hill.
We get an error message # 1300, and the line number is...
The "code" I am referring to is really the form PdfDisplay5a.
I call it as follows:
* * * * * * * * *
DO FORM frmPDFFiles ;
NAME m.loForm LINKED ;
WITH &xTOPDF ;
NOSHOW
IF VARTYPE( m.loForm ) = "O"
m.llTested = m.loForm.PrintPDF()
ELSE
=MESSAGEBOX("Problem creating the...
I have an application that prints PDF files. If the user has Acrobat Professional installed, I can do it transparently using the coding in chapter 8 of MegaFox by Hertzenwerke Publishing.
The only way I can do it if the user has only the Acrobat Reader installed is by using ShellExecute.
1. Is...
I am using ShellExecute to print a PDF file. I gave up on trying to close adobe Acrobat when the printing is done.
I also want to delete the file after it is printed. However, the file is in use until released by ShellExecute and the Delete command fails, or the delete command executes too...
Thanks Rick.
I am using VFP 7.0 SP1
The output is .prg coded and involves taking data from memo fileds and sectioning each line with various print attributes.
Things were fine with the ??? and PCL commands b ut was not PDF compatible. Would @... say's work better.
I am trying to use the ?|?? commands to sned dat to a printer and eventually create a PDF file.
I am having trouble selecting a fixed space font, or any font for that matter. I believe my syntax is correct.
Is therer a setting I am missing, such as where to find the font???
I've been using pcl code for years. It works fine, but has limitations.
I assign the font descriptor to a variable, which makes it easier to select the font..
??? fab8 && font Arial point size 8
I could never get the following to work.
???'Last Name: ' + MyTable.LastName FONT 'Arial'...
It appears that the problem code is changing the orientation. If there is even a single character in the print job, changing orientation will cause a page eject. Laser printers cannot do portrait and landsacape printing on the same page. There is a font rotation command to accomplish this.
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.