Has anyone used automation to open TIF files from Navision Financials, perhaps using Windows Imaging? I have tried it but the application is not displaying. My code is:
CREATE(img);
img.Image('Y:\MY DOCUMENTS\AAA\Fax.tif');
img.Display();
Where img is the Kodak Image Edit Control.
Any ideas?
If not, are there any other methods of opening TIF files?
Thanks.
0
Comments
Thanks for the prompt reply - that has worked great. Saved me hours of messing about with automation too. Might go for lunch now.
Thanks
Paul.