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 SkipVought 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: *

  • Users: Jmac
  • Order by date
  1. Jmac

    Printing JPG's on Reports

    Perhaps the code is moving the pointer to the end of file so there is no General field for the Icon to read from. Additionally, if the OLE set up is linking and not embedding and the directory is not visible to that sign on or no longer present this would be a problem.
  2. Jmac

    Reindexing VFP tables automatically within code

    There is a way to reindex tables in VFP5 directly but uses code. I wrote a utility to analyze a given directory of tables and extract the indexes on them and write the code to do the reindexing and packing the tables at the same time. Since that code is long on fault tolerance and error...
  3. Jmac

    Can't create extern view of AS400 file by Member - please assist

    You might need to work in code to establish the connection using 'SQLCONNECT(), 'SQLEXEC()' & 'SQLDISCONNECT()' or perhaps 'SQLSTRINGCONNECT()'. Then you can use a variable passed in the connect string but controlled from the front end. I am not AS400 literate so this may not work if it does...
  4. Jmac

    "Not a Table" message

    If you cannot create the executable because of this error, it may be because the table underlying the Project for the program has corruption in it. Delete the project files and start a new project with your program is a general way of handling. It usually means that the project memo (*.pjx)...

Part and Inventory Search

Back
Top