Upgrade to 4.0 shows no data found on tabular forms

Hello

After the upgrade from 3.x and 4.0, an application that had many tabular forms does now show "no data found" in their respective regions. A few pages work, while others do not.

Curiously, if I take the same sql in the source box and create a new page from scratch, the new tabular form displays data correctly. It seems to be a problem with the upgrade. In one case, it's a very simple "select col1, col2 sample_table etc"type of syntax. " Nothing complex here.

I wanted to see if others have experienced.

Flipping through the Setup log, I can't find any errors. The validation stage shows also all own compiled objects.

Thank you!
Erik

Erik,

We have listed this problem on our questions about page:

http://www.Oracle.com/technology/products/database/application_express/HTML/4.0_known_issues.html

Search bug 9879227. We are working on this resolution in the APEX 4.0.1.

Kind regards
Marc

Tags: Database

Similar Questions

  • why its shows no data found?

    why its shows no data found?

    I have SEQ column in my table.

    DECLARE
    V_ENAME varchar2 (20);
    V_SEQ varchar2 (20);
    L_E_SEQ varchar2 (20);
    L_ENAME varchar2 (20);

    Start
    SELECT ENAME, SEQ IN V_ENAME, V_SEQ FROM VEN_EMP WHERE EMPNO = 7369;
    IF V_SEQ = 1 THEN
    L_ENAME: = V_ENAME;
    ON THE OTHER
    L_E_SEQ: = V_SEQ-1;
    SELECT ENAME IN V_ENAME FROM EMP WHERE SEQ = L_E_SEQ;
    dbms_output_line (v_ename);
    END IF;
    END;

    Published by: ayman on March 19, 2012 23:34
      1  DECLARE
      2  v_ename varchar2(20);
      3  v_sql varchar2(20);
      4  L_E_SEQ varchar2(20);
      5  V_SEQ NUMBER(20);
      6  L_ENAME VARCHAR2(20);
      7  begin
      8  SELECT ENAME,SEQ INTO V_ENAME,V_SEQ
      9   FROM
     10  (select 'FOR' ENAME,1 SEQ,100 EMPNO from dual union all
     11  select 'FOR' ENAME,2,7369 from dual
     12  ) WHERE EMPNO=7369;
     13  IF V_SEQ=1 THEN
     14  L_ENAME:=V_ENAME;
     15  ELSE
     16  L_E_SEQ:=V_SEQ-1;
     17  SELECT ENAME INTO V_ENAME
     18  FROM
     19  (select 'FOR' ENAME,1 SEQ,100 EMPNO from dual union all
     20  select 'FOR' ENAME,2,7369 from dual
     21  ) WHERE SEQ=L_E_SEQ;
     22  dbms_output.put_line(v_ename);
     23  END IF;
     24  END;
     25  /
    
    FOR
    
    PL/SQL procedure successfully completed.
    

    What is the problem?

  • Button cancel LOV shows "No Data Found"

    I have 5 fields in a form where users can search for different information based on what they type in the search fields. Once they have their search criteria, they hit a "Search" button, I have a trigger button when_button_pressed on the search button. This trigger I have logic to build a record group dynamically, after the General receiver gets filled dynamically I use the bulit SHOW_LOV to my LOV to the end user. It all works well, however, there is a new requirement in where the client wants a message "no data found" displayed on the screen when users type information arbitrary/no valid on all areas of research. I could accomplish this by simply putting the following code in the ELSE part of my IF statement main to my LOV.

    ON THE OTHER
    IF SHOW_LOV ('LIAB_LST_LOV') THEN
    display_message ('no data found');
    END IF;
    END;

    The preceding code displays the message that they want to see when search users research on invalid criteria. So finally, here is the question, when their research on VALID criteria that the LOV appears of course without any problem, but if users click on the button 'Cancel' in the LOV window they get the message "No data found" above too. They only see the message, if there is data invalid sought.

    How can I make sure that after the LOV gets filled my code does not return the message no data found when they press the LOV Cancel?

    Thank you

    Adrian

    Hello

    See the GET_GROUP_ROW_COUNT integrated in the online help.

    François

  • How no one validates the data in a tabular form?

    I created a tabular report of line multi with ten time fields 'bucket' that I want to allow people to change, but I need the constraint that the sum of the values of the field ten bucket can not be greater than another field that is set on the table.

    How can I achieve this in APEX?

    greich,

    Unless I'm badly understand how you built it, the name you're looking for must be your bucket element names.

    Another way to identify them is to display your page, then read the HTML source code.

    Good luck

    Stew

  • Interactive report: "no data found" when first loading

    Hello

    I use APEX 4.0 with Oracle 10 g r2 under Windows XP Pro SP3.

    I have an interactive report and a menu with a few items to filter the report.

    The problem is that the first time I load the page, the report shows "no data found", when I reboot, it works. If I navigate to another page and then I go back to the page of report, it also works.

    There seems to be a problem with session state, but I can't found how do works, even using an AJAX setItemInSessionState() function.

    The query depends on the values of the elements:
    select
         SPAT_ID, SPAT_ACCL_NAME, SPAT_AREA_NAME, SPAT_CLASS, SPAT_NUMBER, SPAT_PT, SPAT_TYPE, SPAT_STATUS,
         round(SPAT_CUMUL,2) as "SPAT_CUMUL"
    from
         SPATIAL_POINTS
    where
         upper(SPAT_AREA_NAME) LIKE upper(:P3_FILTRE_AREA_NAME)
    AND upper(SPAT_CLASS) LIKE '%'||upper(:P3_SPATIAL_CLASS)||'%'
    AND upper(SPAT_NUMBER) LIKE '%'||upper(:P3_FILTRE_NUMBER)||'%'
    AND instr(upper(:P3_SPATIAL_POINT_VALUES),upper(nvl(SPAT_PT,' '))) > 0
    AND instr(upper(:P3_SPATIAL_TYPE_VALUES),upper(SPAT_TYPE)) > 0
    AND (:P3_FILTRE_ACC_NAME IS NULL AND spat_accl_name IS NULL OR CASE WHEN :P3_FILTRE_ACC_NAME = '%' THEN nvl(spat_accl_name,'_NULL_') ELSE :P3_FILTRE_ACC_NAME END = nvl(spat_accl_name,'_NULL_'))
    I've implemented on apex.oracle.com, if you find the time to take a look: http://apex.oracle.com/pls/apex/f?p=4550:1
    You should get a "no data found" the first time the page loaded.

    Workspace : yb202826
    login : User1
    password : u_s_e_r_1
    application : 20588. Page 1 of the Geode

    Thank you!

    Yann.

    This problem is described here:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:117

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

  • report "no data found".

    Hello together,

    I use Apex 4.2.4 with a DB XE on Windows.

    I'm creating a mobile application.

    I created a report showing specific information from the user.

    Sometimes, it is possible that there is no information available. In this case the report displays the message/exception "no data found".

    Is there a solution to hide this message?

    My plan is to show only the data if they are available and show nothing when no data found.

    For the user, it should look like this, there is not a report if no data is available.

    I don't want to see the message "no data found".

    Thanks for your help

    Joe

    Joe_990933 wrote:

    I use Apex 4.2.4 with a DB XE on Windows.

    My plan is to show only the data if they are available and show nothing when no data found.

    For the user, it should look like this, there is not a report if no data is available.

    Control if the area of report is displayed using a Exists (SQL query returns at least one row) condition with a query that returns at least one row if the report contains data.

  • DAC 11.1.1.6.4 fails with the error cannot get columns: ORA-01403: no data found

    Hello

    We strive to run a full charge in DAC, but it is a failure.

    The S_ASSET table is empty and therefore, we get the error

    Could not get column: ORA-01403: no data found

    We were not facing this error in DAC 10 g but after upgrade to DCA 11 g, this task has no place if the array is empty. How remove this restriction and DAC will work perfectly even if the tables are empty to full charge?

    CAD DETAILS

    Console Administration Oracle BI DW

    CAD build a 11.1.1.6.4.20121119.2022 Build date: November 19, 2012

    Management Console to install, configure, and administer the Warehouse Analytics of Oracle Business

    Schema version - 47, Index version - 36, repository version - 6, data version Seed - 16

    INFORMATICA - VERSION9.0.1 HF2


    Here's the log of IMG_BUILD - S_ASSET when this task was running in DAC 10 g. The task facing any problem when S_ASSET table was empty.

    [code]

    2013-12-23 15:34:29.644 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET began.

    the number of days of prunes: 4

    After change data capture: 2013-12-19 12:23:19.332 in full Mode.

    2013-12-23 15:34:29.69 - execution:

    TRUNCATE TABLE S_ETL_I_IMG_6

    2013-12-23 15:34:29.89 - executed successfully.

    2013-12-23 15:34:29.9 - execution:

    TRUNCATE TABLE S_ETL_R_IMG_6

    2013-12-23 15:34:30.145 - executed successfully.

    2013-12-23 15:34:30.16 - execution:

    TRUNCATE TABLE S_ETL_D_IMG_6

    2013-12-23 15:34:30.198 - executed successfully.

    2013-12-23 15:34:30.236 - execution:

    INSERT / * + APPEND * / INTO S_ETL_R_IMG_6

    (ROW_ID, MODIFICATION_NUM, LAST_UPD)

    SELECT

    ROW_ID

    MODIFICATION_NUM

    LAST_UPD

    Of

    S_ASSET

    WHERE

    LAST_UPD > TO_DATE ('2013-12-19 12:23:19 ',' ' YYYY-MM-DD HH24:MI:SS)

    2013-12-23 15:34:30.968 - executed successfully.

    2013 12-23 15:34:30.989 - execution of deleting duplicates rowid.

    2013-12-23 15:34:31.01 - successfully deleting duplicates rowid.

    2013-12-23 15:34:31.27 - execution:

    DROP VIEW V_ASSET

    2013-12-23 15:34:31.566 - executed successfully.

    2013-12-23 15:34:31.569 - execution:

    CREATE VIEW V_ASSET AS

    SELECT

    *

    Of

    S_ASSET

    2013-12-23 15:34:31.743 - executed successfully.

    2013-12-23 15:34:31.78 - execution:

    SELECT COUNT (*) IN S_ASSET

    The County is: 0

    Executed successfully: CHANGE CAPTURE: IMG_BUILD - internal S_ASSET

    (Number of attempts: 1).

    Executed orders:

    IMG_BUILD - internal

    2013-12-23 15:34:31.851 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET has finished running with the completed state.

    The same task, IMG_BUILD - S_ASSET fails when it is running in DAC 11 g, because the table is empty. Here is the log for the failure of the task to 11g.

    [code]

    2013-12-27 21:21:47.497 acquisition of resources

    2013-12-27 21:22:20.33 acquired resources

    2013-12-27 21:22:20.787 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET began.

    the number of days of plum: 5760

    After change data capture: 2013-12-23 21:19:19.233 in full Mode.

    21:22:21.211 2013-12-27 - execution:

    TRUNCATE TABLE S_ETL_I_IMG_6

    2013-12-27 21:22:22.384 - executed successfully.

    21:22:22.389 2013-12-27 - execution:

    TRUNCATE TABLE S_ETL_R_IMG_6

    2013-12-27 21:22:22.532 - executed successfully.

    21:22:22.534 2013-12-27 - execution:

    TRUNCATE TABLE S_ETL_D_IMG_6

    2013-12-27 21:22:22.546 - executed successfully.

    21:22:22.55 2013-12-27 - execution:

    INSERT / * + APPEND * / INTO S_ETL_R_IMG_6

    (ROW_ID, MODIFICATION_NUM, LAST_UPD)

    SELECT

    ROW_ID

    MODIFICATION_NUM

    LAST_UPD

    Of

    S_ASSET

    WHERE

    LAST_UPD > TO_DATE ('2013-12-23 21:19:19 ',' ' YYYY-MM-DD HH24:MI:SS)

    2013-12-27 21:22:22.614 - executed successfully.

    2013 12-27 21:22:22.616 - execution of deleting duplicates rowid.

    2013-12-27 21:22:24.72 - successfully deleting duplicates rowid.

    Could not get column: ORA-01403: no data found

    FAULT INFO: Error executing: CHANGE CAPTURE: IMG_BUILD - internal S_ASSET

    MESSAGE: com. Siebel.Analytics.etl.Execution.exceptions.ChangeCaptureTaskFailedException: Change Capture failed.

    EXCEPTION CLASS: java.lang.RuntimeException

    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:536)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)

    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:441)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (ThreadPoolExecutor.java:886)

    java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:908)

    java.lang.Thread.run(Thread.java:619)

    : CAUSE:

    MESSAGE: change Capture failed.

    EXCEPTION CLASS: com.siebel.analytics.etl.execution.exceptions.ChangeCaptureTaskFailedException

    com.siebel.analytics.etl.etltask.ChangeCaptureTask.executeChangeCapture(ChangeCaptureTask.java:93)

    com.siebel.analytics.etl.etltask.ChangeCaptureTask.doExecute(ChangeCaptureTask.java:46)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:477)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)

    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)

    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:441)

    java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)

    java.util.concurrent.FutureTask.run(FutureTask.java:138)

    java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (ThreadPoolExecutor.java:886)

    java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:908)

    java.lang.Thread.run(Thread.java:619)

    (Number of attempts: 1).

    IMG_BUILD - internal

    2013-12-27 21:22:31.526 CHANGE CAPTURE: IMG_BUILD - internal S_ASSET has finished running with the Failed state.

    [[code


    The CREATE VIEW privilege was missing from the CAD database user, therefore, was not to create the step. I have granted CREATE VIEW and all is well.

  • No data found in report csv or pdf on first loading of the page

    No data found in report csv output on the first load of the page. Report appears on the page, but no data is available in csv or pdf output. I still need to send the page and then it shows the data in the downloads. The page contains a form (read-only) with a report that refers to 4 page elements by using something like the following:

    and b.employee_no = v ('P5_EMPLOYEE_NO')
    and c.fisc_year_pk = v ('P5_FISC_YEAR_PK')
    and b.job_class = v ('P5_JOB_CLASS')
    and b.organization = v ('P5_ORGANIZATION')

    Yet once again, report to page appears except there is no data in the downloads. Can someone help me solve this problem? I'm under Oracle APEX 4.2.1 in Oracle database 11 g 2.

    Thank you.

    Sounds like a question of classic session state.

    You must eat the page elements using calculations of page rendering to ensure they are set to session state.

    Or if the download is triggered by a button, you should check that the elements of the page are subject to session state, perhaps via an action of PL/SQL.

    Scott

  • How to hide the buttons when no data found!

    Hi all

    I created two regions

    1 Serach region
    2 results region.

    Initially during the loading of the page with the help of hidden drive I'm Basel to hide 'areas of results' once that they clik this serach button I display area with teo translated region more buttons as buttons 'export' and 'print '.

    It shows very well when there is data in the region of Reulst.
    But when there is no return I displays the message "No data found" but at the same time it displays 'export' and buutons 'print '.
    This button should show only when data are available in the results area.

    Thank you
    David...

    abhishek8299 wrote:
    Use SQL statements (Exists) in the State and write an sql statement it.

    Use this

    SELECT
    1
    FROM form1 MF,bench1 BM,
    participant1 PP,key1 KT
    WHERE MF.ENGAGEMENT_ID=BM.ENGAGEMENT_ID
    AND BM.ENGAGEMENT_ID =PP.ENGAGEMENT_ID
    AND PP.ENGAGEMENT_ID =KT.ENGAGEMENT_ID
    
  • No data found message

    Hi all
    I have a cursor and when there is no data found an error message must meet. Can someone help me to do this

    cursor c_user (p_username in VARCHAR2
    ) is
    SELECT *.
    OF qhr_employee emp
    Upper WHERE (emp. USER name) = upper (p_username)
    AND to_date(sysdate,'dd-mm-yyyy') > = to_date (emp. Start_date, 'dd-mm-yyyy');

    I can hardly believe that the procedure that you have published is in fact to launch a mistake any except 20001 or 20002. You have a when other hider of exception that don't re - not raise the error, so you shouldn't see any other errors. A procedure like yours will never throw this error 6503. There is clearly something that don't show us you.

    (If one) you correctly report the error and b) are actually something run with a vague resemblance with the code you posted, then saw the error ORA-06503, I think that one of the gen_functions. DATEDIFF or qhr_gen_functions.f_get_sys_param causes the error because you call it incorrectly, or because it is poorly written.

    Remove the when appropriate other hider error in your procedure in order to get a stack of error. It should tell you that the function returns the error.

    John

  • Change the order of the columns does not cause any data found error report

    Hello. I have a weird problem (and I'm new to APEX). I have a subregion of report that shows the details of a master record based on the ID of the parent area. When I have everything first to change SQL for the query and apply the changes page works fine. When I go back and change the region > attributes report and use the arrows to change the order of the columns the region then returns:

    error report:
    ORA-01403: no data found

    I tried to change the query so that the columns found in the desired order and who has also not returned no data error. If I go back to my original query (which had 2 fewer columns) the page works again. Then I change to the new query (2 addtl columns), and then it works again, until I have change the order of the columns again. Don't know if it would be serious or not, but one of the columns is a 2 columns of the table concat.

    Any ideas would be appreciated, because I'm out of them.

    Thank you!

    use: Apex 4.0
    DB: 10g Exp

    "807428," Hi

    using 4.0 or 4.0.1? Can you reproduce the same problem on apex.oracle.com as well?

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Apex Oracle 10 g the requested URL /apex/wwv_flow.show was not found on this

    I searched the forum without being able to find a solution that works for me.
    I'm trying to create a table with the following sql.
    CREATE TABLE MEMBERS
    (
      MEM_NUMBER           VARCHAR2(12 BYTE) CONSTRAINT MEM_NUMBER_NN NOT NULL,
      MEM_SNAME            VARCHAR2(25 BYTE),
      MEM_FNAME            VARCHAR2(25 BYTE),
      MEM_ANAME            VARCHAR2(25 BYTE),
      MEM_TITLE            VARCHAR2(25 BYTE),
      MEM_IDTYPE           NUMBER(5),
      MEM_IDREF            VARCHAR2(120 BYTE),
      MEM_DATE_IDISS       DATE,
      MEM_ADD1             VARCHAR2(60 BYTE),
      MEM_ADD2             VARCHAR2(60 BYTE),
      MEM_ADD3             VARCHAR2(60 BYTE),
      MEM_ADD4             VARCHAR2(60 BYTE),
      MEM_PCODE            VARCHAR2(12 BYTE),
      MEM_PHONE            VARCHAR2(20 BYTE),
      MEM_DREG             DATE,
      MEM_TREG             DATE,
      MEM_DLAST            DATE,
      MEM_DBIRTH           DATE,
      MEM_DOBON            NUMBER(1) CONSTRAINT MEM_DOBON_NN NOT NULL,
      MEM_POST             NUMBER(1) CONSTRAINT MEM_POST_NN NOT NULL,
      MEM_NEW              NUMBER(1) CONSTRAINT MEM_NEW_NN NOT NULL,
      MEM_BARRED           NUMBER(1) CONSTRAINT MEM_BARRED_NN NOT NULL,
      MEM_SEX              NUMBER(5),
      MEM_BDAY             NUMBER(5),
      MEM_BMONTH           NUMBER(5),
      MEM_BYEAR            NUMBER(5),
      MEM_ANAL01           NUMBER(5),
      MEM_ANAL02           NUMBER(5),
      MEM_ANAL03           NUMBER(5),
      MEM_ANAL04           NUMBER(5),
      MEM_ANAL05           NUMBER(5),
      MEM_ANAL06           NUMBER(5),
      MEM_ANAL07           NUMBER(5),
      MEM_ANAL08           NUMBER(5),
      MEM_ANAL09           NUMBER(5),
      MEM_ANAL10           NUMBER(5),
      MEM_CARDNO           VARCHAR2(22 BYTE),
      MEM_FACE             NUMBER(10),
      MEM_ID               NUMBER(10),
      MEM_ENTRY            NUMBER(1) CONSTRAINT MEM_ENTRY_NN NOT NULL,
      MEM_CARD1            VARCHAR2(22 BYTE),
      MEM_TYPE1            VARCHAR2(4 BYTE),
      MEM_COLOUR           NUMBER(10),
      MEM_NAMEDAY          NUMBER(5),
      MEM_NAMEMONTH        NUMBER(5),
      MEM_ANIVDAY          NUMBER(5),
      MEM_ANIVMONTH        NUMBER(5),
      MEM_ANIVYEAR         NUMBER(5),
      MEM_NAMESPECIAL      VARCHAR2(4 BYTE),
      MEM_ITGNO            VARCHAR2(12 BYTE),
      MEM_GDREG            DATE,
      MEM_ENTERED_BY       VARCHAR2(16 BYTE),
      MEM_LAST_UPDATE_BY   VARCHAR2(16 BYTE),
      MEM_SIG              NUMBER(10),
      MEM_NO_GRAD          NUMBER(1) CONSTRAINT MEM_NO_GRAD_NN NOT NULL,
      MEM_FREE_PARK        NUMBER(1)                DEFAULT 0 CONSTRAINT MEM_FREE_PARK_NN NOT NULL,
      MEM_STATUS           VARCHAR2(9 BYTE)         DEFAULT 1                     NOT NULL,
      MEM_AUTH_STFF_CRDNO  VARCHAR2(12 BYTE),
      MEM_BARCODE          VARCHAR2(37 BYTE),
      MEM_BADGE_NUMBER     NUMBER(16),
      MEM_GRPADDR_NAME     VARCHAR2(50 BYTE),
      MEM_DISP_NAME        VARCHAR2(25 BYTE),
      MEM_DIST_FRM_CASINO  NUMBER(24,4),
      MEM_GEO_CODE         NUMBER(5)
    )
    and the answer I get from the Apex is: -.
    The requested URL /apex/wwv_flow.show was not found on this server

    Please tell me what I'm missing.

    Try to run in sqlplus.

    There is a difference between your 2 attempts to validate the statement. The second includes a schema qualifier:

    CREATE TABLE SGM.MEMBERS...
    

    You run that he logged in as user SGM?

  • hide the button if no data found in the report

    Hello

    I use the apex of oracle 10g 3.2
    I display a report with the "print" key.
    I want it if the report shows not all data that is no data found then I want to hide the "print" key.

    How to do this.
    Thank you
    Olivier

    Hi Olivier,.

    In the "print" key condition, select the condition type as "EXIST (SQL query returns at least one row) ' copy and paste the SQL report in expression1.

    Kind regards
    Sagay

  • News of Apple shows yesterdays date and does not update.

    I use air ipad with ios (9.3.1) 1 last and had a message that "the food wasn't", so I closed the app then a few minutes later tried

    Yet once and the application works, but shows yesterdays date and new. I tried several times for several hours, but still not the same thing. The State of the system apple shows new as a green light. What the devil?

    All advice appreciated.

    Thank you

    Gary in Oregon

    Other apps like calendar have the right date?

    Try to restart the iPad

    Restart your iPhone, iPad or iPod touch - Apple Support

  • The application of health on my new 6s shows "no data" power, active energy and stand hours of rest.

    Health app shows "no data" power, active energy and stand hours of rest

    Hello, Mjalderman.

    Thank you for visiting the communities of Apple support.

    I understand that some application of health data is not followed.  Looks like you don't have a device such as an Apple Watch or similar tracker connected to your iPhone 6s.  You would need a type of source or fitness tracker to collect these data before it would show in these categories.

    Collect health and fitness

    Manage the health data from multiple sources on your iPod touch, iPhone, or Apple Watch

    I have included a few options of our Apple store to give you an idea of what is needed to keep these categories.  You are not limited to these options.

    Fitness Tracker

    See you soon

Maybe you are looking for

  • LabVIEW 7.0 build error 26097

    Hi all Blast from the past here. I'm working on resurrecting an old program (I work for a company where our products are used for 30 to 50 years). I have all the screws assembled, the computer is a Windows XP running LabVIEW 7.0 Professional with dem

  • Pavilion dv6: thermal cleaning fan/paste procedure?

    Hi all I soon open my laptop top to replace the thermal paste in the motherboard and clean the fan in my computer. I base what I'm OFF this Youtube video: https://www.YouTube.com/watch?v=el0B6imb5hg I intend using E2 IC compound thermal essential, an

  • 1 HDD 2 ONE ANOTHER?

    Is it possible to take 1 hard drive on a tower, and it adds another tower to make it to have 2 drives that both work on 1 desktop?

  • Problems of maintenance after the removal of AVG PC Tuneup removing most of the time, everything is disabled?

    I used Avg PC Tune-Up deleted after 1 day trial returned to the rescue centre had to program to restore it in the same State of and he did not return the stuff he disabled the result my event system service Service of Notification does not work I hav

  • Resolution of the banner

    I was looking to see the web version of my app yesterday and noticed that the banners are returned to a resolution very low. Maybe it's the way it has always been, but I feel like I he would have noticed before now. Is there something I need to chang