Re: Text entry limitation
roland <[email protected]>
| Newsgroups | gmane.comp.lang.realbasic.user |
|---|---|
| Message-ID | <[email protected]> |
I don't understand the 'Why' It is obvious that I have to test every TextField on the window. Every TextField has parameters which are found in the database. Every time you enter a TextField I have to check for CR, TAB, ENTER. Also I check if all keyfields are entered, which will lead to a lookup in the database for the record. Every field can have a different default value or an after-input processing.......I could put much of this pre and post processing in the class tf101() as a standard, but till now I'm little bit undecided. Mfg Roland Op 21/08/2017 om 10:37 schreef Markus Winter: >> On 18. Aug 2017, at 19:17, Roland Brouwers <[email protected]> wrote: >> >> A for next loop will go through all myTextfields and for every myTextfield() the method 'myMethod' will be executed. > Why? Seems quite wasteful. > > MfG > > Markus > > Sent from my iPad > > > > To unsubscribe, email [email protected] > To unsubscribe, email [email protected]