Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass Ctrl-C to OleRTF
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Pass Ctrl-C to OleRTF
Divers
Thread ID:
00602941
Message ID:
00602941
Vues:
57
Hi All,

I am trying to enable the following via a menu into the RTF control shiped with VFP. But that does not work for ActiveX from some reason, any idea?

Thanks,

Doron

DEFINE BAR 1 OF __RCMenu__ PROMPT 'Cu\DEFINE BAR 2 OF __RCMenu__ PROMPT '\DEFINE BAR 3 OF __RCMenu__ PROMPT '\DEFINE BAR 4 OF __RCMenu__ PROMPT 'Cle\DEFINE BAR 5 OF __RCMenu__ PROMPT 'Se\

ON SELECTION BAR 1 OF __RCMenu__ SYS(1500,'_MED_CUT' ,'_MEDIT')
ON SELECTION BAR 2 OF __RCMenu__ _CLIPTEXT
ON SELECTION BAR 3 OF __RCMenu__ SYS(1500,'_MED_PASTE','_MEDIT')
ON SELECTION BAR 4 OF __RCMenu__ SYS(1500,'_MED_CLEAR','_MEDIT')
ON SELECTION BAR 5 OF __RCMenu__ SYS(1500,'_MED_SLCTA','_MEDIT')
Répondre
Fil
Voir

Click here to load this message in the networking platform