Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by newtofoxpro

  1. newtofoxpro

    Install Barcode Font programmatically

    I need barcode and regional language font also. Thank you sir, for suggesting FoxBarCode.
  2. newtofoxpro

    Install Barcode Font programmatically

    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...
  3. newtofoxpro

    Install Barcode Font programmatically

    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...
  4. newtofoxpro

    Fatal error: exception code=c0000029

    Thank you It is c0000029 I use config.fpw having RESOURCE=OFF All frx included in project EXE
  5. newtofoxpro

    Fatal error: exception code=c0000029

    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
  6. newtofoxpro

    Signed QR Code data

    Thank you all. I will try memo
  7. newtofoxpro

    Signed QR Code data

    E-invoice. Signed QR Code data string is approx 900+ character. I am looking for best way to store/save in DBF free tables Thanks in advance
  8. newtofoxpro

    libharu : Link Annotation

    Thank you Griff, Pls give me time to work on provided information by you.
  9. newtofoxpro

    libharu : Link Annotation

    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
  10. newtofoxpro

    libharu : Link Annotation

    Annot=HPDF_Page_CreateLinkAnnot(IndexPage,Rect,Dst) stuck at "Rect
  11. newtofoxpro

    libharu : Link Annotation

    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
  12. newtofoxpro

    libharu : Link Annotation

    Link
  13. newtofoxpro

    libharu : Link Annotation

    Link I have tried my level best to linking pdf pages. But stuck at HPDF_Page_CreateLinkAnnot Link Above code in C I trying to make it in VFP
  14. newtofoxpro

    libharu : Link Annotation

    Is it possible to create "Link Annotation" with libhpdf.dll in vfp ? I trying Annot=HPDF_Page_CreateLinkAnnot(IndexPage,Rect,Dst) stuck at "Rect
  15. newtofoxpro

    Open File location

    ExcelLocation="c:\windows" RUN /N explorer &ExcelLocation

Part and Inventory Search

Back
Top