Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange error
Message
De
22/10/2014 08:14:13
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01609570
Message ID:
01609756
Vues:
114
>>Hi All,
>>
>>This's very strange for me. Occurs sometimes at customers, never happened me or our testers. Just a simple code:
>
>>this line gives "Alias name is already in use" error. But I close table at the second line. How can this error occurs?
>
>Other than what Lutz said about a timer, I think your code should run just fine, you could simplify it thou, and because you would be closing it (if necessary) and opening it in the same sentence this might help, as it will not be interrupted by a timer, AFAIK
>
>
>
>If !File(xlngfile)
>	Return nesne
>Endif
>
>Use (xlngfile) Alias Language Again Shared in Select('Language')
>select Language && if you need Language to be the current selected table
>
I put :

Use (xlngfile) Alias Language Again Shared In Select("language")

and now it gives "alias name already in use" error. I'll lost my mind. How can this be done (Also timer is disabled at this time).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform