Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Columnorder equals zero?
Message
 
To
10/05/2006 11:45:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01120588
Message ID:
01120801
Views:
19
Jim

Just a wild guess, if you still did not solve the problem, what happens if you change
For Each loColumn in .Columns
with
For Each loColumn in .Columns FOXOBJECT
if that does not solve the problem, what about:
For lnColumn = 1 to .ColumnCount
	loColumn	= .Columns(lnColumn)
	.....
Next lnColumn
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform