I've written a COM Add-In for Access 2000. While most of it seems to work OK, I'm having trouble executing any SQL statements (using a Command object) that contain custom functions, e.g.
strSQL = "UPDATE MyTable " & _
"SET MyField = StrConv(MyField, vbUpperCase)"...
I'm trying to list all folders on a system using a recursive function.
The following function works fine with Win 9x systems, but has problems on XP (not tried on NT or 2000). It gets to a protected folder named "System Volume Information" and seems to start again from the first...
Anybody have any ideas how I can use the default email client to create and send a message without the user having to enter anything (I've been using ShellExecute with "mailto:" up until now). I've included mapi.h & linked mapi32 but keep getting an unresolved external error when...
I'm trying to use MAPI with C/C++ but compiling with either MinGW or BCC5.5 gives linker errors. It seems that the library (mapi32) doesn't have all the definitions needed. Is anyone aware of a way to create mail using MAPI without resorting to MFC?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.