Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro not obeying me outside debug
Message
De
16/05/2007 09:21:27
 
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:
01225944
Vues:
19
>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


Thanks Art

I ran your snippet and errtable closed as expected. I'll have to look closer at what's different in your code (BTW please don't think MY snippet is MY code - I've just got to contend with what I've got - this mystifies me though)

Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform