Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro substitution in sql views no longer possible
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Macro substitution in sql views no longer possible
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00975746
Message ID:
00975746
Vues:
113
The following worked in VFP 8, but it does not work in VFP 9
create table macrotest free (f1 c(10), f2 c(10))
create database dbmacrotest
create sql view lvMacrotest as sele * from macrotest where &lcMacrotest
This was not documented, but it was nice. Macro was stored in the view expression as macro, and when the macro expression in scope changed, requery() expanded it.
Too bad... :(
Doru
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform