How about if you want hr or to change some colors?

Is there away to insert <hr> or change some colors on the row column?
How do you change some of the look and feel.
Howard

Hello,
If you talking about reposts just concatenate it in in your SQL
example
select '&lt;div style="color:#F00">test &lt;hr />data&lt;/div>' as data from dual;
If thats what your looking for you need to add more detail into your question.
Carl

Similar Messages

  • Just installed ios 7 on my 4s, and I have two issues: 1) control centre: the music controls do not work, only the volume adjust slider works; 2) in mail, where do you find the setting to control how many messages you want your inbox to retain?

    Just installed ios 7 on my 4s, and I have two issues: 1) control centre: the music controls do not work, only the volume adjust slider works; 2) in mail, where do you find the setting to control how many messages you want your inbox to retain?

    Same problem here on my 4s: Control center music controls do not work.
    Since this thread has two issues, I'm going to start a new one with only the music control bug. Topic: iOS 7 Control Center Music Controls Not Working On iPhone 4s

  • How to avoid the message "Do you want to save the changes you have made?"

    i have 3 forms
    master block
    detail1 block of master
    detail2 block of detail1
    when i go out of detail1 and detail2 blocks after doing some modifications it asks me "Do you want to save the changes you have made"?
    i want to avoid this message as well as my changes should be posted in the database. what is the solution for this big pblm?

    hi
    may be you are trying to modify the database item or reassigning the database item value which is not actually needed.
    try to comment the reassigning database values
    and give clear_form(do_commit);
    most probably u will not get the message again
    Regards
    Rajdeep .A

  • Suppress the message do you want to save the changes you have made

    hi all
    i have written a rollback
    it clears my record
    but gives me the message
    do you want to save the changes you have made
    i have written
    :system.message_level :=25;
    rollback;
    :system.message_level=0;
    but still it is giveing me the message
    can you please tell me how to suppress this message
    please help me
    thanks
    mandar

    try in reverse

  • Unnecessary question "Do you want to save the changes..."

    Hello again,
    I have a multi-record block on which only update is allowed and two buttons: accept and reject. There are three possible ways of changing records:
    1. change values in some fields and commit - which works fine;
    2. change values in some fields and press accept button;
    3. change values in some fields and press reject button.
    Buttons have implemented delete, update, insert in some tables using a pl/sql stored package. At the end of the processing, for both buttons, record "accepted" or "rejected" dissapears from the block - using execute_query. Problem is that if some values have been changed before pressing the button, warning window appears: "Do you want to save the changes you have made?" which in this case is unnecessary and annoying. How can i get rid of this message?
    Thank you in advance.

    If you don't want commit changes on base table items you can use clear_block(NO_VALIDATE) built-in before execute_query

  • Dialog Box as "Do you want to save the changes?" in Forms.

    Hi,
    I have 4 datablocks in my forms that corresponds View.
    In the form design, I have a canvas(multiple inserting design) with two buttons that calls the other two blocks.
    Am inserting the records in the following way,
    In first record,
    am entering the value in one block, then a button-press event and so it opens another canvas where I enter some values then return to my main canvas. This is one row.
    But while I try to insert in the second row, there arises the dialog box as "Do you want to save the changes"?
    I should not get that dialog box.
    Please suggest me with the solution.
    Regards,
    Mini

    Thanks for the response,
    Let me clearly explain.
    I have 3 blocks created from view not table.
    I have a canvas in the multiple display layout i.e Number of items displayed is 10.
    In that canvas, I have set the two buttons. the button event is calling another canvas.
    Am inserting a record in the first row in the following sequence.
    Inserting the values for some fields in the main canvas, then entering the button, it opens another canvas that responds to another block, there am entering some values and closing the button event canvas, then returning to my main canvas, then entering the remaining fields with the values, thus my first row ends.
    Now I want to enter the values in the second row, while I navigate from the first Row to the Second row, there arises the dialog box as to save the changes or not?
    I should not get the dialog box.
    Am inserting the values in the database using Insert statements in all the blocks.
    Hope U understand the issue.
    Suggest me with the solution.
    Regards,
    Mini.

  • Forms6i question - Do you want to save the changes you have made !!

    Hi,
    I'm developing a custom master-detail form for 11i e-Business Suite. The requirement is to programmatically default values for some of the base table items when entering the master record.. Both the master and the detail blocks are base table blocks and defined the relation between these 2 as well..
    So i have coded my defaulting logic in the "when-new-record-instance " trigger only when the "(:system.record_status IN ('NEW','INSERT' ) AND :system.mode <> 'ENTER-QUERY')"..
    This is working but the problem is even when i do not change any values in the master block and i try to exit out of the form, getting a message "Do you want to save the changes you have made ".. I want to get that message only when some thing else is changed/entered in the master block or when any new detail records has been entered for that master block.
    Thanks in advance
    Shree

    Shree,
    It sounds like you have a Post-Query (PQ) trigger that is populating items in your Form. This is the typical reason why you would see this message when you close your form and no User changes have been made. The best solution would be to move your non-base table items from your data blocks to a control block so the PQ trigger won't mark the block or record as "Changed".
    Hope this helps.
    Craig...

  • Gettins "Do you want to save the changes you have made" promt without any

    Hi all,
    Problem : I have a master detail relation between two blocks which are on different window ( say block 1 on window 1 is master and block 2 on window 2 is detail) ,
    when i open my window 2 and close it without any changes, then when i try to do any change in window 1 i get this popup message "Do you want to save the changes you have made".
    I have various non database items as well which are used to hold intemediate values like sum of a column and all.
    for the close button on window 2 logic :
         go_block('BLOCK1');
         hide_window('WINNDOW1');
    I dont want to change the message level. as if there are really changes made then we need this message.
    In another thread i saw this might be due to copy "value from property" created by master detail relation on the joined columns.
    Please suggest any solutions.
    Thanks in advance.

    HI I found the solution to this Problem:
    when we queried the data block then few items values were assigned . this changes the block_status to CHANGED as well as the form_status variable to CHANGED.
    so in EXIT logic of that window i cleared each block explicitly . this discards all the changes made to those blocks ( This logic was implemented for CANCEL button on my screen as so we need not save the data) while the SAVE logic already has the COMMIT so will not set the popup for that.
    Not a beautiful logic...... but works ...... :)

  • Show the alert 'Do you want to save the changes? after entering each record

    Hi,
    Is there a way to show the alert 'Do you want to save the changes you have made?', after entering each record.
    i.e. as soon as a record is entered, user should be prompted to 'Do you want to save the changes?' the record when they move to the next record.
    I used the below code in Post-Record rigger. Prompt was diplaying fine as per the requirement,but record was not being saved.
    DECLARE
    n_button_selection INTEGER;
    BEGIN
    if :System.Record_Status='INSERT' then
    fnd_message.set_string('Do you want to save the changes?');
    n_button_selection := fnd_message.question('Yes', 'No','Cancel', 1, 2,'question');
    IF n_button_selection = 1 THEN
    forms_ddl('commit_FORM');
    ELSIF n_button_selection = 2 THEN
    RAISE form_trigger_failure;
    ELSE
    NULL;
    END IF;
    end if;
    END;
    I used forms_ddl('commit_FORM') to commit the record. Because we can't us Do-key('commit_form') in post-record trigger. But forms_ddl('commit_FORM') is not working. So can anybody please give some idea regarding this.
    --

    Forms_ddl issues dynamic sql - you cannot call another builtin (like commit_form) within forms_ddl. Check form_status after the call and you will see that it failed.
    Moreover, forms is not able to execute the post and commit process if you issue "forms_ddl('commit');", so this will not be a solution either.
    You could use the When-New-Record-Instance - Trigger, which allows restricted built-ins to be executed, and issue do_key('commit_form');". However, you would have to check the :system.block_status or :system.form_status, because :system.record_status will already hold the new record number.
    Regards,
    Gerd

  • How can I customize my status bar to change the color?

    Hello:
    How can I customize my status bar to change the color?
    Thanks

    On which phone model? Either way, modifying the notification bar text color usually isn't something you can do with a standard stock phone.

  • HOW to call at anytime the form6 "do you want to save the changes you have made"????

    HOW to call at anytime in form6 "do you want to change the save you have made"????
    It executes only if you use exit_forms
    and I don t want to save with a commit_forms
    without do appears this forms of form6
    Thanks a lots for any answering
    null

    you have to write a trigger on key-clrfrm and key-next-record.
    on that triggers you can call alert with 2 or 3 buttons.
    I hope it will help.
    Mustafa

  • Continues to ask "do you want firefox to make changes to your computer". I click yes, but it still asks next time I open program

    I upgraded firefox. Since upgrading I am asked the above questions. If I ask the program to fix the problem I'm told the program in not compatible. I tried "go back to previous version". I don't think it did, and I'm still asked if I want Firefox to make changes. When I click yes, Firefox will open.
    But is will ask me again when I try to reopen.
    Everything else seems to work.
    Also can't seem to down load and get Plug Ins working.

    Which compatibility settings are you using?
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls

  • How do I go online on Safari after changing some IP stuff?

    I usa a mac and I wanted to get a static IP so I could host a game and not have to port forward every time it changes etc..
    So I went to System Prefences > Network > Wi-Fi > Advanced > TMI/IP and changed "DHCP "to "DCHP with manual address". I changed my IP and such accordingly, but the Internet wouldn't work after.
    I spend about half an hour changing all the IP's and other stuff back to the way it was before. It said "you are connected to (*my network*) with the IP: (my *IP*) "
    But, when I went to safari, it said "your computer is offline". I know it's not the my routers fault because my iPad3 works just fine on safari. But even though it says I'm connected to the Internet on my mac is still says that  "your computer is offline". Any help?
      So, to recap, my IP stuff is PROBABLY fine, it established a connection to the Internet. I'm pretty sure everything is the same as when I started My router is fine because the Internet works on my iPad. And no, I have been using any "spyware software" or anything that might disable my internet.
    The things I changed in Wi-Fi Advanced:
             Used DHCP with manual address (Was normally just DHCP)
            IPv4: (I changed the last digit. I don't know what the last digit actually was before that because it was a dynamic IP)
            Network mask: (I changed from 255.255.0.0  to  255.255.255.0)
    (  ^^Or whatever it is)
            Router: (I left it the same)
         Before I changed anything, there was already an IP for all of the above, but whenever I switch back to DHCP they all go blank. Nada. No way to edit them. So that's out of the question. I needed to go on Manual to fill out the four text fields, or else I can't get it to work. Also, there is a chance I might have tempered with some other stuff like Bluetooth trying to connect my mac to my iPad for Internet. Tell me if you want to know about that too.
    PS: If there is any way you can fix this and also get a static IP working, do let my know. But the Internet is the main thing I need. Sent on my awesome iPad ;)

    Doing that didn't work AT ALL by a long run. Although after two boring days, after I went to a laptop repairs shop, (to no avail) I figured out that by clicking "Join other network" and typing in my network and password again, it worked. I mean SRSLY! Is that all I had to do?! Just put my password in again?! Well, atleast now I have internet back on my mac.

  • How can i validate an untouched cell and change bground color if error

    Hi ,
    three questions
    1. I can validate data in cells in setValueAt method but the cell data will be validated only if user click on that cell.
    how can i validate another cell if user does not even touch it.
    2. and if error how can i change background color.
    3. i have JTextField for column as cell editor/renderer. To change the data user have to double click on cell. How can I make it to click once to edit the value in the cell.
    Thanks in advance for help.

    how can i validate another cell if user does not even touch it.
    Why would you want to validate a cell if a user doesn't change it?for example user clicked Add row, and i added a row in the table with blank information...so .all cells in the new row have blanks, so if user does not enter the data in the second column... which he did not touch...i want to catch it and produce error
    How can I make it to click once to edit the value in the cell.
    Something like this:
    DefaultCellEditor dce = (DefaultCellEditor)table.getDefaultEditor(Object.class);
    dce.setClickCountToStart(3);Thank you..
    Read this section from the Swing tutorial on "How to Use Tables" for more information:
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

  • How to keep the eyedropper tool from spontaneously changing into color theme tool?

    How can I keep the eyedropper tool from changing into the color theme tool? Is there a key command? Its very annoying when I am trying to copy format and it keep changing spontaneously into the color them tool. Using CC and OS 10.9.5 on a Mac Book Pro. Thanks!

    You can't. Terminal brainfade by the engineers.

Maybe you are looking for

  • Shared devices not showing up in finder

    Shared devices on my network are not showing up in Finder on my MacBook Air. Problem just began in the last 24 hours, and is limited to just this computer. Have done usual things -- checking, unchecking shared devices in Finder; relaunching Finder; r

  • Red-eye removal too dark

    Is there a way in iPhoto to lighten the color that the red-eye removal tool uses to replace the red? On many photos the black is too dark and look unnatural. I can accomplish this in photoshop but I was trying to save some time by using iPhoto. Thank

  • ORA-19909: datafile 1 belongs to an orphan incarnation

    Hi All, os :linux db: oracle 11gr2 am facing below error..how to recover database; SQL> recover database until cancel using backup controlfile; ORA-00283: recovery session canceled due to errors ORA-19909: datafile 1 belongs to an orphan incarnation

  • Cant install SL. help!

    Hello all! Iv had this mac for awhile. Im running 10.5.8 and need to update to snow leopard because my iphone 4 iOS 7 needs itunes 11.1 or later which requires me to have OS X 10.6.8 or later (jeez!!!). I have the SL disk but it will not fully instal

  • Setting ClassPath, Path - What, Why, How.

    Hi, I am new to JAVA. I have JDK 1.5 & JRE 1.5 in C:\Program Files\Java. I have Apache tomcat in F:\Karthik Pon\SW\apache-tomcat-6.0.16. Please can anyone explain the following in detail: 1). What is environment variable? 2). Why we need to set path