05-27-2010 08:37 AM
In this program, the recommended input value is 1-10.
If the user keys in a value outside the recommended range, a pop up warning will appear to warn the user that the results wot be very accurate.
The user then clicks the OK button, and the pop up disappears and the programm runs.
How can i do this?
TQ
Solved! Go to Solution.
05-27-2010 08:49 AM
There are a number of built in ways on the Dialog and User Interface Palette. You probably want One Button Dialog.
Also, it is possible to restrict the range of numbers that are possible to input into a numeric control. Right click the control and select Data Entry. This would eliminate the need to pop up a dialog to alert the user.