Display image in a classic report on a public page

Hello

I developed a public page where I want the list of items from a view. It must be a classic report because of the template I want to use later.

The query is executed with the typical HTML structure:

Select "ARTI_ID."

"ARTI_BESCHREIBUNG,"

"ARTI_PREIS,"

"ARTI_PORTO,"

decode (nvl (dbms_lob.getlength ("ARTI_BILD"), 0), 0, null,)

"< img style =" border: 4px solid #CCC; " -moz-border-radius: 4px; -webkit - border-radius: 4px; » '||

"src =" "| apex_util.get_blob_file_src ('P3_ARTI_BILD', "ARTI_ID") |' "height ="75"width ="75"alt ="Bild"title ="Bild"/ >") "ARTI_BILD" "

of ' #OWNER # '. " TRAN_ALLE_ARTIKEL_V ".

WHERE 'ARTI_IST_GUELTIG '=' J '.

I used this query in an interactive report without problem on a page with authentication. Of course, I edited the page ID in the P3_ARTI_BILD element

Now, how can I manage it works?

The application runs on apex.oracle.com over 5 APEX.

Greetings

Steven

He solved. Still don't know what the error was, but everything works fine. This link helped me: Re: Confusion with get_blob_file_src

Tags: Database

Similar Questions

  • Displaying images uploaded in a report

    Hello

    I used to display images in a report successfully (in Oracle 10 g and the Apex Version before 4.1.1
    Now I haved installed Oracle 11 GR 2 (64-bit) and Apex 4.1.1.00.23 and imported from the application with the report mentioned,.
    but the images are no more.

    I use the following code in the Html-Expression in a report column:
    <img title="#NAME#" src="#OWNER#.show_my_file?p_file=#PICTURE_ID#" width="40" height="40" />
    The show_my_file procedure looks like this:
    PROCEDURE SHOW_MY_FILE (p_file in number) as
            v_mime  VARCHAR2(48);
            v_length  NUMBER;
            v_file_name VARCHAR2(2000);
            Lob_loc  BLOB;
    BEGIN
            SELECT MIME_TYPE, PICTURE, Name,DBMS_LOB.GETLENGTH(PICTURE)
            INTO    v_mime,lob_loc,v_file_name,v_length
            FROM    PICTURES
            WHERE PICTURE_ID = p_file;
          
           owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
           htp.p('Content-length: ' || v_length);
           htp.p('Content-Disposition: attachment; filename="'|| v_file_name || '"');
           owa_util.http_header_close;
           wpg_docload.download_file( Lob_loc );
    
    end show_my_file;
    I run granted on this procedure to the public.

    But the images are not displayed anymore. I'm a bit lost here.

    What I'm missing here? I hope someone can point me in the right direction.

    Thank you.

    Concerning
    Johnny

    P.S. has anything changed in since a previous version Oracle 11 g 2 or apex 4.1.1 this topic?

    Hello

    This is the solution also for OHS if you dads.conf online

    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    

    When you change the function, you also added qualifier schema?
    Function should look like

    CREATE OR REPLACE FUNCTION
    wwv_flow_epg_include_mod_local(
        PROCEDURE_NAME IN VARCHAR2)
    RETURN BOOLEAN
    IS
    BEGIN
        IF UPPER(procedure_name) IN (
              UPPER('your_schema.show_my_file')
        ) THEN
            RETURN TRUE;
        ELSE
            RETURN FALSE;
        END IF;
    END wwv_flow_epg_include_mod_local;
    

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Classic report that spans the page loading

    THM:2

    4.2.1

    Hi all

    I have two classic reports side by side, based on a somewhat expensive query that returns a number of lines (500) also, we have a box of research and other filters to work on this report. However, the problem is that when the page loads, since the reports run sequentially, the first report on the left side, extends all the way to the right for a few seconds before returning to the right size. I guess this happens because then the second report query (right) runs and pushes the left up. Is there a way to fix the two classic reports width such that it does not stretch on page load?

    Thank you!

    Ryan

    Hi Ryan,

    Ryansun-Oracle wrote:

    THM:2

    4.2.1

    Hi all

    I have two classic reports side by side, based on a somewhat expensive query that returns a number of lines (500) also, we have a box of research and other filters to work on this report. However, the problem is that when the page loads, since the reports run sequentially, the first report on the left side, extends all the way to the right for a few seconds before returning to the right size. I guess this happens because then the second report query (right) runs and pushes the left up. Is there a way to fix the two classic reports width such that it does not stretch on page load?

    Thank you!

    Ryan

    Region change and put css in the attributes of the region to set the size of the region

    style="height:300px;width:500px;"
    

    or you want scrolling of fixed size, if your report has no more. columns fit more in the size

    style="height:300px;width:500px;overflow-y:auto;"
    

    Kind regards

    Jitendra

  • Select the line of the classic report to pass the value to another classic report on the same page

    Hello

    First a few details about the environment - I use the image of the last download oracle VM developer days to oracle.com. This includes DB version 12.1.0.2 and version 4.2.5.00.08 Apex. For the question although I don't know the specifics of the versions that are relevant.

    What I want to do an apex page which includes an analytical section at the top, followed by a section of retail slot - a line is selected / highlighted at the top which causes the relevant lines in this summary line is displayed. Its screen basically a master-detail - however the source of these two sets of data is just a query - is not a table.

    The query at the top of the page is something like

    Select * summary

    and the section below is

    Select * from details where id = (the value of the id clicked in the summary above)

    This feels like it should be really easy (and indeed, it is for the tables through the apex of master-detail Wizard) - but I can't understand when the two sets of data are the result of queries.

    I can't seem to make reference to the elements of the page when it comes to a report and I think that I might need to go down a kind of dynamic route of actions and jquery, but I don't get very far very fast. I found some notes that seem similar, but nothing which does exactly what I want. The function APEX_APPLICATION to browse a table also doesn't seem to be possible for the output report that I could see (tags are not there) - what is relevant for the forms?

    I hope that I have explained that quite simply.

    Can anyone help?

    See you soon,.

    Rich

    You link column can be just a null value in the sql code, if you want. Change the column and head down to the link attributes.

    Text link: "Click me" (source of sql using #MY_COL columns or #)

    Target: URL

    URL: javascript: $s ('P1_ITEM', #ID);

    Then have onChange dynamic action on P1_ITEM which updates the State. Do not forget to present the value of session state (either property right under the sql or pl/sql prior to update action report). The database needs to know the value of browser before running the query.

  • Exhibitor (or) OBIEE embedded report in Web Public page

    Hi gurus,

    I got a new requirement to expose the OBIEE dashboard as below

    Oracle Business Intelligence

    Please guide me where I should start... Etc.

    Thank you

    V

    Twist the bottom one or well you can go for more user details incorporated in the above form

    cool - bi.com

  • How can I change display [15] classical report?

    Hi all

    How can I change the display in a maximally classic report? and remove the label of "display"?


    Thank you very much

    Hello

    Your sample works very well for me.

    I have add below at the request of the State for more than 14 ranks to report

    CONNECT BY level < 3
    

    It is not necessary that in your original app. It was just to test and get more rows to the report.

    But as this element P1_ROWS you control the number of lines is displayed?

    Kind regards
    Jari

  • Images in an interacitve report

    Hello

    a question:

    Is it possible to display an image in a report interactive?

    I did it already in a classic report using:
    CASE
    When (> 1 «Number») then "< img src ="#WORKSPACE_IMAGES #red. " ALT "JPG" = "RED" > "
    "when ('Number' < = 1) then" < img src = "#WORKSPACE_IMAGES #green.jpg" alt = "GREEN" > ' end as 'fire '.


    It worked perfectly in the classic report. But when I use this for the interactive report, it just displays the text ('img src... ") but no display no picture."


    Perhaps the interactive report cannot show images?


    Thanks for your help,
    LISA :-)

    Hi Lisa,

    Yes, it is possible to display images in the interactive report. If you just see the text «img src...» "check the attributes of report to see if the"Display As text"is set at. It should be the Standard report column.

    Concerning

    Paul

  • Aliging two tables side by side on a classic report

    Hello

    I have three regions on my page. The first two regions are of pie charts and appear side by side.


    The third area is a classic report and appears in graphic regions.


    The problem is that the first chart area has the same width as the region of the classic report. This causes a gap between the two tables. How can I remove the gap between the two graphic region, ignoring all that is the width of the classic report?

    The page below shows an example:

    https://Apex.Oracle.com/pls/Apex/f?p=76322:22

    Username: forum

    Password: abc123

    Thank you

    Zkay

    ZKay wrote:

    Thanks for the reply. It reminded me of the importance of mentioning the version etc.

    I use 11g with Apex 4.0. and the generator 101 Blue theme.

    So, please advise to what precedes.

    APEX 4.0, according to me, you will need to assign property attributes of the region HTML table cells of the region report colspan="2" or put the report on a different display area point tables, say body Page Template (1 points below the content of the region) for maps and body Page Template (2 items below the content of the region) for the report.

  • Classic report to Oracle apex with removal of icon/image

    Hi all

    I'm looking for a classic report with delete image icon for each line. Can someone please suggest me a link to view or approach.

    I use Oracle APEX 4.2.1 and Oracle 11 g r2 database.

    Thank you

    Orton

    Here is an oldest blog showing how to do this: http://apps2fusion.com/at/kr/391-oracle-apex-person-details-tutorial-02-delete-functionality

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Apex 4.2, display image in the report.

    Hi all

    I'm a noob here Apex. I came across some problems with image display in a report. When I tried to have a report on a form of simple image download, it works perfectly with dbms_lob.getlength("IMAGEFILE") 'IMAGEFILE', workaround. Interactive report based on my table structure, already established the appropriate sections in report page for make my life easy.

    Problem when I tried to create the report of a SQL query combining three tables (Image3, CustomerDB, PATMAN2). The report now generates a page where I can not have any selection of BLOB. The textual part, appears perfectly.  I think my sql code is fine, but my generation of form Apex is faulty, but I need help to solve the problems.

    -----------------

    Here's the SQL code of the image gallery that works very well.

    ------------------

    Select "PUBLICATION_NO."

    "FILENNAME,"

    DBMS_LOB. GetLength ("IMAGEFILE") "IMAGEFILE",.

    "MIME TYPE"

    'PDFNAME '.

    DBMS_LOB. GetLength ("pdflink") "PDFLINK."

    "LASTUPDATED"

    "ID".

    of ' #OWNER # '. " IMAGE3.

    ---------------------

    And here is the one which does not show correctly the BLOB type.

    ---------------------

    Select PATMAN2.ID as ID,

    PATMAN2.PA as PA,

    PATMAN2. SUCH as TITLE,

    PATMAN2. OTHERS like the OTHERS,

    PATMAN2. TYPE as the TYPE,

    PATMAN2. PATENT_FAMILY as PATENT_FAMILY,

    CUSTOMERDB.COMPANY_ID as COMPANY_ID,

    PATMAN2. PUBLICATION_NO as PUBLICATION_NO,

    IMAGE3. FILENNAME as FILENNAME,

    DBMS_LOB. GetLength (IMAGEFILE) do IMAGEFILE,

    IMAGE3. PDFNAME as PDFNAME,

    DBMS_LOB. GetLength (pdflink) as PDFLINK,

    IMAGE3. MIMETYPE as MIMETYPE,

    PATMAN2. CUSTOMER_ID as CUSTOMER_ID

    of IMAGE3 IMAGE3.

    CUSTOMERDB CUSTOMERDB,

    PATMAN2 PATMAN2

    where PATMAN2. CUSTOMER_ID = CUSTOMERDB. CUSTOMER_ID

    and PATMAN2. PUBLICATION_NO = IMAGE3. PUBLICATION_NO (+)

    ------------------------------


    avman wrote:

    Interactive report based on my table structure, already established the appropriate sections in report page for make my life easy.

    Sorry, no idea what you mean by that.

    Problem when I tried to create the report of a SQL query combining three tables (Image3, CustomerDB, PATMAN2). The report now generates a page where I can not have any selection of BLOB.

    Still, it is far from clear what you mean by "that the report now generates a page where I can't have no matter what selection for BLOB".

    The textual part, appears perfectly.  I think my sql code is fine, but my generation of form Apex is faulty, but I need help to solve the problems.

    -----------------

    Here's the SQL code of the image gallery that works very well.

    ------------------

    Select "PUBLICATION_NO."

    "FILENNAME,"

    DBMS_LOB. GetLength ("IMAGEFILE") "IMAGEFILE",.

    "MIME TYPE"

    'PDFNAME '.

    DBMS_LOB. GetLength ("pdflink") "PDFLINK."

    "LASTUPDATED"

    "ID".

    of ' #OWNER # '. " IMAGE3.

    ---------------------

    And here is the one which does not show correctly the BLOB type.

    ---------------------

    Select PATMAN2.ID as ID,

    PATMAN2.PA as PA,

    PATMAN2. SUCH as TITLE,

    PATMAN2. OTHERS like the OTHERS,

    PATMAN2. TYPE as the TYPE,

    PATMAN2. PATENT_FAMILY as PATENT_FAMILY,

    CUSTOMERDB.COMPANY_ID as COMPANY_ID,

    PATMAN2. PUBLICATION_NO as PUBLICATION_NO,

    IMAGE3. FILENNAME as FILENNAME,

    DBMS_LOB. GetLength (IMAGEFILE) do IMAGEFILE,

    IMAGE3. PDFNAME as PDFNAME,

    DBMS_LOB. GetLength (pdflink) as PDFLINK,

    IMAGE3. MIMETYPE as MIMETYPE,

    PATMAN2. CUSTOMER_ID as CUSTOMER_ID

    of IMAGE3 IMAGE3.

    CUSTOMERDB CUSTOMERDB,

    PATMAN2 PATMAN2

    where PATMAN2. CUSTOMER_ID = CUSTOMERDB. CUSTOMER_ID

    and PATMAN2. PUBLICATION_NO = IMAGE3. PUBLICATION_NO (+)

    Did you specify IMAGE DOWNLOAD and BLOB format masks for the IMAGEFILE and PDFLINK columns? Select "BLOB" in the column of the number/Date Format attribute, then fill the section attributes of Blob column as requires it.

    We cannot solve what we cannot see. We do not have your tables or data so we can not replicate this for ourselves. Please reproduce the problem with an example on apex.oracle.com and developer comments login information for the workspace here.

  • First group title below displays under the column headers using the model 23 classic report with the help of repeat titles on break

    Hello

    I am migrating an application from 3 APEX APEX 4.2 on a thing I noticed with the classic reports when I put them in the model 23, it's that the first section break has break notch under the headings of columns for this section of line while the remaining lines properly have it display above the headers on the subsequent sections of group.


    When I look at firebug code I saw that all the tables but the first, the break line is included in the last line of the previous table, so I can see how it did not work for the holidays since.

    I have tow questions.

    1. is it really intentional because it seems not terribly elegant and my users to zero immediately above as a perceived bug.

    2. is there a reasonable job around always use headers repeat on break? I have multiple reports on the same page in places so switch to interactive reports is not a quick fix for me in this case.

    Example of a question can be seen at apex.oracle.com at home

    Thank you

    Brad

    Roadling wrote:

    Hello

    I am migrating an application from 3 APEX APEX 4.2 on a thing I noticed with the classic reports when I put them in the model 23, it's that the first section break has break notch under the headings of columns for this section of line while the remaining lines properly have it display above the headers on the subsequent sections of group.

    1. is it really intentional because it seems not terribly elegant and my users to zero immediately above as a perceived bug.

    The Standard report template definition in issue 23 contains thead and tbody elements:

    Before the column header

    
    

    Column title template

    #COLUMN_HEADER#
    

    After the title column

    
    
    

    After the lines

    
    
    
    
    
    
    #PAGINATION#
    
    
    
    

    This is intentional, the best practice for marking up HTML tables. What is not expected is the problem that arises when this model is used with the break of repeat titles on break formatting option. The repeated headings result table consisting of soup of tags containing several poorly constructed tbody and thead, which is not valid elements.

    2. is there a reasonable job around always use headers repeat on break? I have multiple reports on the same page in places so switch to interactive reports is not a quick fix for me in this case.

    Create a copy of the report model Standard in Standard (break formatting) for use with reports of the break, remove the thead and tbody definitions of template tags and the breakdown of the reports to use the new model of change. (Or, if you use mainly break reports using the Standard template, keep the tags in the copy and remove them from the original in order to minimize the number of reports, you need to change.)

    Personally, I would create a report model of line custom to break complex reports in order to be able to have complete control over the structure and presentation.

  • onMouseOver displays the ToolTip of hidden column of the classic report

    What: The goal:
    Access more information that fits on a single line of the screen without using multiple fixed lines.

    Background:
    Classic report with 18 data elements (columns) visible. At the search box, and the user can choose the number of rows displayed.
    Some data elements can be long (20 to 30 characters) compared to the width of the screen. The element more right data risk of 100 characters.

    Proposed strategy:
    (1) display the n first characters of the item (s) long in the report.
    (2) display the entire item onMouseOver.

    Proposed approach:
    (1) for each column with the data of type long, contain the integer value in a hidden item.
    (2) value of (hidden) long display in tooltips (bubble? / ball?) on this value onMouseOver.

    Note: It is not framed to help/Help for a column but the display of the value of long type for a particular element in the line of a column.

    Search feature:
    (1) to reduce maintenance, wants to set up for several columns using a single common block of code.

    Question:
    In view of the other approaches, you know, it's a good approach to achieve the goal? Alternative approaches?

    Howard

    Well it took some time, and you really made me work for it. :)

    For flight hover end result on the job column Ln Nm.
    http://Apex.Oracle.com/pls/Apex/f?p=991202:1

    I added some old code, I had laying around. It adds a bubble that will stay for 5 seconds or until you click Next or move to another record.

    What I would do at this point, it is simply truncate the length of the Nm long to something short (with a substr). Use any indicator wished to hover. Like for example these glasses it's really up to you.

    You will see there is a PLSQL AJAX callback where you can retrieve and format the content of the pop-up window to everything you want. You can make it real.

    Here's what I did:
    1. the new procedure of ShowJob javascript.

    function ShowJob(pThis,pId){
         this.dTimeout;
          clearTimeout(this.dTimeout);
          this.dGet = dGet;
          this.dShow = dShow;
          this.dCancel = dCancel;
          var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=FULL_LONG_NAME',$v('pFlowStepId'));
          this.dGet();
         return;
    
         function dGet(){
               this.dTimeout = setTimeout("this.dCancel()",6500);
              get.addParam('x01',pId);
               get.GetAsync(dShow);
         }
    
         function dShow(){
               $x_Hide('rollover');
               if(p.readyState == 1){
               }else if(p.readyState == 2){
               }else if(p.readyState == 3){
               }else if(p.readyState == 4){
                     $x('rollover_content').innerHTML = p.responseText;
                     $x_Show('rollover');
    
                var l = findPosX(pThis)+pThis.offsetWidth+5;
                     var t = findPosY(pThis);
    
                $x_Style('rollover','left',l + 'px');
                     $x_Style('rollover','top',t + 'px');
    
    // This math would center on the vertical
    //                 $x_Style('rollover','left',findPosX(pThis)+pThis.offsetWidth+5);
    //                 $x_Style('rollover','top',findPosY(pThis)-($x('rollover').offsetHeight/2)+($x(pThis).offsetHeight/2));
                   document.onclick = function(e){
                   dCheckClick(e);
                   }
               }else{return false;}
         }
         function dCheckClick(e){
              var elem = html_GetTarget(e);
              try{
                        var lTable = $x_UpTill(elem,"DIV");
                        if(lTable.id!='rollover_content'){dCancel();}
                        else{}
              }catch(err){dCancel();}
         }
    
         function dCancel(){
               $x_Hide('rollover');
              document.onclick = null;
               get = null;
         }
    }
    

    2 rollover div on the page footer (div id = "reversal"...). Of course, this could also be a region.

    < div id = "reversal" style = "display: none;" color: black; background: #FFF; border: 2px solid #369; width: 290px; position: absolute; padding: 4px; » >
    < div id = "rollover_content" > < / div >
    < / div >

    3 PLSQL AJAX callback. : FULL_LONG_NAME

    -- select your value with apex_application.g_x01
    
    htp.p('You hover over ' || apex_application.g_x01 || '
    '); htp.p('Here is the Full Long Name: XXXXXXX XXXXXXX XXXXXXX 1234565');

    4 changed the Nm of Long column to have a link with the onmouseover call that calls the new procedure ShowJob. I made the assumption that with the NUM parameter, you could go the full record of what you need.
    onmouseover = "ShowJob(This,#num#) '"

    This should be it.

    Let me know what you think.
    -Jorge

    Published by: jrimblas on April 22, 2013 13:05: added code to validate for the completion

  • Classic report limit the number of rows displayed

    Hi all

    In my application, I have a classic report that displays data from a simple query. For layout reasons, I want to limit the number of display 5 instead of the default value 15. I looked in several forums and they told me that I have to set the number of lines in the report attributes.

    But it doesn't have what I want. I'm using APEX 4.1.0 on Oracle 11 G database

    My question is: How can I limit the maximum number of lines in a classic SQL report.

    Hamertje16 wrote:
    I tried already to 5 the number of lines and number of lines (point).

    Do not set anything in number of lines (point). This is used to identify an element of the page containing the number of lines to allow users to control it. Remove * 5 * from here.

  • Disorder by displaying all the lines in the classic report

    Hello

    I have a classic report coming out data based on the variable binding element (which is a selection list). Some entries should have about 200 lines, but the page shows only 15 lines.

    I tried assign none to paging still don't see all the lines. Here is my setup for the pagination of the table: http://i.imgur.com/iQoG0.png

    If I get my pagination back, then I have the chance to see all the lines by clicking next but I need to show all the lines in the page. Is this what I need to do besides assign none to paging?

    Apex 4.1.1

    See you soon

    Hello
    >
    I have a classic report coming out data based on the variable binding element (which is a selection list). Some entries should have about 200 lines, but the page shows only 15 lines.

    I tried assign none to paging still don't see all the lines. Here is my setup for the pagination of the table: http://i.imgur.com/iQoG0.png
    >
    The question of the number of lines determines the number of lines on the page. You have set to 999, which seems correct.
    >
    If I get my pagination back, then I have the chance to see all the lines by clicking next but I need to show all the lines in the page. Is this what I need to do besides assign none to paging?
    >

    Add a paging process reset point treatment "before areas" (or anywhere before this) and you will be ok.
    The browser cache does not clear the paging alone sometimes.

    See you soon,.

  • How to avoid the total general of the classic report when the column break is installed in the Apex

    Hi all

    I develop application using Oracle Apex 4.2.0.

    I created the classic report Page.

    That I have summarized a column by selecting the check box check sum for the column.

    His shows the Grand Total.

    Then I chose the columns to break to the first column.

    His show the total groupwise and total as well as great as image below.

    dc.jpg

    My requirement is

    Need to hide total(Total:)) GroupWise or total general. I need to show any a total, not both.

    How to do this?

    Thank you

    Su.GI

    Su.GI wrote:

    Hi, thanks for your response.

    I use theme - productivity Application - issue 26

    -Standard model

    Report - report of Standart for classic report model.

    The above CSS code where I want to use in the page or report or model region.

    Specify a static region ID for the report area and put the following CSS rule in the CSS Inline property page:

    #static-region-id .uReportStandard tr:last-child td {
      display: none;
    }
    

    where static-region-id is the ID specified for the region.

Maybe you are looking for

  • Why my wife's iPad mini sounds when his phone rings

    My wife has an iPhone 5 and iOS 8.3 an iPad mini iOS 8.3. two of these iOS are obsolete, but she does not care until recently when the iPAD rings / when his phone rings and I have not been able to cancel it. It is signed in iCloud, but there is no 'o

  • Impossible to select and place the Instrument Driver VI icons on the block diagram

    I am trying to automate some of the RF measurements using a Rohde and Schwarz Spectrum Analyzer. I downloaded the Rohde and Schwarz spectrum analyzer pilot named 'rsspecan' version 2.6.1 for Labview on Rohde and Schwarz site to use in my version of t

  • Aspire One 725

    I am rebuilding a 725 Aspire One from scratch.  I can find all the drivers except the SM Bus controller and USB controller.  Where can I download these drivers? Thank you Perry

  • How can I change my lap top from 32 to 64

    How do I change high tower from 32 to 64

  • WS-C3750X-48PF-L and AIR-AP1252AG-E-K9

    Hi all!I need to use PoE to WS-C3750X-48PF-L of AIR-AP1252AG-E-K9. Is this possible? "I found on cisco site that:Note: For a series with two radios 1250 Access Point, 18.5W is the maximum power required at the point of access (device).When it is depl