Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is this tip again with the grid?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00573503
Message ID:
00573509
Vues:
17
This message has been marked as a message which has helped to the initial question of the thread.
>I need to change the record source of the grid. But this grid has 20 fields and I do not whant to reset the 20 fields.
>
>What is the trip to do this again?

Set grid recorsource to the empty string, recreate cursor and set recordsource back to the cursor
THISFORM.grdfind.RECORDSOURCE = ""
* Recreate cursor here
THISFORM.grdfind.RECORDSOURCE = THIS.ccursorname
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform