I have Four Rich Text fields in my form.I need to validate them untill all the fields are filled up attachments only.can anyone help me ragarding this.
Subject: Rich text field -validation
you should make a procedure using richTextNavigator Class, and the method FindFirstElement that moves the current position to the first element of a specified type in a rich text item, the type to pass as argument should be RTELEM_TYPE_FILEATTACHMENT, so if your RT item does not have an attachment, the method returns False, in this case you can show the validation message to the user.I hope it helps.