Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

System parameter check of modified models

  • Thread starter Thread starter BDHarsh
  • Start date Start date
B

BDHarsh

Guest
<DIV =forum>


I am creating a status report note on a drawingthat hasmultiple models and would like it to report back in a whether any of the associated drawing models have been modified in a users workspace using &PTC_MODIFIED. Do I need to write relations?


This is what I am looking to see:


IF all &PTC_MODIFIED equals FALSE then "False"


IF any &PTC_MODIFIED equals TRUE then "True"


My drawing annotation reads like this now:


{1:&dwg_name}.drw
&PTC_COMMON_NAME:D
DESIGNER: &PTC_WM_MODIFIED_BY:D
DWG VERSION: &PDMREV:D / STATE: &PTC_WM_LIFECYCLE_STATE:D
LAST MODIFIED: &PTC_WM_MODIFIED_ON:D
CURRENT CHARGE CODE: &CURRENT_CHARGE_CODE
MODELS MODIFIED: &PTC_MODIFIED / MC ERR: &MC_ERRORS:D</DIV>
 
Were you able to get an answer to this?
 
I would not expect an answer to this as this was the first and last post of this user since February of 2012
 

Part and Inventory Search

Sponsor

Back
Top