Problem with pagination OBIEE 11 g

Hello

I created 3 reports using the pivot and paging view. I placed 3 reports in the same dashboard but in sections.2 various summary reports allow paging, but the detailed report shows all records, even applying the pagination.

Why did this happen to one report?

Can someone help me.

Thank you

Prasanna

I applied the pagination. But it seems master / detail event sopping pagination in pivot mode. I changed to the table. Now, works great.

Thank you

Prasanna

Tags: Business Intelligence

Similar Questions

  • Connect OBIEE Admintool to hive: problems with ODBC. Any option?

    We are facing a blocking problem when you try to connect to an instance of hive Admintool using an ODBC driver.

    For a CEP, we are trying to set up a domain of hive to analyze in OBIEE. Everything seems to work OK

    until we try to load the metadata. In this case, the schema is found but not table under him. We can add the

    Physics of table by hand, and then we can successfully launch the number of lines. We then try to load the lines, but to

    the point that we have faced a strange behavior. But summarize the steps we have taken.

    (1) we downloaded ODBC drivers to connect to the hive (we tried with Hortonworks, Cloudera, Microsoft and)

    MapR, but the results are the same);

    (2) we have set up the connection to the hive on port 10000 and successfully run the ODBC test (BTW: to)

    SQLDeveloper we can connect to the same server via the JDBC driver and query the tables here);

    (3) then we start Admintool. Once we have defined the name and the password, we then select the ODBC connection.

    in fact there aren't strictly necessary user name and password, but we offer them anyway;

    (4) the next step is to load the metadata; and here is the first issue, because we can see the patterns but not

    the tables.

    Connection_OBIEE_BigData.PNG

    (5) anyway we are going on and insert a schema (we read there could be problems with more than one schema, then)

    We simply select one); in a blog (by Rittman, who really is 'THE' guru OBIEE) it is said that the tables are not

    loading directly, so we tried simply adding a physical table in the physical layer as the default schema.

    making sure the table exists;

    (6) once we have added 'physically' table that we proceed with the number of lines; and we get correctly the number of

    ranks once we overview the name of table after that;

    (7) then we try to retrieve the lines and the question; We get the following error message:

    ErroreSQL.PNG

    We also dug a bit little and concluded that the request received by hive instead of being

    SELECT * FROM trucks

    it becomes

    SELECT FROM trucks

    If the ' *' is passed to the SQL statement sent. If we run the same query on the Beehive, we get

    exactly the same exception ParseException error, it really seems that there is a problem in the

    construction of the SQL statement.

    Any idea about this problem? (if a fix exists, because after so many attempts, we are convinced

    This is a bug that can only be fixed by a new version of Admintool)

    BTW: we have tried almost all the possible options for the ODBC driver (such as 'native of use request',

    ("Use Unicode" and so on) and in regards to the Admintool, we have not seen what option

    or preferably (at the physical layer) can influence this anomaly.

    Any help is really, really appreciated. Thanks in advance.

    OK, I got what you're saying. I mean, to focus on the bigger picture. If you can make a data view or list Table to import metadata is a bit unrelated to the final goal. Annoying, but irrelevant. What you try to do, is get OBIEE to build queries dynamic SQL based on the logical requests which will submit your users via presentation against the presentation layer Services.

    Continue to build your SPR (ignorant that display data does not work) at a very simple level, with a single fact/Sun in the business model, single domain - and then run an appropriate query generated in answers through it. The point of all this is to see how OBIEE SQL query then generates, and if it's worth a one hive.

  • Problems with Hotmail pagination of XP machine with remote access

    Problems with paging in Hotmail

    Impossible to get to the next in the Inbox screen no arrow appears for new paging

    Any ideas?

    Thank you

    See: Welcome to Windows Live Solution Center
    http://windowslivehelp.com/ TaurArian [MVP] 2005-2011 - Update Services

  • Problems with the game of dynamic recordings and pagination menu display options

    Hi hope someone can help on this - I posted the code on the Backend FoEd burn - takers unsuccessfully again.

    I created a work using DWCS3 page that has a dynamic dropdown filter the 'countries' jobs are located in.  When I introduce a Recordset page that countries associated with employment on the page in question can be found in the dynamic menu above, not all countries listed in the database. When I get to the second page of results - yet - just the countries of these jobs are listed in the menu (and not the previous pages/next pages as well).

    I would like a user to select from the menu of countries available for all jobs in the database and not only those of the page.  Any ideas?

    A similar strain - my country menu/filter is wrapped in a shape on top of the list of jobs.  The loading of the page, only the search and menus appear.  No jobs appear until I have click on submit.  Is it possible to have all the jobs to display on first load, then the filter search/menu work on the jobs posted. I tried to change the variables on the search to 1 between-1 and other options but I can't seem to get a page of content on the first charge.

    I really appreciate guidance on what precedes, that this would help solve the last phase of my project. The full post and the code can be seen on the site under the burning of backend friendsofed.

    Thanks in advance.

    Matt

    I'm still stuck on getting the page to load with real content, however.  I'm just the search box and country filter displaying on the first charge.

    Pages 584-6 explain why you get nothing during the first loads a page. Dreamweaver sets the default value-1. The problem with trying to change the default to a string empty or % is based on security that Dreamweaver, GetSQLValueString() passes an empty string to NULL and wraps % quotes, then neither will work.

    Show all records when the page first load is to create another recordset that selects all of the records. Wrap the code in a conditional statement that checks if the array $_GET contains all values:

    if (!$_GET) {
      // recordset to retrieve all records here
    }
    

    This means that you need two repeat regions to display the results. Wrap both of them in conditional statements:

    if (isset($fullRecordsetName)) {
      // display the full recordset
    } elseif (isset($searchResultsRecordsetName)) {
      // display the search results
    }
    

    You must encapsulate the mysql_free_result() statements in the conditional statements at the end of the page:

    if (isset($fullRecordsetName)) mysql_free_result($fullRecordsetName);
    if (isset($searchResultsRecordsetName)) mysql_free_result($searchResultsRecordsetName);
    

    Another way to do is to use a single set of records, but divided the SQL query into two sections:

    $query_RecordsetName = "SELECT * FROM myTable";
    if (isset($_GET['searchTerm')) {
    $query_RecordsetName .= sprintf(" WHERE searchTerm LIKE %s",
         GetSQLValueString("%" . $colname_RecordsetName . "%", "text"));
    }
    

    This example uses the concatenation operator combined to add the WHERE clause to the query if $_GET ['searchTerm'] has been defined. Note that you need a space before the 'WHERE '.

  • What are the Causes of 'loop Hang"problem with file i/o when using timed multiple loops on one OR cRIO-9012?

    Normal 0 false false false fr X-NONE X-NONE / * Style Definitions * / table. MsoNormalTable {mso-style-name : « Table Normal » ; mso-tstyle-rowband-taille : 0 ; mso-tstyle-colband-taille : 0 ; mso-style-noshow:yes ; mso-style-priorité : 99 ; mso-style-qformat:yes ; mso-style-parent : » « ;" mso-rembourrage-alt : 0 à 5.4pt 0 à 5.4pt ; mso-para-marge-top : 0 ; mso-para-marge-droit : 0 ; mso-para-marge-bas : 10.0pt ; mso-para-marge-left : 0 ; ligne-hauteur : 115 % ; mso-pagination : widow-orphelin ; police-taille : 11.0pt ; famille de police : « Calibri », « sans-serif » ; mso-ascii-font-family : Calibri ; mso-ascii-theme-font : minor-latin ; mso-hansi-font-family : Calibri ; mso-hansi-theme-font : minor-latin ;}

    I experienced a problem with an application. I think I've isolated the problem in the "Timed loop question - Source Code.zip" attached source code. A detailed list of my results are in the attached document "Timed loop detailed question - Results.docx.

    Overview - it seems to be closely related to the IO files and the use of "Timed loops" on the OR cRIO-9012

    1. If I activate the e/s in two loops, then two loops crash simultaneously

    2. If I activate only the e/s in a loop, then only this loop crashes

    3. If I activate the e/s in two loops and make a 'While' loop earrings, then it don't crash

    4. If it is wrote nothing in the file I/o, then it don't crash

    5. If the reference to the file is left open instead of opening and closing on each call, so it don't crash

    6. If I try to run it on "My Computer", then it don't crash

    7. If the IO is only activated in a loop and programmed to wait for one second between the file access, then it always crashes

    In my real application, any given row is only writing (at least) once a minute, but I couldn't still my application to plant within a period of 24 hours by writing a single error of a single loop once per minute, with a low CPU use. It was the impulse to test the seventh point above.

    It seems that the best solution was to open the reference to the file and let it open. I think it is a good practice in general and I'll do the update in the application. This should solve the problem, but it is very difficult to verify this due to the sporadic nature of the question. As such, I'd like to understand what was causing the problem so I can verify that it was fixed. So far, my attempts to create a single, coherent theory able to explain all aspects of this issue have failed.

    I just wanted to know at all that there has been a request for corrective action (CAR #214156) has filed for this issue to be fixed in a future release. This seems to be a problem with the VxWorks operating system, we use in real time. We have additional cRIO chassis which have a Pharlap OS where it does not work. For now, you can search for this CAR ID notes to see if this problem has been resolved for publication in the future.

    Currently, there are two solutions, we have identified for this problem:

    1. open the file before the loop and close it after. (recommended)
    2 perform file i/o in a normal loop and transfer data to a queue.

  • Problem with shared member

    Dear all,

    I have a problem with the filter of analysis.

    filter.png

    When I used this filter, I can get this result

    Results.png

    but, when I try to get more specific members (gen5, account = 680 40').

    filter2.png

    the result also returned no results. I tried to change the filter to only use the gen5, account.

    filter 3.png

    and outcomes is surprised me

    results2.png

    Gen3 and gen4 leave before changed to another Member. 680 40 is a shared member that I used to create a hierarchy of replacement for my aggregation. The original location is on the last picture shown.

    is there anyway to make my 2nd Blimpo work?

    filter2.png

    Thanks in advance.

    Note: I use 11.1.7.0 and 11.1.2.3.500 with Cube of BSO essbase obiee

    Draw the generated MDX and check it out in detail. Most of these cases are down to an outline of a cube that is not necessarily suitable for use by a motor like OBIEE who is willing to dynamically alter its views constantly.

  • problem with connecting to the service of the administration of essbase

    Hi guys,.

    I have a problem with connectingto essbase administration service using the regional service console.

    There is no place of change taken on the essbase server.

    in the regional service console, clicking the server management component, I can find the essbase administration service is not running.but that will well essbase studio

    My essbase cube is used to be the source of OBIEE data. Now, I can not connect to the service of the administration of essbase, but the POET can read data in the essbase cube.

    Someone at - there experience this problem?

    any suggestion is appreciated!

    Hello

    Try restarting the Service of Directors.

    Kind regards

    Manan Shah

  • What is the problem with this URL

    Can someone tell me what is the problem with this url
    owa_util.redirect_url(apex_util.prepare_url('f?p='||:APP_ID||':25:'||:APP_SESSION||'::'||:DEBUG||':25,28'||':P25_JOBID,P25_PG:&P3_JOBID.,3, null,||:APP_SESSION'));
    It gives me a value for P25_PG, that is to say 3 but always sets P25_JOBID to 0

    Gus

    Hello Gus,

    It looks like point P3_JOBID has no value for the rendering of the page.
    If the value is set subsequently, you can try the following change

    owa_util.redirect_url(apex_util.prepare_url('f?p='||:APP_ID||':25:'||:APP_SESSION||'::'||:DEBUG||':25,28'||':P25_JOBID,P25_PG:'||:P3_JOBID||',3, null,||:APP_SESSION'));
    

    But the part at the end

    ||',3, null,||:APP_SESSION'
    

    Wil do nothing because you give only 2 items in the list separated by commas of the page elements you want to submit. Everything after the second comma in the comma separated value list is of no use for the url of the apex.

    As additional info, the URL of the Apex is built like this:
    >
    1 - application ID or alias
    2 - page ID or Alias
    3 - session & SESSION. : APP_SESSION
    4. application (for example, PRINT_REPORT = REPORT_1) & ASK. : REQUEST
    5 - debug (YES or NO) & DEBUG. : DEBUG
    6 - cache framework

    APP - clear the cache for the entire application
    SESSION - clear the current user session cache
    PR - Reset pagination
    x - clear the page cache x
    -empty the cache for the element y

    7 - separated by a comma list of items on the page
    8 - the list of values separated by commas
    9 - mode printer friendly (YES or blank)

    f? p = & APP_ID.: 1010: & APP_SESSION. : & DEBUG. : RP, 1010:P1010_ITEM1, P1010_ITEM2, P1010_ITEM3:A, B, C
    >

    Kind regards
    Kees Vlek
    -----
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    If the answer to question please change replied and mark the appropriate post as correct / helpful.

  • The two problems with sub form of table, associated with check boxes

    Hi all -
    Jari already helped me thereby once last week, but I'm running into some new questions.

    http://Apex.Oracle.com/i/index.html
    workspace: Leppard
    username: Guest
    PW: app_1000
    Application: MyTestApp

    Maybe I need to split these into two questions, if so just let me know.

    Question 1: On the first tab (tab 1 report) I have a simple tabular presentation based on the EMP table. The column of the box on the far right, when checked restores the Ename column readonly. The problem is that it only works one way. Unchecking the checkbox is not cancel the read-only.

    It is javascript code that I have on the page:
    function test(pThis) {
     //get the current row index on change
     var currIndex = $('input[name="'+pThis.name+'"]').index(pThis);
    
     // check current items value (return value of lov)
     if (pThis.value=='Y') {
      $('input[name="f02"]')[currIndex].style.backgroundColor = "LightGrey";
      $('input[name="f02"]')[currIndex].readOnly=true;
    }
    else if (pThis.value=='N') {
      $('input[name="f02"]')[currIndex].style.backgroundColor = "Red";
      $('input[name="f02"]')[currIndex].readOnly=false;
    }
    }
    The attribute of the element on the checkbox column is
    onClick="javascript:test(this);" 
    (It seems to work although I use onClick or onChange so I don't know if that makes a difference).

    But the main problem is that the code does not recognize the value of "n" in the column. I checked with firebug and columns I have untick are definitely on 'n', but I can't get javascript code to recognize this value. Even if I take the "ElseIf" code and just change the first part to (pThis.value ==' no) still does not work. There seems to be something with the value "n" recognize themselves do not, but I can not understand.

    Question 2: on the second tab - tab report 2. The same report but this time, I use a javascript character counter similar to that described in the sample application of the Dene (page 276 > http://apex.oracle.com/pls/otn/f?p=31517:276:19207673535900:NO). The counter of characters on the Ename field include javascript and an expression of HTML on the Ename column. The counter works fine, but now, the javascript code to make the column readonly work over all.

    Any ideas on these are much appreciated!

    Thanks in advance,
    John


    • Please please understand what HTML is generated and how to inspect. Once you do this, you can easily eliminate many problems with selectors not seeming to work. A text box is not an input for example element.
    • Boxes rely on the checked, not the value property. Apex circumvents this by creating a hidden extra element which will get the value based on the checked property of the visible checkbox
    • Do not use these horrible onchange and onclick attributes :( Use a dynamic action or jQuery to bind events.
    • Do not apply a style via javascript. Use CSS for this drive as with jQuery, you can easily add, remove, or toggle the classes too. And if you know jQuery selectors, you can understand css selectors because they are substantially the same.
    • I don't know why people insist on using rowIndex or substringing ID. I find it unnecessary and more complex that the alternative (crosses with jQuery)
    • The difficulty also in things into action through pagination. Running on just the visible page it of a trifle, but through paging requires more work than just check "fire on loading the page" is not enough. I'm sure you'd want your ENAME either red or gray column and readonly as soon as the page is loaded, and not when you start typing in the box...

    Form 1 tab: copied to Page 12 and made my changes here:_


    • OnChange on ENAME. This removed. No idea why you would need it there seems a crutch for not having the field in the desired state when the page is loaded.
    • OnClick on CHECKBOX. Removed what I hate these attributes. Replaced by a dynamic action.
    • Dynamic action "checkbox: ENAME readonly value."

      • Event: After refresh
      • Selection type: region
      • Region: Form of tab 1
      • No condition
      • Scope of the event: static
      • Real Action

        • Run the JavaScript Code
        • Fire on loading the Page: YES
        • Code:

          //at page load and after each region refresh:
          //each: check all checkboxes and set readonly on ename accordingly
          //click: when the checkbox changes, change ename accordingly
          $("td[headers='CHECKBOX'] input[type='checkbox']:visible")
          .each(function(){checkReadonly(this);})
          .click(function(){checkReadonly(this);});
          



  • Page > function and global variables declaration

    function checkReadonly(pCheck){
       var lCheck = $(pCheck);
       lCheck.closest("tr")
       .find("td[headers='ENAME'] input:visible").each(function(){
          $(this).prop("readonly", lCheck.prop("checked"));
       });
    };
    

  • Page > CSS Inline

    td[headers='ENAME'] input{
    background-color: red;
    }
    td[headers='ENAME'] input[readonly]{
    background-color: lightgrey;
    }
    

    CSS works so much better for this than the application of style through js...

  • Form 2 tab: copied to Page 13 and made my changes here:_


    • OnChange on ENAME. This removed. No idea why you would need this.
    • OnClick on CHECKBOX. Removed what I hate these attributes. Replaced by a dynamic action.
    • Dynamic action: identical to page 12, just modified trigger area
    • Changed input to TEXTAREA when it is required:
    • Page > function and global variables declaration

      function checkReadonly(pCheck){
         var lCheck = $(pCheck);
         lCheck.closest("tr")
         .find("td[headers='ENAME'] textarea:visible").each(function(){
            $(this).prop("readonly", lCheck.prop("checked"));
         });
      };
      

    • Page > CSS Inline

      td[headers='ENAME'] textarea{
      background-color: red;
      }
      td[headers='ENAME'] textarea[readonly]{
      background-color: lightgrey;
      }
      

    • The f_set_counter function, I changed a bit: there are 2 straps too, put a semicolon at the end of each line.
      -Change $x (node) .value $s (node, value) and $v (node)
      -changed $x (node) .innerHTML to $(node) .text)
      I know: it worked. I like this better. OCD? :/

    function f_set_counter(pThis,pLength,pMaxLength,pReset)
    {
       if (pLength>pMaxLength){
          alert('The maximum length of '+pMaxLength+' exceeded.');
          $s(pReset, $v(pReset).substring(0,pMaxLength));
          $("#"+pThis).text(pMaxLength);
       }else{
          $("#"+pThis).text(pLength);
       };
    };
    

    Published by: Tom on February 15, 2013 12:48
    Made a mistake in the case of dynamic action :->, click after refresh!

  • (Eng/Esp)  Problem with. SWF in DW/Problema con. In SWF DW.


    Hello

    Sorry for my English, im learning, but im not an expert.

    I have problem with my Dreamweaver, when I put a .swf (I did my web with Flash) and press F12 I don't see my SWF. And the mensager error is the following:

    Sin título.jpg

    Can u help me please?

    Thnx.

    Andrés

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

    Buenas tardes,

    Estoy web designed of pagina mi. He hecho en Flash, pero exportarla hora has a Dreamweaver y al simplice F12 para verla como seria in el FireFox al, sale me este message

    Sin título.jpg

    If the aceptar doy, me aprece el fondo mi, pero donde esta web part Flash is is totally in blanco. He probado otros exploradores is selling me the same message. El of He actualizado flash has the ultima version, etc. Alguien me could help?

    MUCHAS gracias,.

    Andrés

    On lines 33 and 42, change this:

    To do this:

    param name= "swfversion" value= "8.0.35.0" / >

    Nancy O.

  • problem with post a comment for a specific image

    So I was able to view the comment in the page I created and that comment is also saved in the table of comments in the database with the id of the image, but when I'm in the first picture and I comment comments are displayed registered in the database with the id 1 and then I'm going to the second the comments are also displayed and recorded in the commentary of tabel with the id of photo 2. But my problem is that when I go on the second picture I also see the comments of the first photo. So overall my pictures, I can see comments of photos with identification. How can I managed to solve this problem. Please suggest me sth

    I will describe a little of my database

    database name is art

    Tabel photo, I have named piktur (Titulli, Pershkrimi, id_piktur, Piktur_url) rsGallery is the Recordset photo

    the tabel of comment, I appointed komente (id_koment, id_piktur, text) rsKomente is comment recordset

    Text is the column where the comment is save

    I use the session variable in order to get the id of the image of the table of the photo and the photo id of the tabel of comment column

    This is the piece of code, I guess I should make some conditions but I tried sth myself but I couldn't solve my problem. The images on my page are organized with pagination and repeat the view-only region 1 photo at a time. the commentary are also repeating the region showing all comments at once.

    < p >

    <? PHP while ($row_rsKomente = mysql_fetch_assoc ($rsKomente)) {? >}

    <? PHP

    $id_piktur=$row_rsGallery['Id_piktur']; $_SESSION['id_piktur']=$id_piktur; 

    echo $row_rsKomente ["text"]. "" < br / > ';? >

    <? PHP}? >

    < /p >

    my entire code is shown below if you don't think that this code is enough to solve the problem thanks in advance gallery.php

    Gallery.php

    <? php require_once('Connections/art.php');? >

    <? PHP session_start()? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {//this is a code that I've not shown here because it has nothing to do with the problem I want to solve}

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "form1") & & (isset($_SESSION['id_piktur']))) {}

    $insertSQL = sprintf ("INSERT INTO komente (text, id_piktur) VALUES (% s,'". $_SESSION ['id_piktur']. "')", GetSQLValueString ($_POST ['text'], "text") ");

    @mysql_select_db ($database_art, $art);

    $Result1 = mysql_query ($insertSQL, $art) or die (mysql_error ());

    }

    $maxRows_rsGallery = 1;

    $pageNum_rsGallery = 0;

    If (isset($_GET['pageNum_rsGallery'])) {}

    $pageNum_rsGallery = $_GET ['pageNum_rsGallery'];

    }

    $startRow_rsGallery = $pageNum_rsGallery * $maxRows_rsGallery;

    @mysql_select_db ($database_art, $art);

    $query_rsGallery = "SELECT Pershkrim, Piktur_url, Rankim, id_piktur FROM piktur";

    $query_limit_rsGallery = sprintf ("%s LIMIT %d, %d", $query_rsGallery, $startRow_rsGallery, $maxRows_rsGallery);

    $rsGallery = mysql_query ($query_limit_rsGallery, $art) or die (mysql_error ());

    $row_rsGallery = mysql_fetch_assoc ($rsGallery);

    If (isset($_GET['totalRows_rsGallery'])) {}

    $totalRows_rsGallery = $_GET ['totalRows_rsGallery'];

    } else {}

    $all_rsGallery = mysql_query ($query_rsGallery);

    $totalRows_rsGallery = mysql_num_rows ($all_rsGallery);

    }

    $totalPages_rsGallery = ceil($totalRows_rsGallery/$maxRows_rsGallery)-1;

     $maxRows_rsKomente = 10; $pageNum_rsKomente = 0; if (isset($_GET['pageNum_rsKomente'])) {   $pageNum_rsKomente = $_GET['pageNum_rsKomente']; } $startRow_rsKomente = $pageNum_rsKomente * $maxRows_rsKomente; 
    mysql_select_db($database_art, $art); $query_rsKomente = "SELECT Tekst,id_piktur FROM komente"; $query_limit_rsKomente = sprintf("%s LIMIT %d, %d", $query_rsKomente, $startRow_rsKomente, $maxRows_rsKomente); $rsKomente = mysql_query($query_limit_rsKomente, $art) or die(mysql_error()); $row_rsKomente = mysql_fetch_assoc($rsKomente);   if (isset($_GET['totalRows_rsKomente'])) {   $totalRows_rsKomente = $_GET['totalRows_rsKomente']; } else {   $all_rsKomente = mysql_query($query_rsKomente);   $totalRows_rsKomente = mysql_num_rows($all_rsKomente); } $totalPages_rsKomente = ceil($totalRows_rsKomente/$maxRows_rsKomente)-1; 

    $queryString_rsGallery = "";

    If (! empty($_SERVER['QUERY_STRING'])) {}

    $params = explode ("&", $_SERVER ['QUERY_STRING']);

    $newParams = array();

    {foreach ($params as $param)

    If (stristr ($param, "pageNum_rsGallery") == false & &)

    stristr ($param, "totalRows_rsGallery") == false) {}

    return ($newParams, $param);

    }

    }

    If (count ($newParams)! = 0) {}

    $queryString_rsGallery = '& '. htmlentities (implode ("&", $newParams));

    }

    }

    $queryString_rsGallery = sprintf ("& totalRows_rsGallery = %d %s", $totalRows_rsGallery, $queryString_rsGallery);

    $queryString_rsKomente = "";

    If (! empty($_SERVER['QUERY_STRING'])) {}

    $params = explode ("&", $_SERVER ['QUERY_STRING']);

    $newParams = array();

    {foreach ($params as $param)

    If (stristr ($param, "pageNum_rsKomente") == false & &)

    stristr ($param, "totalRows_rsKomente") == false) {}

    return ($newParams, $param);

    }

    }

    If (count ($newParams)! = 0) {}

    $queryString_rsKomente = '& '. htmlentities (implode ("&", $newParams));

    }

    }

    $queryString_rsKomente = sprintf ("& totalRows_rsKomente = %d %s", $totalRows_rsKomente, $queryString_rsKomente);

    ? >

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    "< html xmlns ="http://www.w3.org/1999/xhtml">".

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > < /title > paintings

    < link href = "style_gallery.css" rel = "stylesheet" type = "text/css" / > "

    < / head >

    < body >

    < / div >

    < div id = "logo_wrapper" >

    <!-for the logo of the example, we used a font called "Burrow of ink", which is free on the sites of large fonts. ->

    < div id = "logo" > < img src = "_images/logo.png" width = "600" height = "79" align = "right" / > < / div > "

    < / div >

    < div id = "main_container" >

    < div id = "menu_container" >

    < div id = 'menu' >

    < ul id = "base_menu" >

    < li > < a href = "index.php" > home < /a > < /li >

    < li > < a href = "#" > on < /a > < /li >

    < li > < a href = "gallery.php" > Gallery < /a > < /li > ""

    < ul class = "sub_menu" >

    < li > < a href = "#" title = 'Charcoal' > coal < /a > < /li >

    < li > < a href = "#" title = "Oil paintings" > < /a > < /li > oil paintings

    < li > < a href = "#" title = "Sketches" > sketch < /a > < /li >

    < li > < a href = "#" title = "Our latest podcast" > Video Podcast < /a > < /li >

    < /ul >

    < li > < a href = "#" > Contact < /a > < /li >

    < li > < a href = "#" > events < /a > < /li >

    < li > < a href = "login.php" > Connect < /a > < /li >

    < /ul >

    < / div >

    < / div >

    < div id = "mainArticle" >

    Gallery of paintings of < h1 > < / h1 >

    < p > welcome! < /p >

    < p >

    <? PHP {? >}

       <?php   $id_piktur=$row_rsGallery['id_piktur']; $_SESSION['id_piktur']=$id_piktur;             echo $row_rsKomente['Tekst']."<br/>" ;                      ?>         <?php }  while ($row_rsKomente = mysql_fetch_assoc($rsKomente)); ?>  </p>

    < form id = "form1" name = "form1" method = "POST" action = "<?" PHP echo $editFormAction;? > ">"

    < p >

    < label for 'comment' = > comment: < / label >

    < /p >

    < p >

    < textarea = 'text' id = 'text' passes name = "45" lines = "5" > < / textarea >

    < /p >

    < input name = "comment" type = "submit" value = "Comment" / >

    < input type = "hidden" name = "MM_insert" value = "form1" / >

    < / make >

    < p > < / p >

    < p >

    < a href = "<?" PHP printf ("%s? pageNum_rsGallery = %d %s "(, $currentPage, 0, $queryString_rsGallery);?" > "> first < /a >"

    < a href = "<?" PHP printf ("%s? (pageNum_rsGallery = %d %s", $currentPage, max (0, $pageNum_rsGallery - 1), $queryString_rsGallery);? > "> back < /a >"

    < a href = "<?" PHP printf ("%s? (pageNum_rsGallery = %d %s", $currentPage, min ($totalPages_rsGallery, $pageNum_rsGallery + 1), $queryString_rsGallery);? > "> Next < /a >"

    < a href = "<?" PHP printf ("%s? pageNum_rsGallery = %d %s "(, $currentPage, $totalPages_rsGallery, $queryString_rsGallery);?" > "> last < /a >"

    <p class="galleryText"><img src="_images/<?php echo $row_rsGallery['Piktur_url']; ?>" alt="golden gate bridge" class="galleryImage" />    <?php do { ?>     <?php echo $row_rsGallery['Pershkrim']; ?>     <?php } while ($row_rsGallery = mysql_fetch_assoc($rsGallery)); ?> </p>

    < / div >

    < p > < / p >

    < / div >

    < / body >

    < / html >

    <? PHP

    mysql_free_result ($rsGallery);

    mysql_free_result ($rsKomente);

    ? >

    We have already discussed this. Your request for the komente does not contain a WHERE clause:

    >SELECT Tekst,id_piktur FROM komente

    You must include a WHERE clause so that the select statement returns only the lines of the current id_piktur.

  • Convert Word to PDF. Problem with page breaks

    I have Office 2007 and I am trying to convert a Word document 100 pages in pdf.  However, the pages are in different offence and I find myself with more pages in the pdf document that causes problems with my table of contents and index.  Any advice on how to convert the Word doc into pdf exactly?  Thank you

    Set the printer default for printer Adobe PDF before converting to PDF. Word Repagine documents when you change printers. If your default printer is not the Adobe PDF printer, then when the printer goes temporarily to the printer pdf for conversion you will see the change in the pagination.

  • Problem with allocating memory collection arraycollection by AddItem

    I have a strange problem with the AddItem method.

    I made a new item with this code:

    ------

    for (var u: int = 0; u < 41; u ++) {}
    Page = new PageToSave();
    project.addPage (page as PageToSave);
    }

    -----

    the project is a distance of class projectblueprint:

    package marcoDoItBetter.utils
    {
    Import mx.collections.ArrayCollection;
    public class ProjectBlueprint
    {
    private var _pages:ArrayCollection;

    public void addPage(page:PageToSave):void
    {
    This._pages. AddItem (page);
    }

    }

    }

    ----

    PageToSave is a class that extends the object.

    When we create the element using the addPages (so with in the collection _pages arraycollection's addItem) programmatically, we have this result using the term Inspector in debug mode.

    It is on the output of the debugger:

    pageList = mx.collections.ArrayCollection (@105cf341)
    [inherited] =
    [0] = marcoDoItBetter.utils.PageToSave (@113cb461)
    [1] = marcoDoItBetter.utils.PageToSave (@113cb401)
    [2] = marcoDoItBetter.utils.PageToSave (@113cb3a1)
    [3] = marcoDoItBetter.utils.PageToSave (@113cb341)
    [4] = marcoDoItBetter.utils.PageToSave (@113cb2e1)
    [5] = marcoDoItBetter.utils.PageToSave (@113cb281) < -.
    [6] = marcoDoItBetter.utils.PageToSave (@113cb221)
    [7] = marcoDoItBetter.utils.PageToSave (@113cb1c1)
    [8] = marcoDoItBetter.utils.PageToSave (@113cb161)
    [9] = marcoDoItBetter.utils.PageToSave (@113cb101)
    [10] = marcoDoItBetter.utils.PageToSave (@113cb0a1)
    [11] = marcoDoItBetter.utils.PageToSave (@113cb041)
    [12] = marcoDoItBetter.utils.PageToSave (@1140dfa1)
    [13] = marcoDoItBetter.utils.PageToSave (@1140df41)
    [14] = marcoDoItBetter.utils.PageToSave (@1140dee1)
    [15] = marcoDoItBetter.utils.PageToSave (@1140de81)
    [16] = marcoDoItBetter.utils.PageToSave (@1140de21)
    [17] = marcoDoItBetter.utils.PageToSave (@1140ddc1)
    [18] = marcoDoItBetter.utils.PageToSave (@1140dd61)
    [19] = marcoDoItBetter.utils.PageToSave (@1140dd01)
    [20] = marcoDoItBetter.utils.PageToSave (@1140dca1)
    [21] = marcoDoItBetter.utils.PageToSave (@1140dc41)
    [22] = marcoDoItBetter.utils.PageToSave (@113cb281) < -.
    [23] = marcoDoItBetter.utils.PageToSave (@1140db81)
    [24] = marcoDoItBetter.utils.PageToSave (@1140db21)
    [25] = marcoDoItBetter.utils.PageToSave (@1140dac1)
    [26] = marcoDoItBetter.utils.PageToSave (@1140da61)
    [27] = marcoDoItBetter.utils.PageToSave (@1140da01)
    [28] = marcoDoItBetter.utils.PageToSave (@1140d9a1)
    [29] = marcoDoItBetter.utils.PageToSave (@1140 d 941)
    [30] = marcoDoItBetter.utils.PageToSave (@1140d8e1)
    [31] = marcoDoItBetter.utils.PageToSave (@1140 d 881)
    [32] = marcoDoItBetter.utils.PageToSave (@1140 d 821)
    [33] = marcoDoItBetter.utils.PageToSave (@1140d7c1)
    [34] = marcoDoItBetter.utils.PageToSave (@1140 d 761)
    [35] = marcoDoItBetter.utils.PageToSave (@1140 d 701)
    [36] = marcoDoItBetter.utils.PageToSave (@1140d6a1)
    [37] = marcoDoItBetter.utils.PageToSave (@1140 d 641)
    [38] = marcoDoItBetter.utils.PageToSave (@1140 d 221)
    [39] = marcoDoItBetter.utils.PageToSave (@1140d5e1)
    [40] = marcoDoItBetter.utils.PageToSave (@1140 d 461)
    source = Array (@1140c9a9)

    as you can see the [5] and the [22] PageToSave id internal flex (or instances of the class has the same address listing.

    "I don't know the exact name of it). It happens totally randomly.

    sometimes fine, sometimes there's more than a duplicate with random address referencing the game.

    I don't want duplicated instances, but I want independent authorities.

    I tried to change addItem with

    This._pages.addItemAt (page, 0);

    Same result.

    I also tried pagina = null before the statement new but same result

    ------

    for (var u: int = 0; u < 41; u ++) {}
    Page = new PageToSave();
    project.addPage (page as PageToSave);

    Page = null;
    }

    -----

    is a garbage collector from?

    How can we solve this problem?

    Thank you

    Hello

    From the looks of it, looks like a bug.

    Are you defining filters or performs a sort on the ArrayCollection collection? Or it's just a pure naked collection instance ArrayCollection.

    Have you tried addItemAt() and got the same result?

    Mike

  • problems with, phone, 6, Bluetooth kit, Nissan, after update, for, Rios, 1.0.2

    After the update to ios 10.0.2 - trying to use bluetooth to call my vehicle, it says: "this article is not in your phone book." How can I solve this problem?

    Greetings, joybelino1!

    Thank you for joining the communities Support from Apple! I can't wait to see that you are having problems with your Bluetooth in your car! The good news is that Apple has a great article that will help you with measures to try to resolve the problem. Read this article to gethelp to connect your iPhone, iPad, or iPod touch with your car radio. Even though he talks about problems with the connection, it also has the steps for other questions you may have once connected.

    If you use Bluetooth

    1. Consult the user manual of your car stereo to get the procedure to a Bluetooth device.
    2. On your iOS device, drag up to open Control Center, then press ontwice to turn on Bluetooth and turn it back on.
    3. Restart your iOS device.
    4. On your iOS device, Cancel the twinning of your car radio. On the screen of your car désapparier your iOS device and any other device. Restart your car and your iOS device, then pair and connect again.
    5. Update your iOS device.
    6. Install the updates to the firmware of your car radio.
    7. If you still not connect, contact Apple technical support.

    Have a great day!

  • Anyone having problems with WiFi connectivity after upgrade to Sierra?

    I was wondering if anyone else knows issues with WiFi connectivity since the upgrade to Sierra 10.12? I have not had any problems with connectivity WiFi previously on El Capitan. Now I have regular randomly loose connectivity. My internet is cable and when it is connected I have a 100% connection. My details of iMac and I have used only 10% of my storage.

    No problem with my iphone 6.

    Hello AspDesigns,

    I understand that, since the upgrade to Mac OS Sierra, your Mac seems to have trouble staying connected to Wi - Fi. Fortunately the diagnosis built-in wireless can help identify the source of so much trouble.

    Search for Wi - Fi using your Mac problems

    See you soon!

Maybe you are looking for