Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About grid
Message
De
18/11/2004 09:12:18
 
 
À
18/11/2004 08:33:12
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
00962234
Message ID:
00962574
Vues:
8
When you zap a cursor the grid loose its recordsource , maybe something similar happens with a set filter command..anyway the important is that you've got rid of your problem :-))
Alessio

>Dear Alessio
>My problem was solved with your solution.
>i put these line in my code and everything work good.
>but i dont understand why?
>
>WITH thisform.pageframe1.page2.grid1
> .RecordSource = ""
>ENDWITH
>WITH thisform.pageframe1.page2.grid1
> .RecordSource = CursorTempB
> .column1.ControlSource = "rbnum"
> .column2.ControlSource = "rbdate"
> .column3.ControlSource = "rbsen"
> .column4.ControlSource = "rbrec"
>ENDWITH
>
>thanks for your help
>Reza
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform