Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid scroll
Message
De
26/10/2004 14:57:08
 
 
À
26/10/2004 14:43:12
Justin Roper
The Cadle Company
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
00954639
Message ID:
00954642
Vues:
12
This message has been marked as the solution to the initial question of the thread.
To fix this, if I remember correctly, there is a nice trick:
local lnGridHeight
thisform.lockscreen=.T.
lnGridHeight=yourgrid.height
yourgrid.height=xx && Where xx is the height necessary to show only two lines
yourgrid.height=lnGridHeight
thisform.lockscreen=.F.
>Hi
> I am working on a form that you can search on the grid which has a controlSource of about 50,000 records. The grid has 11 rows and when I search for something it always seems to set the pointer on row 6 is there anyway to make it go to row 2 of the grid. I tried using a DoScroll(1) it seemed to work until one search value was right after the last one and then the pointer would dissappears. I would just like it to put the pointer on row 2 instead of the middle of the grid (row 6). Can anyone help me with this?
>-Justin-
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform