Hi,
line 9380 "if nLen<=len(aNew)" has to be replaced with "if nLen<=len(aNew[1])" otherwise that function return .f. incorrectly
Best Regards,
Marco Turco
SOFTWARE XP LLP
Marco Turco
SOFTWARE XP LLP
Hi,
line 9380 "if nLen<=len(aNew)" has to be replaced with "if nLen<=len(aNew[1])" otherwise that function return .f. incorrectly
It was not an error. I think it was intentional. If the new array that is being substituted has more columns than the present array, it does not affect the browse in any way.
Hi Marco, Rao:
I agree with Marco, that sentence is comparing number of columns with number of rows.
Regards.
Manuel Mercado
Sorry. Yes. You are all right.
Hope this will be fixed in the next version.
Meanwhile we can correct our copies as Mr Marco suggested