Shawn Pelletier 6.Jun.12 02:22 PM a Web browser Applications Development6.5.4Windows XP
I have a form with a number field named "HiCap OrdNum" set to type = number and editable. The formula for this field is as follows....
@If(Cap_Request = "Yes" & IsNewDoc;@Prompt([OkCancelEdit]; "HiCap Order Number"; "Please Enter the HiCap Order Number"; "");@Success)
I've set up a view with various columns, however, I'm getting the error message stated in the subject line of this post for the column that views the field I created above.
The column properties are as follows....Style = number (decimal).
With the information given, can anyone see where I'm going wrong. I've tried changing a few of the properties on the form itself. Thanks!