Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro not obeying me outside debug
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
FoxPro Dos
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01225905
Message ID:
01225910
Views:
13
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform