Re: Text entry limitation
Jean-Luc Arnaud <jean-luc-E/[email protected]>
| Newsgroups | gmane.comp.lang.realbasic.user |
|---|---|
| Organization | Centre Direct du Multimédia |
| Message-ID | <[email protected]> |
You're right, Markus, and it's what I meant writing "It's not exactly my need." in a previous reply to Roland. Nevertheless, this answer seemed interesting enough for requesting additional info (for a further project, maybe...). Many thanks for all replyers. Jean-Luc Arnaud Le 21/08/2017 à 11:27, Markus Winter a écrit : > >> 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] > > To unsubscribe, email [email protected]