[flexcoders] Why does the commented line NOT work??

2006-09-24 Thread boy_trike
model.currentPartPricing.partno = dgPrice.selectedItem.partno; model.currentPartPricing.price = dgPrice.selectedItem.price; model.currentPartPricing.quantity = dgPrice.selectedItem.quantity;

[flexcoders] Why does the commented line NOT work??

2006-09-24 Thread Bjorn Schultheiss
: [flexcoders] Why does the commented line NOT work?? model.currentPartPricing.partno = dgPrice.selectedItem.partno;model.currentPartPricing.price = dgPrice.selectedItem.price;model.currentPartPricing.quantity = dgPrice.selectedItem.quantity;model.currentPartPricing.perRoll

RE: [flexcoders] Why does the commented line NOT work??

2006-09-24 Thread Kelly
does the commented line NOT work?? model.currentPartPricing.partno = dgPrice.selectedItem.partno; model.currentPartPricing.price = dgPrice.selectedItem.price; model.currentPartPricing.quantity = dgPrice.selectedItem.quantity; model.currentPartPricing.perRoll = dgPrice.selectedItem.perRoll