05. februar 2007 - 18:55Der er
7 kommentarer og 1 løsning
Løbende optælling af karakterer
I forbindelse med et SMS program, hvor der maks må skrives 160 karakterer i beskeden, skal jeg bruge en funktion der løbende (mens brugeren skriver) kan fortælle brugeren hvor mange karakterer der er skrevet i tekstfeltet (eller hvormange karakterer der er tilbage) og give besked når 160 karakterer er brugt. Kort sagt en lille tæller. Har forsøgt med Len(tekst1), på en knap og på tekstfeltet-AfterUpdate som virker fint, men hvordan kan funktionen gøres automatisk. Bruger både Access2000 og 2003
While the control has the focus, the Text property contains the text data currently in the control; the Value property contains the last saved data for the control. When you move the focus to another control, the control's data is updated, and the Value property is set to this new value. The Text property setting is then unavailable until the control gets the focus again. If you use the Save Record command on the Records menu to save the data in the control without moving the focus, the Text property and Value property settings will be the same.
I havent checked if the number was correct, only how to show some number. If the code was move to the Mouse UP event then maybe it would be correct.
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.