kim Posted April 5, 2001 Posted April 5, 2001 I am using the Troi Dialog Plug-in and in my dialog box I want to prompt the user to enter an override price. In that dialog box I am displaying the current lookup price, however it does not show the whole number in the correct format (after the decimal places). If the price is 10.00 , it displays 10; 10.20 displays 10.2 . Is there any way I can format the number in the calculation area? I've already tried the Round function. Thanks, Kim [ April 05, 2001: Message edited by: kim ]
SteveB Posted April 5, 2001 Posted April 5, 2001 Why don't you format the number as a string (store it in a text field as well)and then concatenate it with the prompt?
Recommended Posts
This topic is 8660 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now