P
portroe
Hi all,
while creating an object with the below,
I get an error saying too many arguments, when I remove one argument
then every thing is okay, any body know why?
portroe
'create new object
myorderdetails = New Orderdetails(myCustomer.FirstName,
myCustomer.LastName, myCustomer.Address, myCustomer.Phone,
myCar.BrandName, myCar.Model, myCar.Color, myCar.Power)
while creating an object with the below,
I get an error saying too many arguments, when I remove one argument
then every thing is okay, any body know why?
portroe
'create new object
myorderdetails = New Orderdetails(myCustomer.FirstName,
myCustomer.LastName, myCustomer.Address, myCustomer.Phone,
myCar.BrandName, myCar.Model, myCar.Color, myCar.Power)