I have an VBA application (in MS Access) as an interface between an access database and outlook contact files.
The connection to outlook is set up by using
Dim ObjOutlook as Outlook.Application
Dim Nms as Outlook.NMS
Set ObjOutlook = CreateObject("outlook.application")
Set Nms =...
I've solved the problem for my user... [thumbsup2]
The KB of Citrix gave different causes with there solutions. The problem of my user was the size of the temporary internetfiles size (2.5 GB). I advised him to bring it back to 100 MB and that solved the problem.
I've got the same problem for one user, all other users are fine. There's only one difference, we do know the OS on the users PC. The problem occured after the user did an upgrade on his pc from W98 to WXP. He's has done a reinstallation for the ICA client already, did not work... Other users...
I did get the answer from Cindy Meister in the msdn.microsoft forum. The secret was using InlineShapes instead of fields.
Dim MyC as InlineShape
Dim MyObject as Object
For Each My in ActiveDocument.InlineShapes
Set MyObject=MyC.OLEFormat.Object
Msgbox MyObject.Name...
To help users setting up their contracts we use some large word-templates with a lot of bookmarks, autotextentries etc. The templates are controlled bij optionbuttons and a lot vb-code. All this in Word 2000.
To ease the maintenance of the templates i'm building a macro to scan the complete...
I have build an application in VB6 (using Activeds.dll from the ADSI25 resourcekit) that use this code to copy an ACL from one directory or file to another. It works fine on local drives but seems not to work on a networkshare (share is on a domaincontroller).
What am i doing wrong?
Sub...
Found the solution myself by combining several sources....
- Download the ADSI ResourceToolKit from microsoft (http://www.microsoft.com/NTWorkstation/downloads/Other/ADSI25.asp
- Add adssecurity from the toolkit and Activeds.dll (Active DS Type Library) as references to your VB app.
Sample for...
I am building an application in VB6 to create and maintain treestructures for projectarchiving.
A userwish is to get security on certain paths in the structure. Therefore i wish to copy the security of the samplestructure to the projectstructures. Use of (forexample) Robocopy to copy the...
I have a template in wich I use more sections. One of the reasons is to start counting pages (page 1) on the third page (so the cover is in the same document). To print the documents created with the template I use a VB routine 'BOOKLET' to collect the pages in a booklet (example: page 16 and...
The last solutions should work to... but, although Ironstarr recommended otherwise, we desided to go with Intellisync. We are sometimes having some troubles with it (like not regonising earlier sync't items, therefore getting double items or losing data) but for this moment it seems the best...
snif, snif.....
I tried JetComp. Although it seemed that the compress worked fine (it created a new database without any errors) the new created database made Access hung again.
So, I guess I have to take a deep breath and start all over again (with the only advantage that everyting has been...
RJoub
Thanks for your response, I will look for this tool....
Rick
Yes, I tried an import from my objects into a new database, before i got my objects-panel access stops responding.
Because the only way to stop Access I have used the Task List several times. The only Access task in it was the...
:-(
I guess this is a hard one. I do have an Access 2000 database that needed some re-engineering. After about 30 hours work since my last backup (writing code, (re)creating forms, etc) my database crashed. Usualy this is not really a problem. Using Compress/Repair would normaly be enough to...
We had problems of a same kind. The only solution possible seems to be 3th party software such as Chapura Pro (the standard version is delivered with your Palm I guess) or Intellisynch.
Chapura will only take care of Contacts, Notes and Calendar.
So, if you have to setup another mail folder as...
I have not been able to test either one of the above soutions. At this time we have decided to test with \pocket Mirror Pro because it has the ability to choose every map you want to sync from the 'root' of your outlook tree (therefore including other mailboxes).
Hi ITC,
I'm very sorry that my code brought you a lot of work. Because you qualify as programmer I assumed you are familiar with VBA. The given code was suggested AS PART of a more complete program and the quoted part like "My... where samples where you could have given your own names for...
I our company we had more issues to solve with our documents created from access:
We have to use corporate designed templates;
We (sometimes) need to add text to the document after creating it;
for some of our facility-services we have to save each document as it was printed.
Therefore i use a...
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.