Razzak: Your code is identical, isn't it? Karen
-----Original Message----- From: A. Razzak Memon <[email protected]> To: rbase-l <[email protected]> Sent: Wed, Jan 4, 2017 10:53 am Subject: RE: [RBASE-L] - Designing and Deploying an R:BASE Keyboard for Touch-Screen Tablet PCs Basically, you have two options, at least the ones that are documented <g> ... -- To only display the Number Pad (See attached image CLPMS_NumPad.JPG) PROPERTY ROSK SHOW 'TRUE' PROPERTY ROSK TYPE 'NUMPAD' PROPERTY ROSK_Container ATTACH_ROSK 'TRUE' RETURN -- To only display the Keyboard (See attached image CLPMS_Keyboard.JPG) PROPERTY ROSK SHOW 'TRUE' PROPERTY ROSK TYPE 'NUMPAD' PROPERTY ROSK_Container ATTACH_ROSK 'TRUE' RETURN -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

