Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error log not found - just installed MM 7
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00667026
Message ID:
00678949
Views:
28
Hi Kevin,

now beeing back from the I will bother you with jumping into threads
again :-)

I had this problem a few times myself and can think of two reasons where it comes from:

1. Possibility: Wenn generating a new project MM does not use relative pathes for its includes and other pathes. (Project Path to MM Path)
In my opinion this is an issue that should be fixed because it really messes up everything and I ran into this path probs over and over, even I got them now.

2. The errlog.dbf is a free table. If you once open the the according DE eventlogenvironment once you run into the VFP Bug saving the cursorsource property.
I fixed this by making changes to an own afreetablecursor class. It can be fixed somewhere in the initialize by code like this:
IF !EMPTY(This.cCursorSource)
	This.CursorSource = This.cCursorSource
ENDIF
I believe it is the second sugestion.

Actually this same problem is fixed in dynamicviewcursor DE Class.

Marcus
Marcus Alt
TRIA IT-Consulting GmbH
Working hard | for your success
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform