Hello,
From my application, I want to open a .TIF file using Microsoft Office Document Imaging. I got some information in Microsoft web page but I did not get to open the tif file. Does someone have any idea?
ls_file = c:\test.tif
iole_object = CREATE oleObject
iole_object.connecttonewobject("MODI.Document")
iole_object.FileName = ls_tif /*it causes a runtime error
From my application, I want to open a .TIF file using Microsoft Office Document Imaging. I got some information in Microsoft web page but I did not get to open the tif file. Does someone have any idea?
ls_file = c:\test.tif
iole_object = CREATE oleObject
iole_object.connecttonewobject("MODI.Document")
iole_object.FileName = ls_tif /*it causes a runtime error