Are there any way to stop user to use attachmentfunction in menu and force them to use my button? with EditGotoField.I want this because a will set another field with a value at the same time.
Maybe there are anyway to prompt a warning if they not use my button?
Kind regards
Fredrik
Subject: Stop user from working with defaultmenu!
Fredrick,
You could trap this at the document save event. Let them attach using whatever button they want, but then stop them saving if the attachments were not done with your button (a field called “ButtonPressed”=“Yes” or something similar)
There may be another way using the different events associated with a field, but I don;t think RichText fields have the same events
Mike