Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SETALL doesn't work in a report what about FOR EACH
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
SETALL doesn't work in a report what about FOR EACH
Divers
Thread ID:
00171616
Message ID:
00171616
Vues:
65
I am resetting the database for each cursor in a report's dataenvironment.

SETALL doesn't work in a report(as follows):
this.SetAll("Database",gcAppPath+"\database\library.dbc","Cursor")

Would FOR EACH work? What would be the syntax? I took a stab at:

FOR EACH CURSOR IN DATAENVIRONMENT
cursor.database = gcAppPath+"\database\library.dbc"
ENDFOR

but this doesn't work. Any ideas?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform