How to change the iPad keyboard to numeric - (RPG and RDMLX)

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
Mark_Dale
Posts: 61
Joined: Thu Apr 19, 2012 11:06 am

How to change the iPad keyboard to numeric - (RPG and RDMLX)

Post by Mark_Dale »

For RDMLX - See the lansa source of reusable part LREX0052 for examples of Datatypes
There is a parameter on TextBoxes called Datatype
By setting the value to 'Number' you can make the keypad show numbers.

#Com_Owner.Set_TextBox Name(ZIP) Layout_Col(2) Layout_Row(2) DataType('Number') Value(#uZip)


For RPG - Run the Longrange demo and go to Introductory Examples --> KeyBoard Data Types (Shipped example EXAM0052)
Post Reply