Home » Developer & Programmer » Forms » Scrolling Data
Scrolling Data [message #120464] Thu, 19 May 2005 23:07 Go to next message
mdamjad
Messages: 45
Registered: May 2005
Member
Iam using Oracle 7.3 and Forms 4.5. I want that some data from table should scroll in text item infintely .

I have tried WHEN_TIMER_EXPIRE trigger , but only last record is
scrolling
Re: Scrolling Data [message #120532 is a reply to message #120464] Fri, 20 May 2005 06:10 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Do you want the text to scroll left to right in the field or do you want to scroll the records from top to bottom in the block?

David
Re: Scrolling Data [message #120643 is a reply to message #120532] Sat, 21 May 2005 07:09 Go to previous messageGo to next message
mdamjad
Messages: 45
Registered: May 2005
Member
Text should scroll from left to right
Re: Scrolling Data [message #120658 is a reply to message #120464] Sun, 22 May 2005 02:31 Go to previous messageGo to next message
Frank
Messages: 7901
Registered: March 2000
Senior Member
Warning: opinion coming up.

Forms is a tool to create modules that people use in their everyday work. The main purpose of such a module is that those people can do their work in a decent way. They should not be distracted by marquee-text (scrolling text like you mean), animated gifs, flash animations and all other fancy stuff.
You should ask yourself why you want to add such things to a (professional) form. Maybe the answer is that you really need it, but I never ever saw the need for such things.

hth
Re: Scrolling Data [message #121393 is a reply to message #120658] Sat, 28 May 2005 02:50 Go to previous messageGo to next message
mdamjad
Messages: 45
Registered: May 2005
Member
Iam developing a pharmceutical application where i need this feature , because I want that the recent expiry medicine should scroll .
Re: Scrolling Data [message #121411 is a reply to message #121393] Sat, 28 May 2005 10:14 Go to previous messageGo to next message
Gurusubramanyam
Messages: 79
Registered: July 2001
Member
Hi,

Usage of timers is not advisable. It will consume lots of memory resources. Earlier we had some performance issues and we had removed all the timer related code from our application.

Bye,
G.S
Re: Scrolling Data [message #121425 is a reply to message #120464] Sat, 28 May 2005 16:32 Go to previous messageGo to next message
danosw
Messages: 20
Registered: May 2005
Location: California
Junior Member
Scrolling data... hummm... I don't know of any way to make text continually scroll in a text field. Maybe you should investigate using a Java bean or some other external object to link into your form.

Are you just trying to make a special indicator of this field based on it's value?
If so, you could try changing the foreground and background colors, font, font style (blink) ... look at the built-in SET_ITEM_INSTANCE_PROPERTY with property set to BORDER_BEVEL and VISUAL_ATTRIBUTE.


Good luck,
Dano
Re: Scrolling Data [message #138679 is a reply to message #121425] Fri, 23 September 2005 00:39 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Did you ever get this scrolling data to work?

David
Previous Topic: How to map key in Form 6i
Next Topic: how to convert .FMB file .EXE
Goto Forum:
  


Current Time: Fri Sep 20 05:29:06 CDT 2024