Sorry, this is the code
lcFontLocFile=GETENV("SYSTEMROOT")+"\FONTS\FREE3OF9.TTF"
=AFONT(gaFontArray)
IF ASCAN(gaFontArray,"Free 3 of 9")=0 OR !FILE(lcFontLocFile)
COPY FILE ("FREE3OF9.TTF") TO (m.lcFontLocFile)
DECLARE INTEGER AddFontResource IN GDI32.DLL STRING @lpszFileName...
VFP9SP2, Windows 10
With the help of this thread I tried but no success
https://www.tek-tips.com/viewthread.cfm?qid=938702
1. I have tried myapp.exe run as Administrator
2. At DOS-Prompt CMD.EXE I found FREE3OF9.TTF file exist.
DIR c:\windows\fonts\FREE3OF9.TTF
3. But does not appear in...
User reported, this error occurs any time anywhere in exe compiled by vfp9. Is it possible to solve this error ? And myapp.exe crash and generate error log file myapperr.log
Thank you Griff
how to declare
declare integer HPDF_Page_CreateLinkAnnot in (m.dll) integer, ??????, integer
Yes. I am trying Index-Page & Details-Pages
Best Regards
Sorry.
I am trying to make pdf file by VFP. For an example
Pdf file has 10 pages. 1st page has text like
one
two
three
four
when I click on text "two" it should jump on page 2.
http://libharu.sourceforge.net/demo/link_annotation.pdf
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.