Count Characters [message #179815] |
Wed, 28 June 2006 21:58 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ehegagoka
Messages: 493 Registered: July 2005
|
Senior Member |
|
|
hi!
is it possible in oracle forms6i to count the characters left in a text field as you typed on it? i created a sample but its not snychronize, i mean you need first to click the button to count the number of characters left. im thinking of displaying the message as you typed on it. thank you so much sir/mam
ryan c",)
-
Attachment: counter.fmb
(Size: 44.00KB, Downloaded 1045 times)
|
|
|
Re: Count Characters [message #180026 is a reply to message #179815] |
Thu, 29 June 2006 20:02 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Oracle Forms is a 'block' mode, event driven application. It doesn't do character by character. Either write soemthing in VB or use a Java thingy. Search this forum for 'Java thingy' to see what other people have done.
David
[Updated on: Sun, 02 July 2006 18:10] Report message to a moderator
|
|
|
Re: Count Characters [message #180033 is a reply to message #180026] |
Thu, 29 June 2006 21:11 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ehegagoka
Messages: 493 Registered: July 2005
|
Senior Member |
|
|
hi!
thanks for the fast reply, ive read through the results, but i cant find anything related, i need to synchronously count the characters being typed by the user, thank you so much sir =)
|
|
|
|
|
|
|
|
Re: Count Characters [message #180702 is a reply to message #180508] |
Tue, 04 July 2006 21:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
ehegagoka
Messages: 493 Registered: July 2005
|
Senior Member |
|
|
hi miss!
thank you so much for your reply, your code was great it works fine, id have one problem left though, the cursor always points to the start of the text item after i typed a space bar after the last letter, ill check what i can add on it.
|
|
|