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 vedamin

  1. vedamin

    OLE Object gets corrupt on 2nd run in VFP9 only on Windows 7

    Mike, The option to print image from physical file (file names generated at runtime), has been made available from version XI. Vedamin
  2. vedamin

    OLE Object gets corrupt on 2nd run in VFP9 only on Windows 7

    Thanks everyone. As Gerrit and Mike suggested, I tried all possible ways to clear the memory. The whole application runs without any problem under Windows 10. But under Windows 7 it fails on 2nd run. I normally use Foxplus table with Crystal report. This is direct and does not require ADODB...
  3. vedamin

    OLE Object gets corrupt on 2nd run in VFP9 only on Windows 7

    I am using the following code at the end. But this hasn't worked. oRS.Close oConn.Close RELEASE oRS RELEASE oConn RELEASE oRpt RELEASE oCR The SWDAT.DBF has a Field Type = 'General' for images. This is the reason I have to take the "vfpoledb" route.
  4. vedamin

    OLE Object gets corrupt on 2nd run in VFP9 only on Windows 7

    Following is a simple piece of code. It fails on 2nd run only on Windows7 but runs well on Windows 8 and 10. The only solution is to quit VFP9 and run the code again. oCR = CREATEOBJECT("CrystalRuntime.Application") oRpt = oCR.OpenReport(FULLPATH('')+"SAMPLE.RPT") oConn =...
  5. vedamin

    OLE Object gets corrupt on 2nd run in VFP9 only on Windows 7

    Following is a simple piece of code. It fails on 2nd run only on Windows7 but runs well on Windows 8 and 10. The only solution is to quit VFP9 and run the code again. oCR = CREATEOBJECT("CrystalRuntime.Application") oRpt = oCR.OpenReport(FULLPATH('')+"SAMPLE.RPT") oConn =...

Part and Inventory Search

Back
Top