revision letters

revision letters

jostroopers
Collaborator Collaborator
437 Views
1 Reply
Message 1 of 2

revision letters

jostroopers
Collaborator
Collaborator

I have three rules in our stamp to the revision date and revision number to fill in.
Along our project number should include the revision letter stand out with the latest date.
Now I would like to see if the date entered by the revision number and revision letter that the letter therefore become filled in along the project number.
If the next date is fill in with the letter, that letter must be completed along the project number
The dates and letters are "Prompted Entry" or do i need other properties.

Can this be done with iLogic?

Mvg Jos
Youre drawings are as good as the symbols that compleet them.....
0 Likes
438 Views
1 Reply
Reply (1)
Message 2 of 2

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

 

I may not understand your requirement completely. It looks you wanted to set the result text in the title block with the condition you configured. Prompted entry text could be an option as described in your other thread. The other option could be properties text if the letters are fix, e.g.  "AAA + [ Project Number] + BBB". thus you could format your text as

 

TextBox.FormattedText = 

AAA <Property Document="model" FormatID="{32853F0F-3444-11d1-9E93-0060B03C1CA6}" PropertyID="29" /> BBB

 

0 Likes