7 |
The LA Fox Developer Newsletter
|
August 1998
|
From Robin’s Nest...
Contributed by Robin Connelly
A guy calls tech support to report that his computer is
faulty.
Tech: What’s the problem?
Tech: You’ll need a new power supply.
the startup files and it will fix the problem! All I need is for you to tell me the command.
Ten minutes later, the User is still adamant that he is right. The tech is frustrated and fed up.
there is an undocumented DOS command that will fix the problem.
the CONFIG.SYS. Let me know how it goes.
Ten minutes later.
Tech: Well, what version of DOS are you using?
come with NOSMOKE. Contact Microsoft and ask them for a patch that will give you the file. Let me know how it goes.
One hour later.
and he started asking questions about the make of power supply.
NOSMOKE.
FoxPro Q&A
(Con’t from page
5)
Even though you can trap the key pressed on a control by writing your own code in the Keypress event of the control, you cannot suppress it. That is, if you press ‘A’ in an Edit Region, it appears on the edit region even though you have trapped for it in the Keypress event. This happens because the Default code for the Editbox baseclass is executed after your code has been executed.
|
Old Fox
(Con’t from page 3)
Registration Information:
How to register:
Register by Phone at 1-888-TOUR-MEl or 61
0-449-4680.
Register On-line at
www.microendeavors.com/tours.
Register by faxing the registration
form,
conveniently provided on page 8 of this newsletter, to 610-449-4757.
To register call 888-TOUR-MEl or 610-449-4680.
FoxPro Q&A
(Con’t from previous column)
Control. The NODEFAULT prevents the default code from
executing.
Example:
On inserting the code given below in the Keypress of a control, it suppresses the <Return> key.
LPARAMETERS nKeyCode, nShiftAttCtri
IF nKeyCode=13
*
your
own
code
NODEFAULT
ENDIF
We’ve come up with an easy way to submit articles to the
LA Fox Developer Newsletter
one that has been overlooked for a long time.
You can submit your articles to Barry Lee at CIS# 72723,3422 on Compuserve,
orbrlee@earthlink.net.
These articles can be on any FoxPro-related topic, whether it concerns a new technique you’ve discovered, a certain development technique you may favor over others, book reviews, etc. Editor reserves the right to edit or offer constructive comments concerning submitted articles and accepted articles shall be considered to be in the public domain.
The quality of this newsletter really depends on the members that support
it,
not just read it. And I think we’d all be surprised by the useful information that could be circulated around the membership.
|
Page 7
|
7 |