Recently, Hershel Fisch wrote: > I need to tell the cursor ( or the I pointer) where to be. ( meaning > should always be after a certain or last char) how would I do that ? > on keyUp > put the cursor after fld "abc" > end keyUp > what happens is the on every time the keyUp is triggered then the char > that is typed into the fld a number "8" follows. > what is that , and how do eliminate it?
Try: select after fld "abc" Regards, Scott Rossi Creative Director Tactile Media, Development & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
