Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left most column of second part of a split grid
Message
 
 
À
02/03/2007 11:34:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01200274
Message ID:
01200322
Vues:
17
>>Want to know the leftmost column of the second half of my split grid.
>>
>>Any help ?
>>
>>TIA
>
>This should work
>
>
>local SecondLeftColumnNumber
>
>with m.this.parent.Grid
>
>	do case
>	case empty(.Partition)
>		SecondLeftColumnNumber = 0
>		
>	case .Panel = 1
>		SecondLeftColumnNumber = .LeftColumn
>	
>	otherwise
>		.Panel = 1
>		SecondLeftColumnNumber = .LeftColumn
>		.Panel = 0
>	
>	endcase
>
>endwith
>
>? SecondLeftColumnNumber
>
Hmm, you make it way too easy <g>

Let me test.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform