If you want to use custom iproperty this will be on a per document basis. If you want only the first sheet to have these properties you will then need a seperate titleblock to hold this information. Enter the custom iproperty formatted text to sheet 1 titleblock. Create an external form and put the custom iprop into the form and name it "Drawing iProp Check"(Optional)
Put this code on the Save event trigger.
If iProperties.Value("Custom", "client") = "" Then
MessageBox.Show("Client iprop is missing","iProp Check")
iLogicForm.ShowGobal("Drawing iProp Check")
End If
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan