Hi Guys, I wonder if anybody has any ideas on an odd issue I am experiencing.
I'm importing a list of product codes from an excel 2007 spreadsheet using Automation.
One of the codes is 111.00206 and my VFP 8 program is interpreting this a numeric value. I am not bothered by the fact that the code is being seen as numeric as I can convert it. The problem I'm having is that my code is seeing the cell value as 111.0020600000 ie appending an extra 5 zeroes to the product code
This means I can't convert it because there is no product code of 11.0020600000.
Does anybody have any idea why my program is seeing this behaviour?
Thanks
I'm importing a list of product codes from an excel 2007 spreadsheet using Automation.
One of the codes is 111.00206 and my VFP 8 program is interpreting this a numeric value. I am not bothered by the fact that the code is being seen as numeric as I can convert it. The problem I'm having is that my code is seeing the cell value as 111.0020600000 ie appending an extra 5 zeroes to the product code
This means I can't convert it because there is no product code of 11.0020600000.
Does anybody have any idea why my program is seeing this behaviour?
Thanks