Use iLogic to uncheck the Checked Date iProperty

Use iLogic to uncheck the Checked Date iProperty

Anonymous
Not applicable
1,187 Views
2 Replies
Message 1 of 3

Use iLogic to uncheck the Checked Date iProperty

Anonymous
Not applicable

Hi,

 

This is my first post so go gentle on me.

 

I would like to use iLogic to uncheck the 'Checked Date' iProperty so that it is blank, can I do this and if so how? I'm using Inventor 2013 BTW

 

Thanks,

 

Mark

0 Likes
Accepted solutions (1)
1,188 Views
2 Replies
Replies (2)
Message 2 of 3

DeerSpotter
Collaborator
Collaborator
Accepted solution
iProperties.Value("Status", "Checked By") = Nothing
iProperties.Value("Status", "Checked Date") = Nothing

'iProperties.Value("Status", "Eng. Approved By") = Nothing
'iProperties.Value("Status", "Eng. Approved Date") = Nothing

'iProperties.Value("Status", "Mfg. Approved By") = Nothing
'iProperties.Value("Status", "Mfg. Approved Date") = Nothing

InventorVb.DocumentUpdate()  

 

Image and video hosting by TinyPic
..........................................................................................................................
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
..........................................................................................................................


See My LinkedIn Profile
Message 3 of 3

Anonymous
Not applicable

This seems to not work anymore. Now it gives the date 1.1.1601. 

 

Smiley Frustrated

0 Likes