exporting and disk space
Posted: Thu Apr 21, 2005 3:03 pm
I am using the export facilities of TChart AX7 to let the user save graphs to floppy (in visual basic):
TChart1.Export.asJPEG.SaveToFile("A:\filename.jpg")
I noticed that when the floppy is full, the function call doesn't flag an error, it creates a file of size 0 on the floppy. Is there a way to determine when this has happened to let the user know?
thanks
TChart1.Export.asJPEG.SaveToFile("A:\filename.jpg")
I noticed that when the floppy is full, the function call doesn't flag an error, it creates a file of size 0 on the floppy. Is there a way to determine when this has happened to let the user know?
thanks