Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding data to Grid Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00937635
Message ID:
00937855
Vues:
37
>Mark,
>
>It was: thisform.SortGrid1.Refresh
> Alias not found.

The Alias not found error indicates to me the RecordSource property of the grid still may not blank. Another thing is there is no need to refresh the grid if the RecordSource is blank or the RecordSource is not available yet. You might consider changing your code to something like:
IF NOT EMPTY(THISFORM.SortGrid1.RecordSource)
   IF USED(THISFORM.SortGrid1.RecordSource)
      THISFORM.SortGrid1.Refresh()
   ENDIF
ENDIF
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform