Hi everyone!
I have a form, in which, in a QuerySave form, I have a all-fields-filled-check script. It works fine except for RTF fields with attachments.
(I wish to ensure that author attaches a file.)
The code is:
If (Source.FieldGetText(“Attachment”)=“”) Then
Messagebox "Empty field",, "Empty field"
Call Source.GotoField("Attachment")
Continue = False
End If
This code doesn’t work.
Any ideas?
Thanks in advance,
Dmitry.