• connecting to files on PW server

    Hello, I'm looking for a way to connect to files that are on the ProjectWise server, using a PCF file. Working without PW I would set the variable MS_DGNLIBLIST using a PCF, to a file in the projectfolder, so I could use a project dgnlib. …
  • How to locate a reference attachment within ProjectWise?

    Reposted from the ProjectWise Users Group http://communities.bentley.com/communities/other_communities/projectwise_users_group/f/1121/t/59091.aspx When you view the listing of reference attachments in a design file, the only path to a file is the location…
  • Variables for Locations of files on projectwise

    Are there variables that could be put into the DGN file that shows the path to where the file is located on projectwise? Before we had a variables like $FILE$ OR $$LABEL$$ in the file and it would print the file path out on the sheet so you could find…
  • VBA with dgn's in ProjectWise

    (Using Micorstation v8i) Here is some simple code I could use to get a dgn that is in ProjectWise: Set myFile = OpenDesignFileForProgram("PW_WORKDIR:dms00251\46977-B-RD-DS-dck.dgn") The problem is I have to hard code the path of the file. I know…