> > On FoxWiki, there is an entry about SYS(2050) which apparently creates some > sort of log file. The function does not appear in the VFP Help file - > anyone know anything more about it?
It's the VFP event loop log. Basically, it records mouse clicks and key strokes. The first column is the current time, second column the event (key up, down, click), third column a qualifier (key for keyboard events, Ctrl/Shift/Alt state for mouse click). The fourth column is probably the encoded 32-bit message that VFP uses internally (ie. the same as column 2 and 3). -- Christof --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAL4QJhju1ROk_AGKAFO=dpwpx3soxfwjgatnjq2whblzdl8...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

