Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create cursor not working
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Create cursor not working
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01022762
Message ID:
01022762
Vues:
53
Would anyone know why I cannot create a cursor from an array? Is there an environment setting that prevent it?
This is the code: (trying while in debug mode of an application)
** this works
CREATE CURSOR AllCentrex (filename c(14),filebites N(12))

** this does NOT work, but returns no error.
** the mouse returns normal like the cursor was created but no cursor.
CREATE CURSOR AllCentrex from array laMan

** this is the actual app code that
** when ran from app opens a locate table window (bad feature).
CREATE CURSOR (gsDbfPath+"ltAllCentrex") (filename c(14),filebites N(12) ;
		,filedate d(8),filetime c(8),fileattr c(6))
Thanks, Chuck
Extreme Programming = Plan -> Design -> Code -> Test
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform