Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro not obeying me outside debug
Message
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:
01225910
Vues:
20
SELECT 9?
Are you sure there is no opened table in that alias?
Try:
procedure showerrs
     define wind error from 0,0 to 20,79 color scheme 10
     select 0
    * TPMcD 25/04/07 use error
      use error Alias ERRTABLE		&& TPMcD 25/04/07
      goto bottom
      do prompt with "<esc>to exit, Page Up/down to view"
      browse fields "No"=errno,"Program"=errprog,"Line"=errline,;
                    "Date"=errdate,"Time"=errtime,"Error"=errmess ;
      noedit nodelete noappend window error

      * TPMcD 25/04/07 use
      release wind error

      USE IN SELECT([ERRTABLE])				&& TPMcD 25/04/07
return
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform