Regions (report Classic) slideshow (with some animations)

Dear Sir

I have four regions (classic reports) on a single page. To see the area a PowerPoint slideshow with the delay of 3-5 seconds with animations. and this will continue. After the last region, page will show the first region and circle continues...

Kindly help me in this scenario.
any idea, any help

Kind regards
Muhammad Usman

Published by: apex_is_too_smart on February 24, 2012 06:42

Published by: apex_is_too_smart on February 24, 2012 22:46

Salam Muhammad,

I think that you can add the accordion:
http://www.theapexfreelancer.com/Apex/f?p=APEXFREELANCER:solutions:0

Or

Maybe you can try this:
http://slidesjs.com/
Change the src of the image in the static ID of your reports.
I'm sure that you know how to use this slider in APEX. However, you can find it here.
http://www.YouTube.com/user/fateh86able?feature=MHEE

Kind regards
Fateh

Tags: Database

Similar Questions

  • show 2 regions report (subregions) side by side

    Hello
    I need to create a page with 2 regions report classic side by side.
    My problem is that these regions are subregions in another area, so I can't fix the display on 1 or 2 column.

    What can I do?

    Concerning
    Siegwin

    I'm not laughing you ;)

    I thought that * .rounded-corner-region * was one of your own class, but it seems that it is a default ApEx class. So you can change it in apex_4_1.min.css if you have access to, or you can simply override the class by wrtting * .rounded-corner-region {float: left; clear: none ;} * in your page header (it must appear after the call to apex_4_1.min.css in the code).} But as I said he's going to change all the items that use this class.

    So the best way is to create your own new class, for example * .float-left-region *, identical to * .rounded-corner-region * but with float: left; instead of clear: left; :

    .float-left-region {
         float: left;
         display: block;
         margin: 0;
         padding: 0 0 9px;
    }
    

    You can write write this code in a CSS file or directly in you page header.

    Then in your report model, use the class float-left-region instead of rounded-corner-region.
    The sum of the width of your report must be less than the width of the parent container if you want them to be displayed side by side.

    I have created a new model for left float model in the region and a new class + .float-left-region + (defined in the header of your page) in your workspace to test, you can take a look.

  • report Classic select value of the element to set another point/region on the same page

    1.I have classic in the area of form, reportthe user must select online (single or multiple) box/radio classic report these lines to set another region (query are same with selected element only). but when we save the values selected as a delimited values (1:2:3:5) in an item (P9_TO_MOVE_ITEM).

    How can get the report? I mean the where condition. If any other way to do it?

    workspace: ram_r & d

    username/password: aramani/apex

    application: https://apex.oracle.com/pls/apex/f?p=29288:9

    Hi, thanks. its working fine.

    1. add values as shuttle (P9_TO_MOVE_ITEM) items in the form box, that will store in 1:2:3:4 of database column values

    Then add the new report with the following classic area.

    WITH delimited AS (SELECT  REPLACE(:P9_TO_MOVE_ITEM,':', ':') vals FROM DUAL)
    SELECT *
      FROM emp, delimited
    WHERE INSTR (':' || delimited.vals || ':', ':' || deptno || ':') > 0;
    
  • I am trying to create a slideshow with Adobe Photoshop 12.  After a few episodes to work on it, some of the slide pictures disappear.  Very frustrating.  Why?  I'm to access photos from the catalogue and folders on my computer.  E

    I am trying to create a slideshow with Adobe Photoshop 12.  After a few episodes to work on it, some of the slide pictures disappear.  Very frustrating.  Why?  I'm to access photos from the catalogue and folders on my computer.  Disappearances seem random.

    Elements Photoshop Elements

  • Apex 4.2.5: Problem with region report width to 100% in 26 theme

    For one of my interactive reports, I chose the width 100% region report, but it is not displayed in full width on my computer screen portable 16:9.

    Y at - it no additional parameters to fix?

    Other areas of work.

    Kind regards

    -Wilfried

    Depends on the parent area / page.

    Do you know if the content inside a table? If so, check the width of the td tag.

  • the SQL for apex 4.2 with 'apex_item.text' region report renders incorrectly

    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    'User interface'-> 'Template '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer
    select apex_item.text(1, '111') as c1 from dual;
    Then it results in:
    <input type="text" name="f01" size="20" maxlength="2000" value="111"  />
    But in APEX 4.2 the report is rendered thus:
    <td  headers="c1">&lt ;input type=&quot ;text&quot ; name=&quot;f01&quot; size=&quot;20&quot; maxlength=&quot;2000&quot; value=&quot;111&quot;  /&gt ;</td>
    ("for this forum poster correctly I had to put extra spaces between ' ' & gt ' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ">" but has "' & gt; '."

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    I need this 'apex_item.text' function, I can't remove it.

    Published by: CharlesRoos on 13.02.2013 15:28

    Published by: CharlesRoos on 13.02.2013 15:29

    Published by: CharlesRoos on 13.02.2013 15:29

    CharlesRoos wrote:
    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    ' UI '-->' model '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer

    select apex_item.text(1, '111') as c1 from dual;
    

    Then it results in:

    
    

    But in APEX 4.2 the report is rendered thus:

    < ;input type=" ;text" ; name="f01" size="20" maxlength="2000" value="111"  /> ;
    

    ("for this forum poster correctly I had to put extra spaces between ' & gt' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ' > ' but '& gt;'.

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    Make sure the column attribute display as for column C1 is Standard report column.

  • Open the report classic on average page / registration

    Hello

    I'm under Apex 5.0.3 on Oracle 12 c.

    I have a report classic that will always return 100 records with record 51 being that the user is likely to be more interested. I would like so open the report view this intermediate page. Before the Apex 5 I used $a_report but this code no longer works, and in all cases, I have to use a method of support.

    Is there a way to do this, perhaps using dynamic Actions, JQuery or another method?

    Thank you

    Chris

    phillips_chris wrote:

    I'm under Apex 5.0.3 on Oracle 12 c.

    I have a report classic that will always return 100 records with record 51 being that the user is likely to be more interested. I would like so open the report view this intermediate page. Before the Apex 5 I used $a_report but this code no longer works, and in all cases, I have to use a method of support.

    Is there a way to do this, perhaps using dynamic Actions, JQuery or another method?

    For reasons, I do not understand there is no way documented and supported to customize the reports beyond paging parameters available in report attributes and the very limited support for editing report models.

    The following work APEX 5.0 using the theme universal but is far from be supported, elegant and efficient. Add this script to report property Footer area:

    
    

    This awkward approach is necessary because paging is driven using the internal region ID, and the foot of the region is one of the few places that the substitution #REGION_ID # container string these are accessible during execution to obtain the desired value.

    Add a dynamic loading of page action to call the function when the page is loaded (it is possible to run the code of paging directly from the foot of the region, but I'd rather have the DA visible to indicate that there is something unusual is happening on the page...).

    Event: Loading the page

    Action: Run the JavaScript Code

    Code

    // Call function defined in region XXX footer due to dependency on REGION_ID substitution string
    area51();
    


  • Report Classic - Condition evaluated for each line

    APEX 4.2.2

    I see something strange in a classic report area. A report began to fail at runtime with a strange error of incorrect syntax. When I run the page in debug mode, I see the following

    Print column headers

    loop lines: line 30 (s)

    ... Run the statement: begin wwv_flow.g_boolean: = "is not null;

    end;

    ...... Result = false

    ... Run the statement: begin wwv_flow.g_boolean: = "is not null;

    end;

    ...... Result = false

    ... Run the statement: begin wwv_flow.g_boolean: = ' embedded string with a 'apostrophe' is not null;

    end;

    ...... Result = true

    It seems that the APEX engine evaluates a Boolean expression after rendering and each row in the report. And for some strange reason, it is using a piece of data from the result set of the query and is not due to bad syntax introduced by the single quotation mark in the string.

    I have never seen it before. Any idea what's going on?

    Thank you

    Hi Vikas

    Report template customized with the models of the conditional row/column?

    (Sorry for the brevity of the answer but I just get on a plane...)

  • Stop the updating of the region (report) when you press the button

    Hello

    I created a report region, using the select statement:
    select * from TABLE(CAST(JCMS_MERGE_BATCHES_PKG.show_merged_batches_fn('M29||0') AS jcms_rep_batch_type))
    Is there a way to stop this submission report when you press a button on my page?

    The reason for this requirement is that my report contains checkboxes for each returned row. The default value for the checkbox control is CHECKED when the report is refreshed. However, I would like users to uncheck some lines in the report, click a button and have a treatment performed on ONLY the checked lines. My page almost works, but because the report is refreshing, after I completed my treatment, the report is back with all lines in the selection again.

    Thank you very much

    Paul

    I think that your condition is similar to the following:

    http://HTMLDB.Oracle.com/pls/OTN/f?p=31517:219

    However, it is not trivial.

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • How to share a photo slideshow with Mac &amp; PC people

    I developed a slide show on my iMac from Photos. How to share the slideshow with friends, some with Apple devices and some with PC devices?

    export Photos as a gesture of Quicktime - which runs on a Mac or a PC (the PC must have the free QuickTime installed)

    LN

  • Change the sequence of commands to generate two reports by USE with different names.

    I have a special situation for the model of batch processing.

    Each DUT consist of two distinct products that need to be tested as a single unit.

    I can run every USE and generate a test for each report.  -aka. The standard use case works very well.

    However, we would like the records using this method. So I need a copy with a different name for each series.

    The idea behind this is that we have a story running for each half of the UUT. Given that the two halves will probably never meet.

    I looked at the BatchModel.seq and read some of the documentation, but I'm having a hard time to understand what is happening.

    I guess the items highlighted above are where the object to measure reports are generated. However, I don't know the mechanism for giving them the names among the Options report-> report menu Pathname file or how to change between these two points in time. Also are there tricks to get the report in duplicate with a different path in this configuration.

    All links to the relevant information would be useful. Thank you

    Just copy these two steps and between them and the copies have another step that is just a statement.  There, you can change the path of the report by setting parameters. TestSocket.ReportFilePath the new path.

    Ideally what you would do, is that the client using a callback.  So, your code would look like this:

    Write the object to measure report

    Write the report of the object to be measured (on the fly)

    Define report path reminder (override in customer OR statement step)

    Write the object to measure report

    Write the report of the object to be measured (on the fly)

    Hope this helps,

  • OBIEE report showing blank for some fields

    Hello

    I have a problem with OBIEE report only when generating the report in CSV.
    Some fields are displayed empty in CSV, appear correctly in other formats. I doubt that this is because the length of the text field is longer.

    Any help will be appreciated.

    what you see in the report?

  • Choose report full slip with warning

    Dear all,

    When I try to choose the lines in standard SO, choose report full slip with warning.

    I tried the solutions existing in metalink, but not resolved.

    can someone help me solve this problem.

    Please see the rule, it must be some badly made configuration.

  • Problem with an animation slide / move

    Version: CP 4

    Output: .exe

    ACE: 2

    Hello, dudes. I m with some new issues here and looking for help I m.

    Recently, I find a drag and drop animation that I use in my classes of software. I really Don t remember the source of the file, but I have the .fla and .swf here with me. It was offered for free, before any comment.

    Now, the question: if I normally play the animation, it run smoothly. I can use the mouse to drag the first point, and if I release it on another point, he put it back. Otherwise, the first point stay where I release the mouse button.

    But, when I put it in Captivate, stop the animation to work, I mean, when I take the first point and put directly on the second point, it don´s stay fixed.

    (1) someone understand what I write (I think I maculate the English language in this post)

    (2) if someone understand, I need a little help to put this work.

    Most of the Drag and drops done to _root using Flash make reference to individual instances on the stage. Given that the component needs to do a hit test to see if your slide object strikes the target object it will probably do something like this:

    if(_root.draggedobject.hitTest(_root.target)){
    trace(" Yeah good job");
    }

    When you import this in Captivate then _root is no longer the _root of the Flash file, but rather the _root of the Captivate file, which does not work.

    Try to replace all occurrences of _root with _parent.

    / Michael

    Visit my Captivate blog with tips & tricks, tutorials and widgets.

  • No additional text region report view report items below details

    I have a report based on EMP which displays EMPNO, ENAME and JOB and two text items disabled in the report area above the report. When the user clicks a row in the report these text elements are filled with the additional information of the date of HIRING and SAL for the selected employee. Layout below.

    HireDate February 20, 81
    SAL 1600

    Job name empno
    7698 SMITH CLERK
    7499 ALLEN SALESMAN

    What I want is for additional information (hiredate, sal) to display below the State lines.

    Note that I can't put these extra fields in a separate under the report area as the ratio in the region is a region of Hide and show. I tried the separate region approach by changing the report model to lose the table end tag at the end of "after rows', it seemed to work until I pressed Next on the report and then second region had not at all.


    Details of the page: -.

    HTML Page header - has the function

    function selectEMPRow (phiredate, psal)
    {
    $x('P9002_HIREDATE').value = phiredate;
    $x('P9002_SAL').value = psal;
    }


    Page in the region of report items
    P9002_HIREDATE - text field (disabled, only records do not state)
    P9002_SAL - text field (disabled, only records do not state)


    Region report
    definition
    (SQL query)

    SELECT
    E.EMPNO, E.ENAME, E.JOB,
    E.MGR, E.HIREDATE, E.SAL,
    E.COMM, E.DEPTNO
    OF EDP. EMP E

    Model UI - hide and show the region.

    Attributes
    All columns defined to display
    Report template - P9002_EMP_ROWTEMPLATE.

    Custom Report Template P9002_EMP_ROWTEMPLATE.
    Model name column Type (model line)
    Model - Standard class

    Model of line 1
    < tr #HIGHLIGHT_ROW # onclick = "selectEMPRow (' #HIREDATE #',)"
    #') ; ">
    < class td = "t15data" > #EMPNO # < table >
    < class td = "t15data" > #ENAME # < table >
    < class td = "t15data" > #JOB # < table >
    < /tr >

    Front of the lines
    < table class = "t15standard" summary = 'Report' >
    < class th = "t15header" #ALIGNMENT # > employee no. < /th >
    < class th = "t15header" #ALIGNMENT # > name < /th >
    < class th = "t15header" #ALIGNMENT # > job < /th >

    After the lines
    < b >
    < td colspan = "99" class = "t15afterrows" >
    < span class = "left" > EXTERNAL_LINK # CSV_LINK # # </span >
    < style table = "float: right;" text-align: right; ' Summary 'pagination' = >
    #PAGINATION # < /table >
    < table >
    < /tr >
    < /table >

    Published by: Pete @ LSC on January 6, 2010 01:18

    Published by: Pete @ LSC on January 6, 2010 01:22

    Hello

    Did you try to place your report point of view "Page Template Body (2. (Les éléments ci-dessous le contenu de la région) '?

    BR, Jari

Maybe you are looking for

  • implement voice strong &amp; encryption of text does not leave U$ A spy and see adaptation go like a rocket

    I despise having toms capable advanced read and listen to everything I do. If you put in the encryption without a door back door, this operating system is spreading at the speed of light. Also include a way to say to people if the federal Government

  • Need help! SR1830NX

    I recently bought a new video card, e-GeForce 8800 GT from NVidia (EVGA) and he said that must be a minimum of power supply 400 watt with 26 amps on the rail + 12 v and an additional PCIe power connector (or two connectors of HDD).  My current diet i

  • RD5200 raid5 spare drive does not

    Hello world I have no real support of supported Netgear customer (except say update the firmware that they won't help you if you do not have remote access). I hope that the community will be placed to help me. My RD5200 is configured with a volume ra

  • Auto adjusts the width of the Table column

    Hello no,. Happy new year... I do application with sql database, report, I made a table on labview. When I select the different query it retrieves data accordingly. Here, I want to adjust the column width according to the name of the header. y at - i

  • Why windows update only after I turn off pc?

    Click Start disable updates of windows now.