How can i use the highlight row to select the row on a report

The row is highlighted as I move the mouse how can I select this row without having to make a column a text link.
thanks in advance

Hi
Try this out.
Create or alter a report template. In the 'Before Each Row' section paste:
<tr onMouseOver="cOn(this);" onMouseOut="cOut(this);">
In the 'After Each Row' section paste:
</tr>
In the report page definition click on the page attributes and navigate to the HTML Header section. Paste the following script into this section:
</script>
<script language="JavaScript1.2">
function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#cccccc";
function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";
</script>
In the report region navigate to the 'Layout and Pagination' section and select the report template you altered above.
Now the report row will get highlighted when you mouse over. If you want to change colors, edit the color attributes in the javascript.
Regards
Kiran Akkiraju

Similar Messages

  • How can I use word count without it counting the words in the end notes by default?

    How can I use word count without it counting the words in the end?
    Now I have to highlight the text to get a count.

    I don't think that is possible, it does what it does.
    Peter

  • I want to hook up a mac mini and us my tv as a monitor. how can I use airplay from my phone on the mac mini like i can with an apple tv (without having to buy an apple tv!). the airplay capabilities i want to use are mirroring and streaming from my iphone

    i want to hook up a mac mini and us my tv as a monitor. how can I use airplay from my phone on the mac mini like i can with an apple tv (without having to buy an apple tv!). the airplay capabilities i want to use are mirroring and streaming from my iphone!

    Download AirPlayer for Mac - Transforms your Mac into an AirPlay-compatible display. MacUpdate.com

  • How can I use my TimeMachine to back up the external hard drive

    How can I use my TimeMachine to back up the external hard drive that is attached to my TimeMachine? I have the external drive attached to my TimeMachine via the USB port and want my TimeMachine to back up the files on the external drive, as it does for the files on my computer. How do I do that?

    https://discussions.apple.com/message/16276201#16276201

  • How can I use my product code to get the serial code to active my dreamweaver?

    My product contain 22 letters and numbers, it can't feet inside any code thing that I found, and I had already sent a email to let them send back the serial code to me, but it didn't. So I want to ask how can I use my product code to get the serial code so that I can active my dreamweaver?

    I already in downloaded the thing, but I just have a product code, how can I install the product?

  • How can I use an IF ELSE statement and the xdoxslt: get_variable together?

    First of all, I'm a big fan of this forum and I just want to thank the community for helping make the BI Publisher world a better place.
    I'm trying to populate a table with a years worth of data with the column=PRODUCT and row=month of DATE. Here's the catch, not all of the months will have data. So here's where my problem is, I'm not able to use an IF ELSE statement along with a XDOXSLT:GET_VARIABLE expression so that if there's no data for that month the default value will be 0.
    Can someone help me find a solution to either one of the attempts below or a completely new method? Thanks!
    BP4 = numeric month value using DATE (more code to pull only month from DATE not included here)
    JAN1 = PRICE if data exists, else 0
    1) I tried this and it didn't work:
    <?if: xdoxslt:get_variable($_XDOCTX,'BP4'),01 then xdoxslt:set_variable($_XDOCTX, 'JAN1',PRICE) else xdoxslt:set_variable($_XDOCTX, 'JAN1',0) end if?>
    <?xdoxslt:get_variable($_XDOCTX,'JAN1')?>
    <?end if?>
    2) I tried this and it didn't work:
    <?xdoxslt:ifelse(xdoxslt:get_variable($_XDOCTX,'BP4')='01',xdoxslt:set_variable($_XDOCTX, 'JAN1',PRICE),xdoxslt:set_variable($_XDOCTX, 'JAN1',0))?>
    <?xdoxslt:get_variable($_XDOCTX,'JAN1')?>
    <?end if?>
    3) I tried this and it didn't work:
    <?xdofx:if xdoxslt:get_variable($_XDOCTX,'BP4')='01' then xdoxslt:set_variable($_XDOCTX, 'JAN1',PRICE) else xdoxslt:set_variable($_XDOCTX, 'JAN1',0) end if?>
    <?xdoxslt:get_variable($_XDOCTX,'JAN1')?>
    <?end if?>
    sample XML:
    <ROW>
    <Name>Craig Hernandez</NAME>
    <DATE>2013-01-01T00:00:00.000+08:00</DATE>
    <PRICE>31</PRICE>
    <PRODUCT>BPD</PRODUCT>
    </ROW>
    -DrT
    Edited by: 990965 on Feb 28, 2013 8:27 AM

    let me clarify my logic, the template 1) searches for the relevant PRODUCT (in the case below, it searches for BPD which is the column in the table) 2) searches for the relevant month in DATE (which is the row in the table) 3) if data exists, get PRICE else default to 0
    Variable definitions:
    BP4 = numeric month value from DATE (more code to get this value not included here, but it works...)
    JAN1 = set to PRICE if data exists for that month, else 0
    the query is only pulling all of the existing data, so if there's no data for March then there wouldn't be a March entry in the xml. In the sample xml below, we only have data for the first two months (Jan, Feb) so that's the only data in the xml. I can't check if PRICE is null because the xml will not have any data for March.
    I've read through other threads and it seems that BI Publisher can't use an IF THEN ELSE with the XDOXSLT:GET_VARIABLE. I sent the template and xml to you.
    Sample XML:
    <ROW>
    <Name>Craig Hernandez</NAME>
    <DATE>2013-01-01T00:00:00.000+08:00</DATE>
    <PRICE>31</PRICE>
    <PRODUCT>BPD</PRODUCT>
    </ROW>
    <ROW>
    <Name>Craig Hernandez</NAME>
    <DATE>2013-02-01T00:00:00.000+08:00</DATE>
    <PRICE>30</PRICE>
    <PRODUCT>BPD</PRODUCT>
    </ROW>
    Edited by: 990965 on Feb 28, 2013 8:30 AM

  • How can i use a Property as Link in the Resource Renderer Setings

    Hi to all,
    i have created a Propertry with the name SFS_NewsLink.
    The content of this Property is
    http://<server>.<domain>/path/sitemap
    Now, how can i use this property in the Visible Propertis? i dont will use use the default "contentLink" i will use as Link the content from the SFS_NewsLink.
    how can i do this? have envery one any ideas?
    Best Regards
    Thomas

    Hello Thomas,
    You can modify your Collection Renderer and Resource Renderer to achieve this functionality.
    Check this weblog, to get ideas:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3648
    Greetings,
    Praveen Gudapati

  • How can I use my Mac OS X for the next time

    Dear sir,
    Please, I need your help about Mac OS X and how can I use the OS for the next time I mean when I'm going to format my computer or to use for the another computer.
    By the way... I already installed the Mac OS X to my MacBook Pro so please I'm waiting for you advice.
    Mohammed Hussein

    Hi,
    He bought the iMac two years after mine.
    Would his Mac still be under warranty? It sounds like it is about only a year old and so may be still eligible for phone support, though that may depend on having nearby access to an Apple Tech support.
    He could get a replacement disk sent to him as well. The cost,  I don't know.
    Your disk would probably work, but you don't need to burn one; just use yours. If you are in two locations, then it would be better for Apple to mail him a replacement disk for his particular Mac.

  • HT204053 I can not sign in at iTune. How can I use this ID to sign in the iTune?

    How can I use my Apple ID to sign in iTune store?
    <Email Edited by Host>

    Your ID seems to be used to connect to an icloud account.  You can also use the ID for a new itunes store account - but are you sure you want to change that store account?  Any purchased songs, apps, movies, etc. using an old ID will be removed from your device.  This is because any purchased item is forever associated with the ID used to purchase it.  If you have purchased things in the past using some other ID, you should consider keeping that old ID for the itunes store and use the new ID for icloud.

  • How can I use a shared library made with the application builder?

    Hi,
    I am using LabVIEW 7.1 running on Slackware 10.1 (kernel 2.4.29) and I am trying to call a graph display from a C program that I use for debugging VME access from a VMIVME controler. So using the application builder I built the VI as a shared library (graph.vi -> graph.so) containing a function called "graph". In my main program the call to the dlopen fails with the error: "graph.so: undefined symbol: UninitLVClient". When I examin graph.so with nm I see that UninitLVClient and other LabVIEW functions are indeed undefined and using ldd shows that graph.so has dependencies only on libc.so.* and *linux*.so.* but not on LabVIEW related stuff. Those functions are defined in the liblv.so that's in the cintools directory but I have no idea if the user is supposed to use that.
    So I think I am missing an important concept here. Can somebody help or direct me to some documentation (I found lots of information about how to link external code to LabVIEW but nothing about how to link LabVIEW code to an external program)?

    Thanks Watermann,
    your message has been very useful so now I am linking to the proper library but I still have problems when trying to load dynamically the shared library produced with LabVIEW. It is strange that I could successfully load the lvrt library at loading time but it does not work when I am loading the library at execution time.
    I made a small LabVIEW program that prints a hello window and I am calling it from a C program. In the first program main.c I am linking to the lvrt library at loading time and it works but in the second one I am linking dynamically at execution time and it does not work. For my work I need to be able to load code done in LabVIEW at execution time. Any help is appreciated!
    Program main.c:
    // small program to call a LabVIEW shared library
    #include
    #include
    #include "hello.h" // got this from the LabVIEW builder, i.e. when I made the hello.so
    int main(void)
    printf("Hello from C!\nLets call LabVIEW now\n");
    hello();
    printf("Bye ... \n");
    return 0;
    The command to compile main.c, i.e. linking shared library lvrt when loading main program:
    gcc -Wall -I /usr/local/lv71/cintools/ -o main main.c hello.so -l lvrt
    The LD_LIBRARY_PATH has been defined and exported:
    $ LD_LIBRARY_PATH=$PWD
    $ export LD_LIBRARY_PATH
    IT WORKS!
    Program main2.c:
    // small program to call a LabVIEW shared library
    #include
    #include
    #include
    int main(void)
    void * h_lvrt;
    void * h_hello;
    void (* hello)(void);
    char * error;
    printf("Hello from C!\nLets call LabVIEW now\n");
    // open LabVIEW RunTime shared library
    // in my computer located at /usr/local/lib/liblvrt.so
    h_lvrt = dlopen("/usr/local/lib/liblvrt.so", RTLD_NOW);
    // check for error
    error = dlerror();
    if (error) {
    printf("error : could not open LabVIEW RunTime library\n");
    printf("%s\n", error);
    return 1;
    // open hello shared library
    // in my computer located at /home/darss/lv_call/hello.so
    h_hello = dlopen("hello.so", RTLD_NOW);
    // check for error
    error = dlerror();
    if (error) {
    // close LabVIEW RunTime shared library
    dlclose(h_lvrt);
    printf("error : could not open hello library\n");
    printf("%s\n", error);
    return 1;
    // get function hello from library hello.so
    hello = dlsym(h_hello, "hello");
    // check for error
    error = dlerror();
    if (error) {
    // close hello shared library
    dlclose(h_hello);
    // close LabVIEW RunTime shared library
    dlclose(h_lvrt);
    printf("error : could not get the hello function\n");
    printf("%s\n", error);
    return 1;
    // call hello function
    hello();
    // close hello shared library
    dlclose(h_hello);
    // close LabVIEW RunTime shared library
    dlclose(h_lvrt);
    printf("Bye ... \n");
    return 0;
    The command to compile main2.c, i.e. dynamically linking library lvrt at execution of main2 program:
    gcc -Wall -o main2 main2.c -l dl
    The LD_LIBRARY_PATH still defined and exported.
    IT DOES NOT WORK!
    Program output:
    Hello from C!
    Lets call LabVIEW now
    error : could not open hello library
    /home/darss/lv_call/hello.so: undefined symbol: WaitLVDLLReady

  • How can I use Automator to extract information from the body of an email sent from a web form.. and the import it into Highrise?

    I'm assuming that Automator is the way to go. I've never used it before but from research it seems to be the way to go. Also, I'm not good at programming at all.
    Here's a typical email...
    From:      [email protected]
         Subject:      Enquiry for Property ID: 408777039, 2 Grey Avenue, Manningham, SA 5086, Listing Agent
         Date:      18 September 2013 8:33:51 PM ACST
         To:      Joe Jope
         Reply-To:   [email protected]
    You have received a new lead from realestate.com.au for
    Property id: 408587036
    Property address: 2 Grey Avenue, Manningham, SA 5086
    Property URL: www.realestate.com.au/404387039
    User Details:
    Name: John Bon Jovi
    Email: [email protected]
    Phone: 0422645633
    I would like to: buy this house
    Comments: Please give me a call.
    I have several hundred of these emails and I want to extract the information and then save it into my CRM which is Highrise (https://highrisehq.com). If it's too difficult to get it directly into Highrise then I'm aslo happy to extract the info into excel and the import into Highrise. However I do not want to have to run through that proceedure for every single email.
    I'd really like some help on how to get Automator to do this for me. Or if not Automator.. any other suggestions?
    Thanks.
    John

    Hello
    You may try the following AppleScript script. It will ask you to choose a root folder where to start searching for *.map files and then create a CSV file named "out.csv" on desktop which you may import to Excel.
    set f to (choose folder with prompt "Choose the root folder to start searching")'s POSIX path
    if f ends with "/" then set f to f's text 1 thru -2
    do shell script "/usr/bin/perl -CSDA -w <<'EOF' - " & f's quoted form & " > ~/Desktop/out.csv
    use strict;
    use open IN => ':crlf';
    chdir $ARGV[0] or die qq($!);
    local $/ = qq(\\0);
    my @ff = map {chomp; $_} qx(find . -type f -iname '*.map' -print0);
    local $/ = qq(\\n);
    #     CSV spec
    #     - record separator is CRLF
    #     - field separator is comma
    #     - every field is quoted
    #     - text encoding is UTF-8
    local $\\ = qq(\\015\\012);    # CRLF
    local $, = qq(,);            # COMMA
    # print column header row
    my @dd = ('column 1', 'column 2', 'column 3', 'column 4', 'column 5', 'column 6');
    print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    # print data row per each file
    while (@ff) {
        my $f = shift @ff;    # file path
        if ( ! open(IN, '<', $f) ) {
            warn qq(Failed to open $f: $!);
            next;
        $f =~ s%^.*/%%og;    # file name
        @dd = ('', $f, '', '', '', '');
        while (<IN>) {
            chomp;
            $dd[0] = \"$2/$1/$3\" if m%Link Time\\s+=\\s+([0-9]{2})/([0-9]{2})/([0-9]{4})%o;
            ($dd[2] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of CODE\\s/o;
            ($dd[3] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of DATA\\s/o;
            ($dd[4] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of XDATA\\s/o;
            ($dd[5] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of FARCODE\\s/o;
            last unless grep { /^$/ } @dd;
        close IN;
        print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    EOF
    Hope this may help,
    H

  • How can I use mail merge with numbers in the new pages version?

    I am trying to use mail merge with the new version of pages and can not seem to be able to figure it out. PLEASE HELP!!!

    Nope. Version 5 is a fashion accessory: it looks like software, but it doesn;t actually do anything. Sort of like a sports car with a lawn-mower engine. Looks snzzy. Doesn't really work. (And given how buggy it is, I should further specifiy that the lawn-mower engine comes with a blade: it chews up your old templates, produces files that cannot be sent as email attahcments [yes, really], and—this just in—doesn;t play well with the new SMB facility of Mavericks. In short, as one reviewer put it, "un unmitigated disaster."

  • How can I use my previews as "masters", wen the masters are irretrievably lost? My idea is to at least be able to save the lost pictures by using the Previews as the new "originals".

    So, yes. Most of my master pictures are gone, long story - please don't ask why. The question now is whether I can use the previews (which are still there) which is surely better than nothing. But except for browsing, there's nothing I can do with them, unless they have a master file connencted. Has anyone got a clue how I could make Aperture treat these remaining preview as master files as well as previews, or in some way make this files useable.
    Thank you very much for your help, if anybody out there has a clue how

    So, yes. Most of my master pictures are gone, long story - please don't ask why.
    I assume, your library is referenced? And the versions are now pointing to missing original master image files?
    Then try the following - for each project separately.:
    Select all images in a  project and drag them from the Bowser to a folder outside the library. This will export the previews as jpegs.
    Now - with the images in the project still selected - use the command "File > Locate Referenced Files" to open the "reconnect" window. In the upper part of the reconnect Window select the first of your images that needs to be reconnected, and in the lower part point it to the corresponding  jpeg you exported. Hold down the alt/options-key⌥ to force the connect-buttons to appear. Press "Connect all".
    Regards
    Léonie
    P.S: If the reconnect buttons refuse to become active, even with the⌥-key held down, check the filenames. The previews should be named exactly like the missing originals. I tried this in Aperture 3.4.5, but I am not sure, if it will work in all Aperture versions the same.

  • HT201406 How can I use my external keyboard opposed to the internal key board on the screen.

    I have a Zagg IPad, and the problem I'm having is the external keyboard that sits in the case will not work.  The internal keyboard on the screen is the only one that works.  How can I change the keyboard to work from the base instead of using the keyboard on the screen.

    Have you ever paired them? If the keyboard and iPad have been paired, just turn the keyboard on, hit a key and give it a few seconds to power up and connect.
    If you've never paired them then there should have been instructions with the keyboard to tell you how to do that.
    If it just recently stopped working, you might try charging your keyboard.

  • How can i use my phone if i forgot the apple id and password to activate my phone

    i reset my iPhone 4s because it has been disabled and once i go in its feeling me i have to activate it but i can't remember what apple id and password i used. i need help!

    How many Apple IDs do you have? The prompt should show you a few letters from the email address to remind you. You can always reset your password using this page:
    https://appleid.apple.com/
    Resetting the password will require that you have access to the email address associated with the AppleID or that you remember your security questions.
    If you cannot reset the password , take it to an Apple Store with your proof of purchase and they may help you.
    Matt

  • How can i use cropping  in imovie 11 on the clips that i cut away with and still put it in HD

    Hi there,
    I do have one problem dealing with the videos I make in my iMovie 11: I want to set my videos to HD using Quicktime. I already know how to do that. But, the problem is that I use cropping and ken burn effects on my vids when I use cutaway (a really major problem since I use this most frequently in my videos), picture-in-picture, and side-by-side. After I exported my vids to Quicktime, I wanted to look at them. But, for some reason when I was watching my iMovie videos on Quicktime, it included every little bit of my clips. It didn't crop the clips at all. It showed everything. I'm kind of upset about this because I have projects due this month and I really didn't want part of some clips to show. I really needed them cropped and/or ken-burned. Plus, I need to set them on HD.
    Whenever I played it back in the iMovie preview, my videos played exactly as I wanted it to play. The cutaway clips, picture-in-picture clips, and the side-by-side clips were cropped and ken-burned just as I wanted it to be. But, on my Quicktime, it didn't do the same.
    Here's the procedure that I use to export my videos:
    Step 1:  I finish making my video with the cutaway clips, picture-in-picture clips, and side-by-side clips already cropped and/or ken-burned.
    Step 2:  I click on "Share." Then, I click on "Export using Quicktime."
    Step 3:  I click on "Options."
    Step 4:  I click on "Settings." Then, I make sure the Compression Type is H.264, Frame Rate is Current fps, Key Frames is on Every 24 frames, Frame Reordering is checked, Compressor Quality is on Best, Encoding is on Best Quality (Multi-pass), and the Data Rate is on Automatic. After this is done, I click "OK."
    Step 5:  I click on "Size." I make sure the Dimensions is on 1920 x 1080 HD (mainly because I really need it in HD for doing projects for school and uploading other videos to Youtube, Dailymotion, and other sites). I also click on Preserve aspect ratio using: Letterbox. Then, I click "OK."
    Step 6:  After I set the settings for Sound, I make sure that Prepare for Internet Streaming is on Fast Start. Then, I press "OK."
    Step 7:  I save my file name and export to Quicktime.
    Step 8:  Once it already exports to Quicktime, I open the file and look at my video that I just made. (At this point, I realized that my videos that were used as cutaways, picture-in-pictures, and side-by-side clips didn't show the parts I cropped or ken-burned on. It practically showed every little part of that clip that I use those effects on. I really wanted it to be cropped or ken-burned as much as possible.)
    So, that's my problem that I have at the moment. I really needed it cropped and/or ken-burned and set the video on HD. I would really appreciate your thoughts on how I should fix this problem.

    On one of my clips it says:
    Format:  Apple Intermediate Codec, 1280 x 720, Millions
                 16-bit integer (Little Endian), Stereo (L R), 48.000 kHz
    Current Size: 1280 x 720 pixels (Actual)
    Another clip I use says:
    Format:  Apple Intermediate Codec, 960 x 540, Millions
                 16-bit integer (Little Endian), Stereo (L R), 48.000 kHz
    Current Size:  960 x 540 pixels (Actual)

Maybe you are looking for

  • Installing on macbook pro.

    hi, im a student who is trying to install photoshop cs5 extended onto my macbook pro. i have completed an online form and attached a scanned student id card with it, but i am not sure what to do now. i have not put the disk in as the instructions say

  • Need help in connecting Dell Monitor to Dell Inspiron

    I recently purchased an Inspiron 17R laptop to reduce the high usage of my Precision M6600 laptop. A Dell U2312HM monitor was used with the Precision as a second monitor and I want to use it with the newly acquired Inspiron system as a second monitor

  • Keyboard and mouse nonfunctional for up to 15 minutes

    Upon a restart of my Mac Pro this morning I was unable to use either the mouse or the keyboard. The extremely odd thing is that after a period of time (5-15 minutes) they begin working properly. Here are some of the things I've tried to solve this pr

  • G5 has bad voodoo - can't install OS or run any programs!

    One of our users had her machine (dual 2GHz G5/4GB RAM) crash twice. I tried to repair it with Drive Genius and that only made it worse. I was in the middle of defragging and it automatically rebooted. I tried installing 10.5 on it and it just reboot

  • DummyForm.elements.jscook_action has no properties

    Hi, I build a jsCookMenu, now it is ok, but the link to the pages is not working, and the errors showing are this: Erro: Propriedade desconhecida 'filter'. Declara��o interrompida. Arquivo-fonte: http://localhost:8080/teste/faces/myFacesExtensionReso