I can't get a rather simple thing to work. And it seems to me that RB is behaving in a strange way, but clearly I don't understand something.

1. I have 25 editfields which have control numbers 1 through 25. However, 21,22, 23,24, and 25 are read only that the user can not alter. When I run the app and tab to #20, then it goes to 21 then 22 then 23... finally to 1. I tried putting something in lostfocus of #20 like ef(1).setfocus, but that makes it jump to ef(2) instead.

2. I want to type in "a" and have it change to "A" and move to the next field without tabbing. I do things like ef(i).text = uppercase(ef(i).text), but it makes no difference no matter called from lostfocus or keydown.

I am at my wits end. I don't see any way to make these things work. It seems there is a buffer of some sort which is not flushed very rapidly, and it also seems that and editfield will not update itself. I don't know.

Greg

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to