Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by adstam

  1. adstam

    Outlook process does not stop

    I tried it... sadly it did'nt make any difference Ad
  2. adstam

    Outlook process does not stop

    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 =...
  3. adstam

    Message when using nfuse "ICA client not found"

    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.
  4. adstam

    Message when using nfuse "ICA client not found"

    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...
  5. adstam

    Find all OptionButtons in a Word-Template

    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...
  6. adstam

    Find all OptionButtons in a Word-Template

    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...
  7. adstam

    copy security

    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...
  8. adstam

    Using ADsSecurity in VB6

    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...
  9. adstam

    Using ADsSecurity in VB6

    ps After searching around i have found the CopyACL function. Might someone help me with a sample to use this function???
  10. adstam

    Using ADsSecurity in VB6

    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...
  11. adstam

    Print pages/sections in Word 2000

    :-) And indeed, it was this simple. Thank you Justin!
  12. adstam

    Print pages/sections in Word 2000

    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...
  13. adstam

    sync a palm for your boss

    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...
  14. adstam

    Corrupt Database

    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...
  15. adstam

    Corrupt Database

    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...

Part and Inventory Search

Back
Top