Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left most column of second part of a split grid
Message
De
02/03/2007 11:38:46
 
 
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:
01200323
Vues:
18
>>>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.

I confess I have tested prior to posting ;-)
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform