At 5:38 PM +0000 2/24/05, Lennox Jacob wrote:
One little problem, after inputting the data and it gets accepted, I
cannot Tab to the next EditField, or delete.
When in this state, put a breakpoint on the first line of the KeyDown
event, then Resume your app, and Step through the code to see what's
going on.
You probably just need to make the if-test more specific, i.e., change
Key >= "6"
to
Key >= "6" and Key <= "9"
Best,
- Joe
P.S. Please trip excess quoted stuff from your reply when replying. Thanks!
--
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|