H
Harmannus
Hallo,
When working in normal mode in my form i have a button to copy a record that
works with no problems:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70 'Paste
Append
But when i access the form through the switchboard i get a message: The
command or action "PasteAppend" isn't available now.
Anybody a suggestion what is the problem here?
I use the below code to disable the shift key. I already disabled the code
but still get the error message on coping a record.
ChangeProperty "StartupForm", dbText, "Switchboard" 'Change to name of
startupform
ChangeProperty "StartupShowDBWindow", dbBoolean, False
ChangeProperty "StartupShowStatusBar", dbBoolean, True
ChangeProperty "AllowBuiltinToolbars", dbBoolean, False
ChangeProperty "AllowToolbarChanges", dbBoolean, False
ChangeProperty "AllowFullMenus", dbBoolean, False
ChangeProperty "AllowShortcutMenus", dbBoolean, False
ChangeProperty "AllowBreakIntoCode", dbBoolean, True
ChangeProperty "AllowSpecialKeys", dbBoolean, False
ChangeProperty "AllowBypassKey", dbBoolean, False
Regards,
Harmannus
When working in normal mode in my form i have a button to copy a record that
works with no problems:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70 'Paste
Append
But when i access the form through the switchboard i get a message: The
command or action "PasteAppend" isn't available now.
Anybody a suggestion what is the problem here?
I use the below code to disable the shift key. I already disabled the code
but still get the error message on coping a record.
ChangeProperty "StartupForm", dbText, "Switchboard" 'Change to name of
startupform
ChangeProperty "StartupShowDBWindow", dbBoolean, False
ChangeProperty "StartupShowStatusBar", dbBoolean, True
ChangeProperty "AllowBuiltinToolbars", dbBoolean, False
ChangeProperty "AllowToolbarChanges", dbBoolean, False
ChangeProperty "AllowFullMenus", dbBoolean, False
ChangeProperty "AllowShortcutMenus", dbBoolean, False
ChangeProperty "AllowBreakIntoCode", dbBoolean, True
ChangeProperty "AllowSpecialKeys", dbBoolean, False
ChangeProperty "AllowBypassKey", dbBoolean, False
Regards,
Harmannus