MS Project 98 vs Ms Project 2000 
Author Message
 MS Project 98 vs Ms Project 2000

HI everyone,

Here in my computer, I have MS Project 2000. I already add
MS Project 2000 reference in Visual Basic and do setup
program. My question is :

If user uses MS Project 98 in his computer, can my program
runs correctly when he run automation function?

Thanks ina advance.

Mas



Thu, 25 Aug 2005 20:19:22 GMT  
 MS Project 98 vs Ms Project 2000
Unfortunately, much of  your VB for project 2000 will not run with project
98. Microsoft changed the object model on the upgrade. The good news is that
Project 2000 and Project 2002 are compatible.

Regards,
Mark


Quote:
> HI everyone,

> Here in my computer, I have MS Project 2000. I already add
> MS Project 2000 reference in Visual Basic and do setup
> program. My question is :

> If user uses MS Project 98 in his computer, can my program
> runs correctly when he run automation function?

> Thanks ina advance.

> Mas



Fri, 26 Aug 2005 22:03:10 GMT  
 MS Project 98 vs Ms Project 2000
Hello,

Contrary to all thebasd news I read: upgrading VBA from P98 to P2K does NOT
pose any major problems: a customer of mine migrated a 300+LOC application a
year ago, and right now anothe rcustomer is doing a similar migration
process.

What do you have to watch out for?

- Whatever Microsoft sais, DO NOT install P98 and P2K on the same computer.
- Files made in P2000, saved as P98, sometimes cannot be opened by VBA P2000
!
- Files made in P2000, saved as P98, generate a completely useless Private
Sub in the Project (useless but AFAIK harmless)
- There is definitely not a big change in the objects. To the contrary, one
of the only ones I noticed is
application.font reset=true
- When you use sendkeys you have to nbe aware that certain forms have
changed!

This taken into account, 99% of the procedures run flawlessly when copied
from p98 to P2000

HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
Project Management Consultancy
Prom+ade BVBA
32-495-300 620


Quote:
> HI everyone,

> Here in my computer, I have MS Project 2000. I already add
> MS Project 2000 reference in Visual Basic and do setup
> program. My question is :

> If user uses MS Project 98 in his computer, can my program
> runs correctly when he run automation function?

> Thanks ina advance.

> Mas



Sat, 27 Aug 2005 01:19:28 GMT  
 MS Project 98 vs Ms Project 2000
Hi,

Provided you save the project as a Project 98 file, it should work. If not
they need to change the reference then recompile.

--

Visit www.mvps.org/project/ for the Project MVP's FAQ and third party
add-ons

Rod Gill
Microsoft Project MVP
Visit www.projectlearning.com for customized Project and Office VBA macros
and Project companion software


Quote:
> HI everyone,

> Here in my computer, I have MS Project 2000. I already add
> MS Project 2000 reference in Visual Basic and do setup
> program. My question is :

> If user uses MS Project 98 in his computer, can my program
> runs correctly when he run automation function?

> Thanks ina advance.

> Mas



Fri, 26 Aug 2005 16:42:19 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Conversion from MS project 95 to MS project 2000

2. MS Project 98/2000 and Visual Basic 6.0

3. Using MS Access 97 to Create and Manage MS Project 98

4. Saving data in MS Project 98 to MS Access

5. Driving MS Project from MS Access 2000 developed application

6. Command button won't make use of module driving MS Project from MS Access 2000

7. progress bar error by modification (MS Project 2000, MS SQL 7.0 and IIS 5)

8. Microsoft Project 98 vs 2000, 2002

9. ASP.NET update task in MS Project Server and MS Project

10. After adding tasks outside of MS Project, saving in MS Project deletes them

11. MS Access and Project 98

12. Find Tasks created from MS Project 2000 in Outlook 2000

 

 
Powered by phpBB® Forum Software