Hi,
I would like to know, how could I resolve the following problem:
I am using ODBC API a MS JET 4.0 driver (MS Access database). In the database there is a simple table with two columns called "Counter" and "IDRow". "IDRow" serves as ID for selecting an unique row.
I need to read and then...
I have very strange problem.
I am working on ActiveX DLL. There is no UI (except MsgBox) in the DLL. Only code for access to DB and mathematical computations. The DLL is working for a few years without any problem. Yesterday I have add a few lines of code (only some for i... next i loops) and...
Hi,
I am getting error 998 when spawning another application with createprocess API call.
This problem arises only on Windows 2000.
I have tested Win95, Win98, Windows NT 4.0 and Windows XP and there is everything OK.
Can anybody help me?
Thanks
Ivo
Hi all,
I use VBA code and MAPI functions for sending e-mails from my ACCESS application. In Windows NT MAPI32.DLL contains exports like BMAPISendMail, BMAPIResolveName etc. Unforunately there are only MAPISendMail, MAPIResolveName externals in MAPI32.DLL under Windows 98 A (ver. 4.01.2222) and...
Hi all,
does anybody know the way how to intercept a class destroing that happens when method 'application.quit' is called or EXITcommand from File menu is issued?
I have a class which executes some background tasks when Access application is running. I have to remember the state of the class...
Hi,
does anybody any experience with using MAPI from VBA, especially with using MAPISendMail? MAPISendDocuments works fine but MAPISendMail fails with error code MAPI_E_INVALID_RECIPS or MAPI_E_ATTACHMENT_NOT_FOUND. I guess that something is wrong with passing MapiRecipDesc and MapiFileDesc...
Hi,
I have the following problem:
In my Access 97 application I have a Form in datasheet view. Data source for the form is linked table. When I delete a record by pressing "delete" key or from a shortcut menu, I get undocumented Error 8519, but only when I am using form's Error event...
Hi,
I have a problem with MS Date/Time picker. I have it on a tab control. I have defined my custom format for displaying only month and year ("MMMM yyyy"). After first opening the form everything is OK. But whe I choose a different tab page and than return back to that with DT Picker...
Hi,
I have ListBox control, which I fill by user-defined function (RowSourceType property is set to VB function).
Everything works fine except an occasional ERROR 2118 message when I call ListBox.Requery method.
Any ideas?
Ivo
Hi,
I have a continous form (like datasheet) and I want, after requerying underlying recordset which makes the first record to be viewed, to move the current view to the record which user have selected before.
I use form property SelTop to move the specified record to the first viewed line. It...
Hi,
does anybody know how to add a control to form using VBA code? I know about CreateControl function but I can't switch to the desing mode of the form.
Thanks
Hi,
how can I find out when DTPicker control's value is going to change? There is no event like on_change or after_update. I am trying to use events on_gotfocus and on_lostfocus but it seems that sometimes (when working with keyboard) the event on_lostfocus isn't fired and I am no able to check...
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.