Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro not obeying me outside debug
Message
 
À
16/05/2007 07:30:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
FoxPro Dos
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01225905
Message ID:
01225938
Vues:
17
Obviously you can reproduce this. However, with the code you provided, I cannot repro it under VFP7. I did this:
DEFINE WIND ERROR FROM 0,0 TO 20,79 COLOR SCHEME 10
CREATE TABLE 'error' (errno N(3,0),errprog c(24),;
   errline N(3,0),errdate d,errtime c(5),errmess c(24))
INSERT INTO 'error' VALUES (123,'thisprog.prg',999,;
   DATE(),'18:57','mess')
USE
SELECT 9
USE 'error' ALIAS 'ERRTABLE' && TPMcD 25/04/07
GOTO BOTTOM
BROWSE FIELDS "No"=errno,"Program"=errprog,"Line"=errline,;
   "Date"=errdate,"Time"=errtime,"Error"=errmess ;
   NOEDIT NODELETE NOAPPEND WINDOW ERROR
RELEASE WIND ERROR
USE IN 'ERRTABLE' && TPMcD 25/04/07
Using only that snippet, does the problem manifest on your system?
...Art
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform