How can I control a Runtime Keyboard from Oracle form (version 6.0 or 6i) using ActiveX?
• On the form where you want to use the Mountfocus Keyboard create an Ole container. • In the Ole container press the right mouse button and select from the popup menu ‘Insert object’. From the list of available objects select ‘mfSoftkeysCtrl Class’. After selecting this a keyboard will be shown in the Ole container. • From the menu bar select Program Import OLE Library Interfaces. From the list of available classes select Kbd.mfSoftkeys. Select the Method Package ‘ImfSoftkeys’ and press Ok. • Select Program once again Import OLE Library Interfaces. From the list of available classes select now the Kbd.mfSoftkeysCtrl. • Select the Method Package ‘ImfSoftkeysCtrl and press Ok. • After step 3 and 4 you should have the program units KBDLIB_CONSTANTS (Package spec), KBD_CONSTANTS (Package spec), KBD_IMFSOFTKEYS (Package spec), KBD_IMFSOFTKEYS (Package body), KBD_IMFSOFTKEYSCTRL (Package spec) and KBD_IMFSOFTKEYSCTRL (Package body). • After these steps you’re able to call all the functions