Re: Outlook 2007 crashes bye the use of "item.close"
Tech-Archive recommends: Fix windows errors by optimizing your registry
In article <330F68C6-0D56-4AFC-9FB5-90E187FF71A8@xxxxxxxxxxxxx>, Oskar
Vaia wrote:
Const olSave = 0
This construction does not work in VBScript. You have to use Dim and
then use an equate that sets the value to 0 in the Item_Open event.
Item.Close olSave
Doesn't Item.Close 0 work?
--
Hollis Paul
Mukilteo, WA USA
.
Relevant Pages
- Re: Another Access Scripting Question
... A wrinkle I often use when writing anything but the simplest VBScript is ... Dim App 'As Access.Application ... The database I built with all the queries works, ... (microsoft.public.access.modulesdaovba) - Re: Get custom database properties from an Access database
... At least with the VBScript they'll be presented with information as to ... My database app reads and indexes the contents of these several thousand ... Dim wshShell ... Management and Manifest Database" appIE.Navigate "" Do While ... (microsoft.public.scripting.vbscript) - Re: Need WMI script
... How to handle the errors in vbscript. ... Dim strDomainName, strNodeText, strXmlBuilder ... However, if you use the cscript host, ... you can use a command similar to below at a command prompt: ... (microsoft.public.windows.server.scripting) - Re: Need WMI script
... Error handling in VBScript is obviously not as good as in .NET. ... normal error handling with "On Error GoTo 0". ... Dim adoCommand, adoConnection, strBase, strFilter, strAttributes, xmlDoc, ... you can use a command similar to below at a command ... (microsoft.public.windows.server.scripting) - Re: Get custom database properties from an Access database
... This link will also help you get to the other VBScript ... My database app reads and indexes the contents of these ... Dim wshShell ... Management and Manifest Database" appIE.Navigate "" Do While ... (microsoft.public.scripting.vbscript) |
|