Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting error Logs
Message
 
 
To
11/08/2000 13:37:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00404028
Message ID:
00404245
Views:
11
>>What error logs?
>
>When an apllication error occurs, the user is promted if they want to record the error in the log. (Tools, -> error logs) I want the logs sent to me with a little fuss from the user as possible. I also manage our helpdesk, belive me, making the user do anything more complex than a mouse clicxk while debugging wioth them is a nightmare. So far, All I can find to get the full deatils is to get the full table (apperror.dbf and apperror.fpt) The export does not seem to export anything od interest

If your error table has memo fields then you should be able to get a lot of useful information. Using commands like LIST STATUS TO FILE myfile NOCONSOLE and LIST MEMORY TO FILE myfile NOCONSOLE and APPEND MEMO mymemo FROM myfile OVERWRITE should work to give the entire environment.

If you are looking to make the delivery easier then you could fire up their default mail program using SHELLEXEC() and have the user manually attach the two files. Or you could use Nigel's MAPI class to do it automatically and send it.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform