Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found
Message
De
06/03/2005 22:10:20
 
 
À
06/03/2005 21:13:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Divers
Thread ID:
00993179
Message ID:
00993188
Vues:
13
So there's your answer - an alias cannot start with a number. VFP will give some other alis to the file, as Hilmar said.

cheers

>Hi Hilmar
>
>.lchave contains this string '001facf000052'
>
>:rs2cursor
>
>LPARAMETERS oRs, cAlias
>
>	LOCAL loCursor, lcCursor, lcAlias
>	Try
>		lcCursor = Sys(2015)
>		loCursor = CREATEOBJECT("CursorAdapter")
>                lcAlias=IIF( Type('cAlias') = 'C', cAlias, Sys(2015) )
>.....
>	Catch
>	Finally
>		loCursor = null
>		loRs=null
>	EndTry
>
>Return Iif( Used(lcAlias), 1, -1 )
>
>
>Joao Batista
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform