Re: Text entry limitation
Markus Winter <drmarkuswinter-gM/[email protected]>
| Newsgroups | gmane.comp.lang.realbasic.user |
|---|---|
| Message-ID | <[email protected]> |
> On 21. Aug 2017, at 11:08, roland <[email protected]> wrote: > > It is obvious that I have to test every TextField on the window. No. That's what the TextChange event is for. > 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. That is a VERY different usage scenario from the question being asked. If you need to check each TextField if data have been entered that's one thing, if you need to restrict data entry to a certain format then that is quite another. MfG Markus Sent from my iPad To unsubscribe, email [email protected]