Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ALIAS in a Grid
Message
De
15/12/2001 12:35:23
 
 
À
15/12/2001 11:54:50
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00594799
Message ID:
00594816
Vues:
38
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
Yerevan, Armenia
ADANA SOLUTIONS INC.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform