Re: Text entry limitation
Markus Winter <drmarkuswinter-gM/[email protected]>
| Newsgroups | gmane.comp.lang.realbasic.user |
|---|---|
| Message-ID | <[email protected]> |
> If InStr(TextField1.Text,"LIST OF VALID CHARACTERS") > 0 Then > > // Deal with the valid character(s) > > Else > > // No nothing: reject other characters > > End If > That's a srart but not sufficient. The user will still be able to paste or drag and drop invalid characters. Markus To unsubscribe, email [email protected]