Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid positioning
Message
De
23/08/2012 14:42:08
 
 
À
23/08/2012 13:59:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01551212
Message ID:
01551228
Vues:
104
This message has been marked as the solution to the initial question of the thread.
>>>Hi All,
>>>
>>>I set a grid recordsource to a cursor. The grid can show 9 lines max (for example). Initially I want to show the grid with the last cursor record in the center line position. How can that be done?
>>
>>If I remember correctly:
>>yourform.lockscreen=.F.
>>go bottom in curgrid
>>local lnOldHeight
>>lnOldHeight = yourgrid.height
>>yourgrid.height = 15 && You may need to check another value
>>yourgrid.height = lnOldHeight
>>yourform.lockscreen=.F.
>
>Thanks but doesnt seem to work for me. Stepped through it and the last cursor record still appears as the first row when the grid resizes.

Add this line after the Go Bottom:
skip -min(reccount(curgrid),5) in curgrid
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform