Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: GETCURSORADAPTER() bad error
Message
 
 
À
10/08/2005 07:51:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01039813
Message ID:
01039815
Vues:
19
The first error is not less confusing. Consider this code
CREATE CURSOR Dummy(dummy C(10))
=CURSORGETPROP("SourceType",4567)     && No table is open in the current work area
What? There's a cursor Dummy open in the current work area. I think it should be a separate error (in both cases). Something like "No table is open in the specified work area".


>
>*Error     = 52
>*Message   = No table is open in the current work area.
>=CURSORGETPROP("SourceType",4567)
>
>*Error     = 1115
>*Message   = Invalid operation for the cursor.
>* Which cursor ?!
>* Expected : 52
>=GETCURSORADAPTER(4567)
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform