SAPSCRIPT-FORMPAGES does not showing total no of pages

Hi,
I want to diaplay page numbers if only pages are more than 1.so i write logic like below.
if &PAGE& ne &SAPSCRIPT-FORMPAGES&
&PAGE&
ENDIF.
but it is not working..in the first page SAPSCRIPT-FORMPAGES also contain value 1.
Can any one suggest solution.
Thanks.

Hi,
  Could you please update on how did you solve this issue? here we are getting similar issue in one of the form.
Thanks.

Similar Messages

  • Dreamweaver Design view does not show parts of the page

    Hello all,
    I was working on a page update - page was created using a
    template so
    that the client can add content with Contribute - and have
    discovered
    that suddenly whole sections of the page are no longer
    visible in Design
    Mode. This caused me some panic until I viewed in code view
    and found
    everything still in there. Viewing in browser shows the page
    there in
    entirety too, and uploads just fine. But no matter what I do
    - restart
    the program, restart the computer - nothing changes, the page
    design
    does not show parts of this page. Everything is in an
    editable area and
    should be visible.
    I have been editing the code as that was my only option, but
    now I have
    heard that my client cannot view those sections of the page
    in her
    Contribute either.
    The page is here:
    http://www.craft-design.ns.ca
    Any help would be gratefully received.
    Thanks
    Ellie

    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    <th> deprecated? Certainly not.
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    Normal template files have two editable regions in the head
    of the page -
    doctitle, and head
    The one you linked does not.
    That's what I was talking about.
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    I have stopped recommending it to my clients.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ellie" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks Murray,
    >
    > I see all this.
    >
    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    >
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    >
    > I will have to remake the template and remake the page
    from that.
    >
    > Strange thing is it was working perfectly well before.
    >
    > Thanks for the help, Murray.
    >
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    >
    > Ellie
    >
    > Murray *ACE* wrote:
    >
    >> You have no editable regions in the head of that
    page - why is that?
    >>
    >> As for the display in DW, perhaps it's the 175
    validation errors that the
    >> W3C validator finds on the page?
    >>
    >>
    http://validator.w3.org/check?verbose=1&uri=http://www.craft-design.ns.ca/mbg_past_shows.h tml
    >>
    >> Most of these are serious coding problems....
    >>
    >

  • Wism controller does not show url redirection spalash page

    Hi 
    Wism controller does not show url redirection/splash page .
    client takes the ip from the  dhcp server. when browsing its not going to the authentication page as usual
    Thank you 

    Can you elaborate on your issue... really hard to follow.  To me, it seems like you want to use a guest splash page.  The client associates to the open guest ssid and get's an ip address.  Now the user has to open a browser to get the portal page correct?  This has nothing to do with the WLC, but the OS on the device.  Some devices can detect if no internet is present after authentication and obtaining an address.  This means the device will automatically open a browser to present the user with the splash page.  Other devices will require the user to open a browser to get the login screen.
    Scott

  • The hit counter button does not show up after publishing page.

    I insert the hit counter button to a new blog post and when I publish, the button does not show up.
    I would really like to use the counter as this is a blog for a class I am teaching, and I would like to track
    student viewing.
    Also, sometimes the colors do not publish properly, specifically with links/rollover feature.
    Help!
    And thanks in advance for all you who know wayyy more than I do!  I hope to return
    the favor someday.

    First, thanks for the quick response Roddy.
    Once I posted the question, similar topics came up and what
    I did was remove the hit counter, publish the page without the hit counter. 
    Then inserted the hit counter again and wah-lah!
    Thanks for your reply, this information is correct and helpful as well.
    Very appreciative!

  • Header.php exists but does not show up on every page.

    Hi.  I am starting from scratch with this.
    part1.
    My objective is to create a website that takes advantage of DreamweaverCC's fluid-grid-layout so that my web Site auto-flows on
    smartphones, tablets and desktops/laptops.
    file > new > fluid-grid-layout.
    By default, it says 'unnamed.css'
    I named it  testSite.css
    click okay.
    (This is the only way to begin with a fluid-grid-layout - I think).
    It opens a split view.
    On the right frame is a DIV that has this text inside.
    "Use Insert Panel for additional Fluid Grid Layout Elements. Note: All Fluid Layout tags must be contained within the "gridContainer" div tag."
    In the right frame,
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/BuiltIn/F luid%20Grid%20Layout/respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">Use Insert Panel for additional Fluid Grid Layout Elements. Note: All Fluid Layout tags must be contained within the "gridContainer" div tag.</div>
    </div>
    </body>
    </html>
    QUESTIONS - CLARIFICATION.
    Question ????
    class = 'gridContainer clearfix"
    div id = "div1 class = "fluid"
    So all of the <div>s that I place inside of the gridContainer will all be assigned the 'class'  fluid.
    Yes ?
    And I define div ids so that I can use css styles
    Yes ?
    I understand class in Java but I do not understand it here in Dreamweaver.
    Please explain.
    part2.
    I inserted 4 <div>s into the gridContainer and assigned them specific div ids.
    div id = square1
    div id = square2
    div id = square3
    div id = square4
    I see these assignments in the code.
    But in the properties panel with HTML (not css panel) selected. 
    It shows  ID None.
    Question ????
    Why doesn't the assigned div =id  in the code show in the properties panel.
    part3a.
    index.php is my main web page.
    It has several images (the 4 different squares).
    I created a separate .html file for each square: square1.html square2.html square3.html square4.html.
    At this point, each of those pages has only one sentence.  'contents for square#N) will be on this page'
    I used the properties panel and linked the 4 images on index.php to these .html files.
    When I 'View in Safari/Firefox'  each of those images (squares) when clicked - bring me to the appropriate page.
    So I've got some of this working
    part3b.
    I know that some of you have already tried to assist with this but it is not working for me.
    I created a file called header.php
    The contents of header.php does not have any <tags> at all.
    The contents is this:
    <h1> This will be the header for all of my web pages.</h1>
    In index.php I included this in the code as such:
    <body>
    <? php require_once('header.php'); ?>     // this is line 34
    <div class="gridContainer clearfix">
      // div ids for the images etc. etc.
    </body>
    </html>
    View in Safari/Firefox
    Parse error: parse error in /Library/WebServer/Documents/dwwdSite/index.php on line 34
    I tried this.
    <? php include_once('header.php'); ?>
    <? php include('header.php'); ?>
    and I get the same exact error.
    When I 'view in Safari/Firefox'  header.php  it displays what I want:
    This will be the header for all of my web pages.
    Question ????
    What am I doing incorrectly ?
    From one of my other posts - as we got onto this topic, it was suggested that I just place the php code:
    <? php  include('header.php'); ?>
    within the index.html file exactly where I want it to show up.
    I want it to show up at the top of each page.
    Well at this point it is not showing up anywhere !!
    But if I have header.php active in Dreamweaver and 'view in safari/firefox'
    the browser does show the header.php page.
    part4.
    Question ????
    And should I include
    <? php require_once('header.php'); ?>
    at the top of each of the square.html files if I want the header to show up on each of those pages.
    I think this makes sense.
    part5.
    Question ????
    When I view testSite.css
    I understand that it has 3 different sets of selectors for each of the 3 different devices.
    But how do I 'assign'  css properties to the contents inside of header.php ?
    With header.php active/open, from the 'properties panel' I can select CSS and choose: font, size, color from there and it works
    but should I not have this included in the testSite.css ?
    Lots of questions. Hope that I explained it in an organized fashion.
    thanks again.
    Nancy O.
    Sudarshan Thiagarajan

    > So all of the <div>s that I place inside of the gridContainer will all be assigned the 'class'  fluid.
    Nope - but everything that you insert using the Insert panel will give you the opportunity to specify that it's a fluid element, which you can do by enabling the checkbox on the dialog. This means that you CAN insert a <div> that is not a fluid element. It's only the ones that you insert as a fluid element that will get that class automatically.
    >And I define div ids so that I can use css styles
    Assigning an ID to any element on the page allows you to target that element with a particular CSS rule.
    > I understand class in Java but I do not understand it here in Dreamweaver.
    > Please explain.
    There is no similarity at all. There are four ways you can identify a page element to apply a CSS rule:
    1. By tag, e.g., all paragraph tags on the page.
    2. By context, e.g., any paragraph tag that is within a <nav> element.
    3. By 'class' assignment, e.g., any element that has been given a particular "class" attribute -> <p class="foo">
    4. By ID, e.g., any element that has been given a particular "ID" attribute -> <p id="foo">
    The weight of any style (i.e., which one to use in the event of conflict) is determined by a number of characteristics of the CSS 'selector' that carries the rule.
    > Why doesn't the assigned div =id  in the code show in the properties panel.
    Assuming your code is correct, it will, e.g.,
    <div id = "square1"></div>
    <div id = "square2"></div>
    <div id = "square3"></div>
    <div id = "square4"></div>
    Try this -
    <html>
    <head></head>
    <body>
    <?php require_once('header.php'); ?>     // this is line 34
    <div class="gridContainer clearfix">
      // div ids for the images etc. etc.
    </body>
    </html>
    and I get the same exact error.
    Yes - there is no space in "<?php".
    Let's start with that.

  • DW CS5.5 Design View Does Not Show Accurate Width of Page Compared to Browsers

    Hello
    I use DW CS5.5 to make websites. The Design View in DW is not at all accurate as to the width of the page when compared to how the Browsers render the page. For example, when inserting a horizontal Spry Menu, the menu items will drop to a new line because it looks like there is not more space, In reality, as seen on the browser or Live View there is a lot more space for more list items. This makes it very hard to work on a page in DWCS5.5 because it looks way too narrow compared to the actual size. On the ruler, it looks like it is 960 px, but it isn't when seen at 100% on the browser window. It does not matter what setting I use for the page size. Any suggestions? Thank you in advance. Gail

    indvik wrote:
    ...However it still seems odd to me that the difference is about 350 px.
    That could be caused by a code error, generally DV won't be that far off.
    Run your page through the validator at http://validator.w3.org to see if there aren't some issues in your html that could be causing the oddity in Design View.
    If your code is clean and it's still off by that amount, something to check would be the use of both css and html attributes to control the sizing of tables and other elements. The program can get a little confused and start displaying things all over the place when you do that. I'm not sure if DW5.5 does this (I skipped that version) but DWCS4 certainly did, pretty inconsistently. One way to fix it, even though the code may validate, is to give all control to the css of the page rather than splitting some with the html.

  • Alternatives to "Hiearchy node does not show total of nodes & leaves"

    Greetings,
    I am having a problem with a query I created and am looking for suggestions on how to get around my problem.  The problem is a classic one that I have seen numerous times on various discussion boards.
    InfoCube Definition
    Dimensions
       Material (M)
       Value Type (V)
    Key Figures
       Quantity (Q)
       Amount   (A)
    Restricted KF
       Actual Quantity (AQ)      {Q where V = 'A'}
       Actual Amount (AA)        {A where V = 'A'}
       Planned Quantity (PQ)     {Q where V = 'P'}
       Planned Amount (PA)       {A where V = 'P'}
    Calculated KF
       Planned Cost (PC) = PA / PQ
       Planned Value (PV) = PC * AQ
    The Problem
    The query I wrote is reporting on Material using a hierarchy that was defined.  The problem, that's a classic, is that the lower nodes of the hierarchy do not roll up to the upper node for the Planned Value (PV).
       Example:
    ____________AQ____AA____PV____PQ____PA____PC
       Level 1_______30___$50___$ 9___200___$60___.30
       __Level 2.1___10___$20___$ 1___100___$10___.10
       __Level 2.2___20___$30___$10___100___$50___.50
    In the above example, the value for PV at Level 1 should be $11 (which is the sum of the lower nodes) and not $9 (which is the result of the calculation being performed on the Level 1 row).
    Alternatives Explored
    I have explored the following alternatives in order to provide a solution to this problem:
    - Aggregation problems with hierarchies is documented in SAP Note 789404.
    - I tried creating the CKF as a formula in the query and setting the "Calculate Result As" option to "Summation" but hierarchy nodes are not the same as result rows.
    - I attempted to set the "Time of Aggregation" option in the CKF to "Before Aggregation" but because of how we are modeled I need to use a RKF in the calculation.  Because of this the CKF formula is regarded as complex and therefore I do not have the option to adjust this parameter.  (See Re: Incorrect Results Row)
    - My last attempt was to investigate the use of Virtual Key Figures.  From what I have seen, this will not provide me with the solution I need either.  (See Virtual Characterstics and Key Figures)
    Question
    Short of changing my data model and/or calculating and storing the result in the cube, is there any other solution to my problem?
    Your feedback, great or small, is much appreciated.
    Thanks in advance,
    Brian

    EventQueu.invokeLater();From where do you call this?
    We may need to see a small example code that can reproduce the problem.

  • My website- created on iWeb (Mac) now uploaded to hosting site, does not show content on 4 pages of photos, though Safari shows everything. ???

    All the photos were saved on jpeg format. You can see the text on each page of concern, but not the photos. I have added music to each page of concern with a button to manipulate on/off, and pasted jpeg photos to them which you can see, and music plays with no problem. I re-built the site and uploaded again to hosting site, and am having same problem. Safari shows all pages, text, jpeg photos/music without any problem. So I have a site of 6 pages, and only 2 are completely loadable with Firefox. I have made all updates that have come from Firefox. My Mac is OS X version 10.5.8

    Make sure that you use the latest version of the iWeb software to generate the galleries. Older versions of iWeb had problems in current Firefox versions.
    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
    The helpers at that forum are more knowledgeable about web development issues.
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Dreamweaver does not show current version of page

    Not sure how to describe this problem. When I open a page in dreamweaver for editing, the text is not the text I put there recently. If I do I "live view" it IS the text the should be there, if I preview in a browser it IS the right text as well. I can't edit the site at all. I have little enough work coming in without losing more clients because of this sudden glitch. First everything was crashing after the Snow Leopard update, then as that seems to be working better, this happens! Ive been using Dreamweaver since macromedia version 1 and I've had issues but nothing this strange. Any ideas?

    Hmmm...
    Make sure you are having valid code in your page.
    Try running it at http://validator.w3.org/#validate_by_input once and see if there are any errors.
    DW may not be able to show your content if you have invalid code as it will get confused on what to display.
    Regards,
    Vinay

  • The small symbols for bookmarks in the list does not show the right web page symbol? How can I get this right?

    I have a lot of short cuts to web pages in the list just under the web address. The symbol showing should be that of the web page but for some of the links the symbol shows the wrong symbol. For example it could be that CNN has the symbol of BBC (I don't have this exact problem but just as an example).

    This can be a problem with the file places.sqlite<br />
    See http://kb.mozillazine.org/Locked_or_damaged_places.sqlite
    *CheckPlaces: https://addons.mozilla.org/firefox/addon/10897
    *Delete Bookmark Icons: http://www.sephiroth-j.de/1/mozilla/#delsiteicons

  • Device summary pane does not show capacitiy totals for each category (audio, remaining, photos, etc.)

    When viewing the summary pane for my ipod, the summary bar does not show totals for each category (audio, remaining, photos, etc.). It does not show when hovering over each category either. Seems to be some type of bug with itunes. I have tried re-installing itunes but that does not work. How do I fix this?

    Hello vetsrini.
    Thanks a lot for your kind reply. As i said, i'm new to this and sometimes i just cannot pass over some problems. Here are the fields i have inserted:
    <?for-each:LIST_G_SETUP/AS_OF_DATE?>
    <?end for-each?>
    <?for-each@section:G_CUST_INV?>
    <?for-each:G_1?>
    <?INVNUM?>
    <?INVOICE_TYPE_INV?>
    <?DUE_DATE_INV?>
    <?sum (C_INV_BALANCE)?>
    <?sum (C_INV_B0)?>
    <?sum (C_INV_B1)?>
    <?sum (C_INV_B2)?>
    <?sum (C_INV_B3)?>
    <?sum (C_INV_B4)?>
    <?sum (C_INV_B5)?>
    <?end-for-each-group?>
    <?TOTAL_INV_AMT_DSP?>
    <?TOTAL_INV_B0_DSP?>
    <?TOTAL_INV_B1_DSP?>
    <?TOTAL_INV_B2_DSP?>
    <?TOTAL_INV_B3_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?end for-each:G_CUST_INV?>
    In the header of the template i also have <?CUST_NAME_INV?> and the report date. When i try to enter the <?AS_OF_DATE?> it is not printed and also the header is not shown any longer. Once again, thank you for any help,
    Octavio

  • My homepage does not show the latest page when I open Firefox

    I have set MSN as my homepage but when I open Firefox it does not show the latest MSN page.

    '''''Has the site worked normally in Firefox before?'''''
    When you have a new problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    This will open a window listing the site's cookies, which you can remove individually.
    Then try reloading the page and logging back in. Does that help?

  • Portal page does not show up the edited portlet

    Hi ,
    We were on 3.0.9 and recently migrated to 9.0.2 ......and i am just trying to develop a simple page in which am adding an html portlet on the page ...my doubts are ..
    1. the portlet does not show up immidiately on the page ..
    2.the edited content in the html portlet does not show up on the page ???
    What am i missing here ??? can some body help
    vi

    Might be caching issue.
    Try this:
    Add : &1=2 at the end of URL in the location bar and press enter. If is appears then it is just a caching issue.
    Thanx,
    Chetan.

  • Form does not show up after been put in portal page

    I have created form application and tested it in 9iAS but when I put it in Portal page, It does not show up in the Portal page. The report that I created under the same Application does show up. However, it does not show the form. I have check the Access and everything looks right. (I even grant it to the public and still does not work).
    Any help would be appreciated.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by chetan.kashyap ([email protected]):
    Johnny,
    This looks strange. We haven't encountered such problem. Could you pls give us more details. Like:
    Are you using "Inherit Privilege from Application" ?
    Are you using Tab page/ Normal Page.
    If tab pages, have you set tab level security?
    Are you able to run that particular form from application? (Pls check it has a Valid production version).
    Are both forms & reports in the same application?
    Is this problem occuring for only a particular form or for all the forms?
    If you could provide the STEPS that you did..
    Thanx,
    Chetan.<HR></BLOCKQUOTE>
    Chetan and Johnny,
    I have the same problem as Johnny. Chetan, in answer to your questions:
    1. Yes, I am using "Inherit Privilege from Application"
    2. I tried it both on a page and on a tab and checked security, following the directions in "Building Portals, Release 3.0.8" Using "Portal30" login, access "Manage" etc.
    3. Yes, the form runs in Application, but not as a portlet on a portal page. We are using the standard demo configuration, Oracle 8i (enterprise ed.) and Oracle9i Application Server (minimal ed.).
    4. Yes, valid production version.
    5. I tried running reports and forms from same application and from different applications. Still does not show up on portal page.
    6. It occurs for all forms.
    7. Steps: As I indicated, I followed the directions closely in "Building Portals" which builds "Form based on table or view", "Publish to Portal" I even tried the database sequence (see page 4-27) and added that to the form configuration. I'm running it on NT 4.0 (service pack 5). The software was downloaded from the Oracle site.
    null

  • The new value of bind variable does not show up after changed by PL/SQL

    Hi,
    I am running APEX 3.2. I use PL/SQL process to assign a new value to a bind variable, say, :P2_TEST := 123. The new value does not show up on the page although I can see it in the Session status.
    How can I make the new value to be displayed on the page immediately after the process is run?
    Kind regards,
    Tee

    Maybe you could use an ajax routine to refresh the item in your pl/sql routine?
    Thank you,
    Tony Miller
    Webster, TX

Maybe you are looking for

  • Problem with increased cell width

    Hi Gurus, In Smartform while creating table, on wat basis we give the cell width i mean column width, is that based on the length of the variable, or is there any formula to align perfectly. Thanks in Advance, Viswam. Message was edited by:         v

  • Why is Apple mouse so limited?

    Coming from a PC, I find the Apple mouse really really annoying and limited. How the **** do I scroll up and down without a scroll wheel? Come on guys, this is 2014. Are you intentionally ******* people off? Do I have to go out and buy a 3rd party mo

  • Coloring Zsh

    I have a lot of questions about coloring zsh. I've read a LOT about coloring zsh and simply can't grasp some of the concepts. Here is my current ~/.zshrc: # Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 seto

  • Shared Excel 2011 workbook (stored on NAS) - for 3 Mac users opens okay but 1 user opens as read only.

    4 Users accessing shared excel workbook on NAS drive, all using OSX 10.9.4 & Office 2011 14.4.4 They all have equal permissions on the NAS. Does anyone know why this might happen? Many thanks Mike

  • Segment builder - Refine view

    Dear all,                  I am facing problem in opening Refine View in segment bulilder ,I have created segment builder with segment type - Campaign & Saved.When we try to open Refine view in GOTO.The refine view is displaying in newly opened windo