The message box [Note item not found] appears when I open a docment with damaged file. The docment is created by press the button in view after selected a document used Form0.The button coded as below:
@Command([EditMakeDocLink]) ;
@Command([Compose];@GetProfileField(“ApplicationSetup”; “Server”;“ApplicationSetup”):@GetProfileField(“ApplicationSetup”; “Path”;
“ApplicationSetup”);“Form1”);
@Command([EditNextField]);
@Command([EditPaste]);
@Command([EditNextField]);
@Command([EditNextField]);
@Command([FileSave]);
@Command([EditMakeDocLink]) ;
@Command([FileCloseWindow]);@All
After Form1 being created, Form1 has copied all fields with same field name from Form0. However fields in Form0 has richtext fields, the copy can only copy text, without attachment itself but only a attachment’s icon. So when open Form1, the message box [Note item not found] appears.
User knows the attachment cannot be open, but doesn’t want to see the message box anymore.
So my question is:
1.How to disable the message box [Note item not found]? (The damaged attachment remains, only disable the message.)
2.Or there’s any way to copy fields without attachment?(No attachment itself and no attachment’s icon)
3.Or there’s any way to copy fields with attachment?(Not damaged, the attachment can be open whitout any error)
One more question is why the Compose @Command can copy fields? Explanation in help DB is [Creates a new, blank document.]