Results 1 to 5 of 5

Thread: mapedit method

  1. #1
    New Member
    Join Date
    Jan 05
    Posts
    3

    mapedit method

    Hi people,

    I am new to these forums, and quite new to VB. Hello to you all!

    At work, we use a lot of macros to enable us to do all the things we need to get done! On the project that I work on, we use Microsoft Project, and lately we have been experiencing a problem.

    Basically, the macro goes through a lot of plans, (about 1500) and grabs all the information from them, putting that info into an access db.

    From looking at the code, it appears that the only place that could be inserting into the db is a mapedit method.

    The problem is, that it is not inserting everything all the time. some time it does, sometimes it doesn't.

    Could this be a problem with the mapedit method, or is it not likely?

    I am at home right now, so don't have access to the code sorry, but just thought I would ask and see what you all thought.

    Thanks.

  2. #2
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,465

    Re: mapedit method

    Welcome to the Forums.

    Its kind of hard to say without seeing any code. Perhaps you can post some
    when you have access to it again.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  3. #3
    New Member
    Join Date
    Jan 05
    Posts
    3

    Re: mapedit method

    Thought that may be the case. The tools team are looking at it tomorrow, I was just wanting to see what I could work out tonight.

    Thanks anyway. It is not certain that the mapedit is the problem, it just appears to be the only way the information is exported.

    Do you have any links to good tutorials for mapedit? We have seen the microsoft one, but are there any more that may explain with more examples?

    maybe if we know how it works, we will know if that is the cause.

  4. #4
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,465

    Re: mapedit method

    I dont have Project installed on my new system, but here is a link that
    I was able to find that may help.

    http://msdn.microsoft.com/library/de...HV45317543.asp

    Here is the main page for Project over at M$.

    HTH
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  5. #5
    New Member
    Join Date
    Jan 05
    Posts
    3

    Re: mapedit method

    ok i will check those out thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •