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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Ljupce Zagorac

    FRX objtype=8 and objtype=5 relationship

    Hi guys, Has anybody figured out how to relate values in expr fields for FRX field name (objtype 8) and it's appropriate label (objtype 5). For example objtype 8 expr='inv_no' and objtype 5 expr='Invoice Number'. This can be helpful when exporting to Excel to show labels rather than field...
  2. Ljupce Zagorac

    Excel OLEObject insert pdf file

    Hi experts, Can somebody help with VFP 9 OLEObjects adding pdf file to Excel (2007 and up)? The following code works with doc files but not with PDF's: afile=getfile('doc') oExcel = CREATEOBJECT('Excel.Application') WITH oExcel .WorkBooks.Add .Visible = .t. with...

Part and Inventory Search

Back
Top