Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Odd Alias Not Found Error
Message
De
04/03/2003 13:45:55
 
 
À
04/03/2003 13:21:51
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00760836
Message ID:
00761073
Vues:
25
Code is VERY lengthy, but here are the pieces involving the problem.

LPARAMETERS tcDatabase,tcTable
*-- Note:
*-- tcDatabase = "AS-400DispensingData"
*-- tcTable = "Non_Formulary_Data" as passed in

*-- several LOCAL variable declarations

lcTable=LOWER(IIF(EMPTY(tcTable),ALIAS(),ALLTRIM(tcTable)))

lcDBF=lcTable
lcAlias=LOWER(SYS(2015))
IF !EMPTY(tcDatabase) AND FILE(tcDatabase)
OPEN DATABASE (tcDatabase)
ENDIF FILE(tcDatabase)
IF FILE(lcDBF)
SELECT 0
USE (lcDBF) ALIAS (lcAlias) AGAIN SHARED
ENDIF

Error is "Alias Non_Formulary_Data not found"; however, I had already opened and closed it earlier in the same routine.
GOOOOOOOO BUCS !!!!!!!!!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform