Tech Support > Microsoft Windows > Windows CRM > undefined variable in form
undefined variable in form
Posted by Pabia on September 1st, 2005


Hi,

when opening the form 'product' to create a new product, the script error
appears in IE:

Line: 137
Char:9
Error:'quantitydecimal' is undefined
Code:0
URL:http://<pc>.<domain>.de/Products/Product/edit.aspx

The values in the field 'supported dezimals' are stored correctly in
Database after saving the new product.

How can I solve this problem ?

Thanks



Posted by Matt Parks on September 2nd, 2005


Sounds like someone made a change to the form and removed the Quantity field.
Put it back on the page and this should go away.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 1 Sep 2005 07:18:01 -0700, "Pabia" <Pabia@discussions.microsoft.com>
wrote:

Hi,

when opening the form 'product' to create a new product, the script error
appears in IE:

Line: 137
Char:9
Error:'quantitydecimal' is undefined
Code:0
URL:http://<pc>.<domain>.de/Products/Product/edit.aspx

The values in the field 'supported dezimals' are stored correctly in
Database after saving the new product.

How can I solve this problem ?

Thanks




Posted by Pabia on September 5th, 2005


Hi Matt,

I've made some changes to the form, but the Quantity field can't be removed.
It is still on the form.

"Matt Parks" wrote: