|
|
|
|
|
Re: Use Text Tool in programming.... [message #441859 is a reply to message #441857] |
Wed, 03 February 2010 08:00 |
cookiemonster
Messages: 13960 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
allianz2010 wrote on Wed, 03 February 2010 13:48then why we use forms 6i if we can not do any thing....
That's so obviously false I'm not even going to argue
Quote:
e.g
1. we can move focus in post-item or pre-item....
Huh?
Quote:
2. we can not use text tool at run time....
Of course you can, maybe not in the way you want though.
If you want an application that does exactly what you want in (almost - there are always some restrictions) all circumstances then go and learn java or .net or some other full blown programming language and write your application in that.
It'll take you a lot longer to write but you'll get more control.
Forms is a relatively quick way of creating screens that allow you to query and modify data in oracle databases. It does a lot of stuff for you - like locking and transactional control, which you'd have to code yourself in java or .net.
And because it does a lot of stuff for you it also comes with certain restrictions on what you can and can't do.
If you can't live with those restrictions then you are using the wrong tool.
|
|
|
|
|
|
Re: Use Text Tool in programming.... [message #446727 is a reply to message #446719] |
Wed, 10 March 2010 03:02 |
tamzidulamin
Messages: 132 Registered: October 2009 Location: Dhaka
|
Senior Member |
|
|
Dear,
first you create a display item and assign a Character String value, which you want show like a TEXT.After that you use
SET_ITEM_PROPERTY built-in with change FOREGROUND COLOR
by using VISUAL_ATTRIBUTE properties.
Or you can use DISPLAY_ITEM built-in with VISUAL_ATTRIBUTE properties.
Regards,
Tamzidul Amin.
|
|
|