Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to merge columns in a hierarchical grid ?
Message
De
13/04/2000 22:29:05
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
How to merge columns in a hierarchical grid ?
Divers
Thread ID:
00359633
Message ID:
00359633
Vues:
44
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
Répondre
Fil
Voir

Click here to load this message in the networking platform