
Invalid procedure Call when using Access95 DeleteSetting
I get the following runtime error message when using the DeleteSetting
function of Access95: "5 - Invalid procedure call"
Public Const APPNAME = "TMS_Lite"
Call DeleteSetting(APPNAME, "frmOutBoundEntrySub")
The SaveSetting and GetSetting functions work as expected.
Can anyone tell me what to do?
I really need to programmatically delete entries in the registry added via
SaveSetting.