Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSHFlexGrid - Sort property
Message
 
 
À
28/02/2001 02:09:24
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00479622
Message ID:
00480517
Vues:
20
Cetin,
Thanks for the help. I figured it out finally. What I was trying to do is like below:
*&  In the MSHFlexGrid Click event.
WITH THIS
     ...
     .SORT = IIF(.SORT=1, 2, 1)
ENDWITH
The problem is that the property Sort is a Write-Only property. The error occurred when I tried to access it. So I created a form level property to hold the Sort Order value and goes from there to solve the problem. Thanks a lot for your help.


Wan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform