Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 7 Grid needs to reestablish dblclick code
Message
De
02/04/2004 18:31:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00891905
Message ID:
00891928
Vues:
23
>After I viewing table in a grid, switching sourcecode from one table to an SQL result, then returning the sourcecode back to the original table I have lost the Grid.Column3.text1.dblclick code.
>
>How do I re-instate the dbl click for this?

Before you pull the rug out from under the grid by changing the RecordSource, do this:

cOldRS = thisform.oGrid.RecordSource
thisform.oGrid.RecordSource = ""
* get your new data here
thisform.oGrid.RecordSource = cOldRS
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform