Resource Rate Ramping with Visual Basic

D

David

Is there a way of accessing data (by way of Visual Basic) in the Resource
Information Dialog box, under the Costs tab.

David
 
P

PMPFred

Good day David, been using ODBC calls to the SQL db to
view such types of info, not this info specifically,
however similar "resource level" info, just need to putz
around until you find the right table. Not much help, but
at least try the ODBC way first...
 
E

Earl Lewis

David,

Are you writing a program for personal use (your individual project plans) or do you want to update all/selected projects in the db?

Writing a VB program to manipulate the values through the project pro screen is limited to using SendKeys and mimicking the keystrokes required to make the changes you want made.

The better solution (as PMPfred suggested) is to go through the backend directly into the db and select/update the values using the appropriate SQL statements.

Earl
PMPFred,

I probably didn't post my question clear enough. What I really wanted to
do, is manipulate cost values in the Resource Information dialog box. In the
Costs tab, you can see a field called, "Effective Date". I wanted to change
these dates with Visual Basic.

David
 
Top