Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL count without French characters
Message
De
02/12/2002 12:52:01
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
02/12/2002 12:43:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00728525
Message ID:
00728691
Vues:
26
>>See my reply to Sergey. I think your best bet is to store it as a property of wwSession or any other object which is always there:
>>
>>
restore from european
>>this.addproperty("euroansi", m.euroansi)
>>
>>and rework your code to use session.euroansi instead of m.euroansi.
>
>This doesn't work for me:
>
>
>PUBLIC m.european
>RESTORE FROM (gcMainAll+'european.mem') ADDITIVE
>
>
>When being used, such as expressed in this thread for the SQL lines, it doesn't recognize this variable.

The scope of the restored variable is unreliable, in the least. So you have two ways out - declare a different, public, variable, and copy the restored one into it, or save the restored variable into a property.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform