M
Mark
We are using Word XP & Word 2003. I have a fault which has just started on a
system which is used by our company and uses word to produce letters to
people.
This has been working fine for about 2 months and now suddenly, but
intermittently the letter created when trying to save with the following code:
ActiveDocument.SaveAs FileName:="U:\WT Business Services\Print
Unit\Victim Letters\" _
& sFileName & GetUserName & "_" & sDivisionID & "_" & Format(Now,
"dd-mmm-yy_hh-mm-ss") & ".doc", FileFormat:=wdFormatDocument, _
LockComments:=False, Password:="", AddToRecentFiles:=True,
WritePassword _
:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts:=False, _
SaveNativePictureFormat:=False, SaveFormsData:=False,
SaveAsAOCELetter:= _
False
This message box appears:
The disk is full. Free some space on this drive, or save the document on
another disk.
Try one or more of the following:
* Close any unneeded documents, programs, and windows.
* Save the document on another disk.
The permissions to the folder are set for everyone for modify.
The document cannot even be saved back into the database!
This fault is not computer specific.
I know it's a wish, but can anyone assist with what might be the cause of
this and of course a solution, please?
system which is used by our company and uses word to produce letters to
people.
This has been working fine for about 2 months and now suddenly, but
intermittently the letter created when trying to save with the following code:
ActiveDocument.SaveAs FileName:="U:\WT Business Services\Print
Unit\Victim Letters\" _
& sFileName & GetUserName & "_" & sDivisionID & "_" & Format(Now,
"dd-mmm-yy_hh-mm-ss") & ".doc", FileFormat:=wdFormatDocument, _
LockComments:=False, Password:="", AddToRecentFiles:=True,
WritePassword _
:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts:=False, _
SaveNativePictureFormat:=False, SaveFormsData:=False,
SaveAsAOCELetter:= _
False
This message box appears:
The disk is full. Free some space on this drive, or save the document on
another disk.
Try one or more of the following:
* Close any unneeded documents, programs, and windows.
* Save the document on another disk.
The permissions to the folder are set for everyone for modify.
The document cannot even be saved back into the database!
This fault is not computer specific.
I know it's a wish, but can anyone assist with what might be the cause of
this and of course a solution, please?