huihaisang
April 22nd, 2001, 11:09 PM
Hi:
My source is as following:
Set rsBlock = New ADODB.
With rsBlock
.Fields.Append "Zone", adChar, 8
.Fields.Append "YMax", adChar, 10
.Fields.Append "YMin", adChar, 10
.Fields.Append "Bone X ratio", adChar, 10
.Fields.Append "Bone Y ratio", adChar, 10
.Fields.Append "Bone Z ratio", adChar, 10
.Fields.Append "X ratio", adChar, 10
.Fields.Append "Y ratio", adChar, 10
.CursorType = adOpenStatic
.LockType = adLockPessimistic
.Open
End With
I need that the size of the row is same as the length of the name(ex. "Zone") in the row. How??
thanks a lot.
sincerely
shawn
My source is as following:
Set rsBlock = New ADODB.
With rsBlock
.Fields.Append "Zone", adChar, 8
.Fields.Append "YMax", adChar, 10
.Fields.Append "YMin", adChar, 10
.Fields.Append "Bone X ratio", adChar, 10
.Fields.Append "Bone Y ratio", adChar, 10
.Fields.Append "Bone Z ratio", adChar, 10
.Fields.Append "X ratio", adChar, 10
.Fields.Append "Y ratio", adChar, 10
.CursorType = adOpenStatic
.LockType = adLockPessimistic
.Open
End With
I need that the size of the row is same as the length of the name(ex. "Zone") in the row. How??
thanks a lot.
sincerely
shawn