Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View Designer in VFP5.0a
Message
De
27/09/1999 15:34:46
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
27/09/1999 15:28:42
Pierre Richard
Méthotech Canada Limitée
Kirkland, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00269579
Message ID:
00269585
Vues:
20
>Hi !
>
>In VFP5.0a in the View Designer->Filter->Example, how can I get rid of the quotation marks that VFP wraps around any example expression you provide when you have a look at the code with the SQL button.
>
>All I want to do is to have Example to contain UPPER(NameMyVar)
>
>but VFP insist in having it "UPPER(NameMyVar)" and when I return to the box Example, sure enough it has the quotation marks !
>
>
>TIA
>
>Pierre Richard


I don't know how you could correct it there because I don't use the designer. Just copy the SQL, don't save the design (?), go to command window and paste it like :
create sql view "myView" as select ....
You could play with it more flexibly there.
OTOH since NameMyVar reminds a variable maybe you could just have your filter as :
upper(?NameMyVar)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform