Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'field' phrase is not found
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00237551
Message ID:
00244509
Vues:
23
>Perhaps it is because I'm requerying? Do I need to protect the rowsource when requerying like with a grid control?
>
>Matt

I've frequently gotten this error as a result of requerying views or reissuing a SQL Select (type 3)

Temporarily set your rowsource to an empty string and reissue the SQL Select/Requery the view:

.RowSourceType = 0
.RowSource = ''

[code]

.RowSource = 'table.field1,field2'
.RowSourceType = 6


HTH
Dan
St. Petersburg, FL

"I started out with nothing and I still have most of it left"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform