I am new to toolkit and am having trouble moving detail notes attached to the detail boundary in the parent view i.e., when a new detail view is created, a note attached to the detail boundary appears which says "SEE DETAIL X". I want to change the location of this note but I get PRO_TK_GENERAL_ERROR (Can't modify the note) Here is what I am doing:
1) I create a new detail attachment with new location using ProDtlattachAlloc()
2) I set attachment using ProDtlnotedataAttachmentSet()
3) I try to apply the changes using ProDtlnoteModify()
This procedure works for regular detail notes but does not work for notes attached to detail boundary in the parent view. If you know how to do this please respond. I appreciate any help in this issue.
Thanks,
Vjay
P.S.
- Steps 1,2 work fine, it is only step3 that return ProError = -1 (PRO_TK_GENERAL_ERROR)
- I am trying to modify detail note from an existing detail view
- I would like to move "SEE DETAIL A" note shown in the attachment