Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left most column of second part of a split grid
Message
From
02/03/2007 11:38:46
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01200274
Message ID:
01200323
Views:
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.

I confess I have tested prior to posting ;-)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform