Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set filter to
Message
De
15/12/2001 12:29:49
 
 
À
12/12/2001 14:37:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00593053
Message ID:
00594814
Vues:
34
That's about what I'm doing.
The only thing I build my SQl statment in my source code

ex.

Initialy :
SELECT * from MEMBER into cursor tmpMemebre
Thisform.myGrid.RecordSourceType = 1
Thisform.myGrid.RecordSource = 'tmpMemebre'

Later :
SELECT * from MEMBER M WHEER M.MemDate < DATE() into cursor tmpMemebre
Thisform.myGrid.RecordSourceType = 1
Thisform.myGrid.RecordSource = 'tmpMemebre'
Thisform.myGrid.Refresh

The grid never gets the control back, it just freezes
I also tried, removing my Grig object and adding it back on the fly, same thing.









Haroutunian Antranik
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform