File system object - print image file

D

David

Hi there,

To briefly explain, the file name of a *.tif file (the image of the form
that created the record) is located within a table.

I've written code using the file system object method, which can locate,
copy, move, delete, etc. the target file.

What I could really use at this point is help in printing out that file.
File system object does not seem to be able to do it; [path].print doesn't
work either.

If you've successfully opened a TXT, DOC, JPG, etc. file using a module, you
may be able to help me; how did you accomplish it?

I could post my code if needed.

Thanks!

Dave
 
Top