What's up?

I'm using LaserFiche's Toolkit version 5 and I have a .JPG file that is imported into a new document. However, when I want to export the same image, but rename it with a different name, the .JPG file comes up to be a blank. Here is my code:

[vbcode]
strReturn1 = LFAPI.ExportImage("tester\work\" + strPerson1, 1, "C:\AXB00001.JPG")
[/vbcode]

What's very strange is: It's the same file, just a new name, and VB won't accept it as a "valid file" when it's loaded into either an imagebox or a picture box. Even more strange: if you open up this image with Photoshop 6 or 7 it works, but not with internet explorer, VB, or anything else.

Another weird thing: Instead of using VB to program LaserFiche to export the image, I went into the client software and manually exported the image going to the menu File > export > image.

That works perfectly fine, just not when VB commands it to export an image.

Any pointers?


Thanks

Chris