PdcApplication.ShowProjectForm

From External Bemet Wiki
Revision as of 11:17, 21 May 2012 by Mike (talk | contribs)
Jump to navigation Jump to search

Declaration

ShowProjectForm(ProjectNo as String,CalcNo as String) as Boolean

Description

Opens en shows a project

Notes

This method opens and shows a project.


Parameters Description
ProjectNr Project number of the requested project
CalcNr Calculation number for the selection of a calculation in this project

Code example

This code opens project 1102-000234 and shows the project form. The opened project form will have calculation 0801-000087 selected in the lower grid.

pdc.ShowProjectForm "1102-000234","0801-000087"

Availability

No longer supported, since January 2011 (From version 4.2) this method is no longer available. The same functionality can be started by 'pdc.Projects.Show'.