H
Harmannus
Hallo,
Is want to use below code to bypass the shiftkey: Access says "dbText" is
not defined. To what must i change dbText when i use the below references?
Sub SetFullStartupProperties()
ChangeProperty "StartupForm", dbText, "Switchboard" 'Warning! Change to
name of startupform
ChangeProperty "StartupShowDBWindow", dbBoolean, False
ChangeProperty "StartupShowStatusBar", dbBoolean, True
ChangeProperty "AllowBuiltinToolbars", dbBoolean, True
ChangeProperty "AllowToolbarChanges", dbBoolean, True
ChangeProperty "AllowFullMenus", dbBoolean, True
ChangeProperty "AllowShortcutMenus", dbBoolean, True
ChangeProperty "AllowBreakIntoCode", dbBoolean, True
ChangeProperty "AllowSpecialKeys", dbBoolean, True
ChangeProperty "AllowBypassKey", dbBoolean, True
End Sub
I use the default reference for Acc2000:
- Visual Basic for Applications
- Microsoft Access 10.0 object library
- OLE Auotmation
- Microsoft ActiveX data objects 2.1 library
Thanx in advance for any tips!
Regards,
Harmannus
Is want to use below code to bypass the shiftkey: Access says "dbText" is
not defined. To what must i change dbText when i use the below references?
Sub SetFullStartupProperties()
ChangeProperty "StartupForm", dbText, "Switchboard" 'Warning! Change to
name of startupform
ChangeProperty "StartupShowDBWindow", dbBoolean, False
ChangeProperty "StartupShowStatusBar", dbBoolean, True
ChangeProperty "AllowBuiltinToolbars", dbBoolean, True
ChangeProperty "AllowToolbarChanges", dbBoolean, True
ChangeProperty "AllowFullMenus", dbBoolean, True
ChangeProperty "AllowShortcutMenus", dbBoolean, True
ChangeProperty "AllowBreakIntoCode", dbBoolean, True
ChangeProperty "AllowSpecialKeys", dbBoolean, True
ChangeProperty "AllowBypassKey", dbBoolean, True
End Sub
I use the default reference for Acc2000:
- Visual Basic for Applications
- Microsoft Access 10.0 object library
- OLE Auotmation
- Microsoft ActiveX data objects 2.1 library
Thanx in advance for any tips!
Regards,
Harmannus