Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSHFlexGrid - Sort property
Message
From
27/02/2001 04:53:18
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00479622
Message ID:
00479932
Views:
25
>Hi all,
> The error "Member Not Found" when I tried to access either the MSHFlexGrid.Sort or MSHFlexGrid.Object.Sort. The Sort property does exist in the debug window and Object Browser. Any comment is welcomed. TIA.
>
>Wan

Wan,
Yes it exists. In one of my test forms I have these codes and works :
*MSHflexgrid control.Dragdrop
LPARAMETERS oSource, nXCoord, nYCoord
If !empty(this.Tag)
	with this
    	.Redraw = .F.
    	.ColPosition(Val(.Tag)) = .MouseCol
    	thisform.DoSort(this)
    	.Redraw = .t.
    endwith
endif

*form.dosort
lparameters toObject
with toObject
    .Col = 0
    .ColSel = .Cols - 1
    .Sort = 1 && Generic Ascending
endwith
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform