04-28-2019
06:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-28-2019
06:27 PM
While ((String.IsNullOrWhiteSpace(Project) = True) Or (String.IsNullOrWhiteSpace(Title) = True) Or (String.IsNullOrWhiteSpace(Description) = True) Or (String.IsNullOrWhiteSpace(Author) = True))
iLogicForm.ShowGlobal("iProperties Editor")
End While
Hi , I have tried above rule based on your text , but it is keep running . I just want to run the rule to pop up the "iproperties Editor" if the iprorpeties in particular file is empty before file is saved.