OK ... I think you want to have a message tell the user to "Use only numbers". Is that correct? I can show you how to do that with the Notifier component.
Please let me know that is the question you want answered. Thanks.
One way is to check the textbox for numerical input, if something is typed that is not a digit, then use call Notifier1.ShowAlert
Notice "Please use numbers only"
This will result in a message that will stay on the screen for a few seconds, then disappear.
The other way is to use a complete message dialog, which is slightly more complicated.
Is this answering your new question?
Regards,
Steve