Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00365957
Message ID:
00365964
Views:
12
>This should be simple. When I try to run forms I'm working on I get a wait message "Attempting to log system information." that eventually times out and it runs the form, but this wastes 10 seconds each time I run the form. I suspect this is coming from the framework (MaxFrame). Why am I getting this message and how do I make it go away?

This is caused by the LogLoginLogout method of the cusUser object. To bypass logging this information, override the SetUpLoginHistoryTable method with a return .T.. The oUser object will still instantiate but the login information won;t be collected.

I'm interested in how you are implementing this to get this behavior when you access a form. Are you logging in new users when this form is launched?
Larry Miller
MCSD
LWMiller3@verizon.net

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

Click here to load this message in the networking platform