Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function to know if cursor is a table or view
Message
 
 
À
12/10/2011 08:54:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01526130
Message ID:
01526133
Vues:
66
>i want the fonction to determine if a cursor is table or vue
lcAlias = "..."
IF UPPER(JUSTEXT(DBF(lcAlias))) = "DBF"
  ? "Table"
ELSE
  ? "Cursor/View"
ENDIF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform