Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left most column of second part of a split grid
Message
 
 
To
02/03/2007 11:34:12
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:
01200322
Views:
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.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform