Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to merge columns in a hierarchical grid ?
Message
From
13/04/2000 22:29:05
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
How to merge columns in a hierarchical grid ?
Miscellaneous
Thread ID:
00359633
Message ID:
00359633
Views:
43
I tried :
for ix = 0 to .Cols  - 1
 .MergeCol(ix) = .T.
endfor
.MergeCells = 3
Even :
	For jx = 0 to .Bands - 1
		For ix = 0 to .Cols(jx) - 1
                  .MergeCol(ix) = .T.
		Endfor
	Endfor
Any help is appreciated. TIA.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Reply
Map
View

Click here to load this message in the networking platform