Click here to Skip to main content
15,916,951 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralOverloads vs. Shadows Pin
Ghazi Sarhan24-Aug-05 9:38
Ghazi Sarhan24-Aug-05 9:38 
GeneralRe: Overloads vs. Shadows Pin
Christian Graus24-Aug-05 11:14
protectorChristian Graus24-Aug-05 11:14 
Generalbulletproof code best practices Pin
DaveC42691324-Aug-05 9:05
DaveC42691324-Aug-05 9:05 
GeneralRe: bulletproof code best practices Pin
Christian Graus24-Aug-05 11:16
protectorChristian Graus24-Aug-05 11:16 
GeneralWindows Shutdown Pin
klmall24-Aug-05 8:41
klmall24-Aug-05 8:41 
GeneralRe: Windows Shutdown Pin
Dave Kreskowiak24-Aug-05 9:02
mveDave Kreskowiak24-Aug-05 9:02 
GeneralRe: Windows Shutdown Pin
klmall24-Aug-05 12:51
klmall24-Aug-05 12:51 
GeneralActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 8:36
Jim Munton24-Aug-05 8:36 
I have a problem with a Word VBA function that is called from an Access VBA application.

The following line executes fine when the user has all permissions allowed to the folder in which the document is saved but when "Delete Subfolders and Files" and "Delete" are denied Word generates the dialogue "Word cannot complete the save due to a file permission error".

ActiveDocument.SaveAs FileName:=fpn_newlet, FileFormat:=wdFormatDocument, _
LockComments:=False, Password:="", AddToRecentFiles:=True, WritePassword _
:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts:=False, _
SaveNativePictureFormat:=False, SaveFormsData:=False, SaveAsAOCELetter:= _
False

I am not sure if this problem is due to automation between Access and Word or a known problem.

Cannot find a solution - can anyone help?
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 9:00
mveDave Kreskowiak24-Aug-05 9:00 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 9:10
Jim Munton24-Aug-05 9:10 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 10:00
mveDave Kreskowiak24-Aug-05 10:00 
Generalmaking backup and recovery using vb.net and Sql server 2000 as a database Pin
Mamokwena24-Aug-05 7:50
Mamokwena24-Aug-05 7:50 
GeneralRe: making backup and recovery using vb.net and Sql server 2000 as a database Pin
Dave Kreskowiak24-Aug-05 8:50
mveDave Kreskowiak24-Aug-05 8:50 
GeneralExport to excel formatting question Pin
raj_marthy24-Aug-05 6:26
raj_marthy24-Aug-05 6:26 
GeneralRe: Export to excel formatting question Pin
raj_marthy25-Aug-05 9:27
raj_marthy25-Aug-05 9:27 
QuestionHow can I add VBIDE in my VB solution references? Pin
ATC24-Aug-05 5:54
ATC24-Aug-05 5:54 
AnswerRe: How can I add VBIDE in my VB solution references? Pin
Dave Kreskowiak24-Aug-05 8:49
mveDave Kreskowiak24-Aug-05 8:49 
GeneralDatagrid - Last row always blank Pin
dptalt24-Aug-05 5:07
dptalt24-Aug-05 5:07 
GeneralRe: Datagrid - Last row always blank Pin
Dave Kreskowiak24-Aug-05 5:54
mveDave Kreskowiak24-Aug-05 5:54 
GeneralRe: Datagrid - Last row always blank Pin
dptalt24-Aug-05 6:13
dptalt24-Aug-05 6:13 
GeneralRe: Datagrid - Last row always blank Pin
Dave Kreskowiak24-Aug-05 8:42
mveDave Kreskowiak24-Aug-05 8:42 
GeneralRe: Datagrid - Last row always blank Pin
dptalt25-Aug-05 3:27
dptalt25-Aug-05 3:27 
GeneralImport XML into a Dataset Pin
UniBond24-Aug-05 5:00
UniBond24-Aug-05 5:00 
GeneralRe: Import XML into a Dataset Pin
Dave Kreskowiak24-Aug-05 5:48
mveDave Kreskowiak24-Aug-05 5:48 
GeneralFormatting datagrids Pin
evertbylt24-Aug-05 4:21
evertbylt24-Aug-05 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.