Hi all,
So I am having the issue from trying to get Ctrl + C/V/X (copy paste cut) to work while using a Ribbonbar. How we used to do it was in the menu object, we would call of_SendMessage("pfc_copy"). So when I setting up my ribbonbar parent object I tried to do that but since it is not a message object it can't be done. I know that if I directly call the pfc_copy in a datawindow it would work like:
ue_copy(Ribbonbar Event){
Parent.dw_1.triggerevent("pfc_copy")
}
I am wonder if there is a way to make this more dynamic so I would not have to hard code each datawindow into the Ribbonbar.
I hope this makes sense.
Your help is very appreciated!