iLogic syntax for iProperties Status Date

iLogic syntax for iProperties Status Date

Anonymous
Not applicable
615 Views
2 Replies
Message 1 of 3

iLogic syntax for iProperties Status Date

Anonymous
Not applicable

Hi

I would like to know what is the syntax for '' Uncheck'' the iProperties - Status - (any)Date.

I know how to display today's date with :

iProperties.Value("Status", "Checked Date") = Now

But what do I have to write instead of "Now" to uncheck the date?

 

Thanks

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

clutsa
Collaborator
Collaborator
Accepted solution

You set it back to Inventors base date...

iProperties.Value("Status", "Checked Date") = #1/1/1601#

It's weird but it works.

If I've helped you, please help me by supporting this idea.
Mass Override for Each Model State

Custom Glyph Icon for iMates

0 Likes
Message 3 of 3

Anonymous
Not applicable

Hey thank you very much.

I would never find it by myself.

 

Thanks

0 Likes