Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error File is not open - 1113
Message
De
16/11/2016 16:08:11
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Error File is not open - 1113
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Divers
Thread ID:
01643575
Message ID:
01643575
Vues:
54
Hi,

I have in my scan...endscan procedure an error 'File is not open'
The error occurs on line endscan
procedure (simplified)
select myCursor
scan
   if llCondition 
      create cursor myCursor2  (field1 i, field2 m)
      select myCursor
      scatter name m.loCursor2 memo
      Select myCursor2
      Append Blank
      Gather Name m.loCursor2 Memo
      select myCursor
   endif
endscan
debugger shows that on start and on end myCursor = alias() also myCursor2 is correctly populated with content of myCursor
where should I put a try...catch to catch this error?

Regards,
Koen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform