Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Grids
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows Server 2003
Database:
Visual FoxPro
Divers
Thread ID:
01116858
Message ID:
01116877
Vues:
13
>in a form i have 2 grids in both recordsourcetype = alias and in grid1 recordsource = table1 and in grid2 recordsource = table2,wheni put a vlue ina text box to make a seek in table2 grid1 disappears,why and howcan i solve it ?
>Thank you for helping
>
>Luis Martin

Are you creating the cursor again? If yes, this explains the problem. The easiest thing for you would be: create an empty cursor for the grid in form's Load method using CREATE CURSOR command. Do you select statement into temp cursor.

select GridCursor
zap in GridCursor
append from dbf('curTemp')
use in curTemp
thisform.grd2.refresh()
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform