Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found
Message
From
06/03/2005 22:10:20
 
 
To
06/03/2005 21:13:21
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00993179
Message ID:
00993188
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform