April 5, 200124 yr 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 ]
April 5, 200124 yr 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?
Create an account or sign in to comment