I am using the dataIn member from the dialog group. I have set it to
dataIn.INPUT_TYPE_DECIMAL_NUMBERS
When I go to get the response with dataIn.Show, the user is presented with the full keyboard. I only want numbers entered so would like the user to be presented with just the keypad. I can do this easily with a textbox but dataIn is not a textbox. Any ideas? I have checked through all of the post.
dataIn.INPUT_TYPE_DECIMAL_NUMBERS
When I go to get the response with dataIn.Show, the user is presented with the full keyboard. I only want numbers entered so would like the user to be presented with just the keypad. I can do this easily with a textbox but dataIn is not a textbox. Any ideas? I have checked through all of the post.