Question about rendering the page

hi
i have button on page 73 which this button brings me to page 74
in page 74 i have a sqlquery report region,
and another simple html region which have a button
called "send_mail" there is a process which executed when i press this
button and of course i did branch to this button which brings me to the same page 74
my question is do the sqlquery report region run again when the page in
rendering? or the apex save it as cache? and if not is there a way that it won't run again but stay in cache like"save state" ? cause i saw only conditional display and not conditional process of sqlquery report?
the reason that i ask this cause the query is very heavy
thanks in advanced

Hello Naama,
>> i wanted to ask if there any more things that i can missed because of this "old" version
APEX is using the PL/SQL Web Toolkit extensively. I don’t really know the differences between every version, and I don’t think it’s matter. In some cases, a new version can fix some bugs (like in the rendering process), in others, can add new features (like caching) and in general, making the code better (optimizing etc.). So, I can’t really give you a list of things you are missing, but I can assure you that not using the latest version can damage/degrade the quality of your system.
There is another problem with not meeting the pre-required installation terms, because usually people will assume you are. It can make debugging really hard. In your case, you were lucky that Scott asked you right away about the OWA version. Unfortunately, Scott is unique that way. Other (like you and me) can spent a lot of time trying to figure out why something is not working as expected, without knowing (remembering) that the only reason is a faulty infrastructure.
Is there a problem to install the latest version of the PL/SQL Web Toolkit? As far as APEX concern, it will not harm your 1.6 instance, and should not damage any other database functionality, so why not upgrade?
Regards,
Arie.

Similar Messages

  • Question about refreshing the page with frames...

    hi, my website uses three frames... (the standard main one, top and left frame)
    but when i go to different pages on the site and press the refresh button it goes back to the homepage but i want it to just refresh the page in the 'main' frame.
    i understand why its going back to the homepage... coz when i press refresh its refreshing the index.jsp page and thats where the frames are, so the location for the 'main' frame page is the homepage.
    is there any way around this?
    i just want it to refresh whatever page is in the 'main' frame.

    You can do it, but it means storing the currently viewed page in the user's session, and maintaining those sessions at all cost.
    Here is a brief example of how it might be done:
      //Top.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set var="top_location" value="Top.jsp" scope="session"/>
    <html>
      <body>
        <h2><%= new java.util.Date() %></h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
      </body>
    </html>
    //Bottom1.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set var="bottom_location" value="Bottom1.jsp" scope="session"/>
    <html>
      <body>
        <h2>I am Bottom 1</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage2" value="Bottom2.jsp"/>
        <a href="${toPage2}">Go To Page 2</a>
      </body>
    </html>
    //Bottom2.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set var="bottom_location" value="Bottom2.jsp" scope="session"/>
    <html>
      <body>
        <h2>I am Bottom 2</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage1" value="Bottom1.jsp"/>
        <a href="${toPage1}">Go To Page 1</a>
      </body>
    </html>
    //Framer.jsp  (with the frameset that gets reloaded...
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:if test="${empty sessionScope.top_locaction}">
      <c:set var="top_location" value="Top.jsp" scope="session"/>
    </c:if>
    <c:if test="${empty sessionScope.bottom_location}">
      <c:set var="bottom_location" value="Bottom1.jsp" scope="session"/>
    </c:if>
    <html>
      <frameset rows="50%,*">
        <frame title="top" src="<c:url value="${sessionScope.top_location}"/>"/>
        <frame title="bottom" src="<c:url value="${sessionScope.bottom_location}"/>"/>
      </frameset>
    </html>But for this to work EVERY page you make will need to record itself in the session, and you will need to pass every link through the response.encodeURL(...) or <c:url ...>
    An alternative which may be easier (depending on what you are doing) would be to create one frame, with a <jsp:include ...> for the stuff you want to show at the top, and another one for the stuff you want to show on the left. More like this:
    //Top.jsp  note- no html or body tags
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <div style="border: thin solid black;">
        <h2><%= new java.util.Date() %></h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
    </div>
    //Bottom1.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <html>
      <body>
      <jsp:include page="Top.jsp"/>
        <h2>I am Normal 1</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage2" value="Bottom2.jsp"/>
        <a href="${toPage2}">Go To Page 2</a>
      </body>
    </html>
    //Bottom2.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <html>
      <body>
      <jsp:include page="Top.jsp"/>
          <h2>I am Normal 2</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage1" value="Bottom1.jsp"/>
        <a href="${toPage1}">Go To Page 1</a>
      </body>
    </html>

  • Question about rendering, it's too slow :( please help.

    i've been trying to find videos explaining how to make rendering faster. Example i make a video that's 10 seconds short just to see how the result is in windows media player, it takes like 10 minutes for it to render.
    I've heard about the ''secret'' menu and i tried it too. However, it's the same result again. Does anybody know how to make previewing and rendering faster.
    Even when i try and preview my work, it takes ages for it to load then be able to preview it normally.
    Any help would be appreciated. Thanks.

    And for the ''my car doesn't turn up'' statement, how can i know what to specify if this is my first time i ask a question about AE and don't know what to include in my question. 
    Hey iverecords, here is a tip to help us help you by providing the most infos as you can in your question. Because there is never one definitive answer to a question, and because there are millions of hardware/software combinaison, we can't guess what you have, and how you're trying to achieve it.
    So let's take an exemple with your rendering problem.
    Let see what can affect your rendering speed:
    1) your hardware (inculding OS and network if working on network drive)
    Sure, the new fancy processors are faster than yesturday ones. Obviously, running on Windows95 or Windows 7 (same applies for Mac OSX Tiger to OSX Snow Leopard) can make a difference. Same as writing files over a network, or on a usb external drive.
    2) what you are rendering (your composition)
    Applying dozens of effects on a few layers don't render at the same speed than a hundred of layers without effects.
    3) your AE version and settings.
    Every AE release brings new enhancement / speed, so depending on your version there might be that little hepfull setting.
    So as a starter, for us to help you, we need to know these 3 key elements.
    We all have started one day asking questions to get help online, so we all already made that mistake of not giving enough info. So now you know you should always give us that much of info, and then we'll be able to narrow down the problems and help you find the way to the answer.
    Cheers,
    Seb

  • Question about printing by page count

    Hi
    I'm new to this and I have a question about printing our invoices by page count.
    We generate our invoice using Crystal 2008 we have invoices that can range from a single page to as many as 6 pages. I would like Crystal to preview/print the reports in order of how many pages are in the report. Example: print all single page invoices first then all invoices that are 2 pages and so on. Is this possible?
    Thank you in advance

    Hi Ido,
    Thanks for your input. This is more or less what Carl was suggesting yesterday and I gave it a lot of thinking. The problem here is that I cannot go with "good enough resolution" - I need perfect resolution.
    The reason for this apparently silly requirement (why would one sort a bunch of invoices by number of pages instead of Customer Number, as long as they end up in an envelope anyway?) is the proposed purchase of a folding/stuffing machine which could do very fast what now takes one person 4 days to achieve.
    One type of machine comes with three settings - fold/stuff 1, 2 or 3-page statements. You need to have three stacks with all the statements that have 1, 2 and 3 pages. The ones with more pages will have to be folded manually, but there are only about two dozen clients that give us that much business. You feed the machine one stack at a time and set it to process the respective number of pages. Any statement that falls accidentally in the other stack will either cause the whole rest of the stack to be mixed up, which is very bad, or cause one customer to receive his invoice and someone else's, which is just embarrassing. I cannot afford any of these scenarios.
    Given that the statement contains variable-length (and depth) messages that vary by month and by profit center, and it could also contain one or more groups of details, each with its own header, it is very risky to try to come up with magic numbers attempting to estimate the number of pages based on the number of detail lines. Someone will still have to eyeball very carefully the initial stack of statements in the areas where the number of pages increases by one and make sure that ordering by number of detail lines did not mix, for example, one report with two pages among two reports with one page. Of course, this increased scrutiny will be necessary only around the areas where the page number transitions from 1->2, 2->3 and 3->4, which is much better than trying to order by number of pages all 1500 statements, but still depends on one's manual intervention and focus and, as a result, makes me pretty uncomfortable.
    I have taken a look at the "Group Sort Expert". If you select the "All" option (all groups) and you had some kind of summary value then you could sort the report by that value. The idea was to create a hidden Average field over the TotalPageCount runtime variable (which will always equal the TotalPageCount for that customer, since it's the same for all the pages in that group) and use that summary field in the "Group Sort Expert", which would have solved the problem elegantly. Unfortunately, there is no way to create a summary field over a runtime variable. I even created a formula that just returns the TotalPageCount, but that formula did not show up in the list of fields available for summarization (while other formulas did).
    It looks like the reporting engine does not allow this type of "late-sorting". I wonder if it is possible at all, because in effect this would require the engine to execute an additional pass: first it should somehow generate the whole report grouped by Customer Number so it knows how many pages are in each group, then it should sort by the number of pages and only after that it could render the report. I'm not sure the engine can do this additional pass.
    I would be very curious to hear about the other (more complex) ideas you mentioned. For example, I have seen (in Crystal 2008) a checkbox allowing "sorting by a formula". I don't know how to write a formula used in sorting, but the basic question in the paragraph above still stands: does the engine even support such a feature?
    Thanks again.

  • Question about how the Robocopy /B switch works...

    I've been experimenting with robocopy recently, and most switches seem self explanatory for the most part; although I have a question about the /B switch.
    The help says the following:
    /B :: copy files in Backup mode.
    I've checked multiple forums and websites to try and elaborate on this a little more, and from my understanding this switch enables backup mode that essentially gives the ability to change the acls of a file/folder when the account running robocopy does
    not have sufficient privileges, to perform a successful copy.
    My question is, when the acls are changed when using this "backup mode" switch, with the /copyall switch, will the file still retain the same user access that it originally had - or does it change all of the security settings?
    I'm hoping it will somehow change the security settings, create a copy, and retain the same acls as the original - so users can still access necessary files.
    Can someone please explain how this "backup mode" works?
    Thanks in advance.

    This is a very useful thread with a lot of hostility in it.
    I have to agree with Jonathan and hazymat: there are few other forums that will discuss the exact function of /b switch, the TechNet article just says "copies in Backup Mode" (I have the article bookmarked), and when doing a google search, THIS page comes
    up as the top result! Kinda difficult to tell people they should go search, when you are the exact destination of that search, isn't it? ;)
    No offense to anybody working hard to help out here, but this is why sites like Stack Exchange will overshadow every traditional tech forum very soon. More concise question/answer format, more civil, and they actually encourage old questions developing new
    answers! All q&a is cataloged for future reference. Their focus is on being a 'resource'.
    The negativity here is unfortunate, you guys have great potential to be a very helpful resource for people. Who are you trying to be, the guys with all the answers, or the guys who say "get out of here, your answer isn't in here. Go search for it."?
    Regardless, many thanks to jrv! for helping me with my robocopy batch SCRIPT which I just used to create an automated backup! Take care boys. And yes, I just bumped your old-old thread.
    Unfortunately I think you miss the point.  RoboCopy is an application.  It is not a script.  This is a scripting forum.  Many people come here nd never read the forum guidelines and do not ask script related questions.
    The /b switch is documented in RoboCopy help.  Of course it assumes the reader is a trained Windows tech and knows what backup mode is.  It is used by nearly all backup software when backing up a live system..
    ¯\_(ツ)_/¯

  • Questions about using the Voice Memos app

    I'm currently an Android user, but will be getting an iPhone 6 soon. My most used app is the voice memos app on my Android phone. I have a couple questions about the iPhone's built-in voice memos app.
    -Am I able to transfer my voice memos from my Android phone to my iPhone, so my recordings from my Android app will show up in the iPhone's voice memos app?
    -When exporting voice memos from the iPhone to computer, are recordings in MP3 format? If not, what format are they in?
    -In your opinion, how is the recording quality of the voice memos app?

    You cannot import your Android voice memos to your iPhone's voice memo app.  You might be able to play the Android memos and have the iPhone pick up the audio and record it.
    Here is the writeup about sending voice memos from the iPhone to your computer (from the iPhone User Guide):
    App quality is excellent.

  • I have prepared a book on iPhoto, ready to buy book. There is amessage above about half the pages that says "drag photo to place in background" as if it doesn't see the picture there. Its a MAC 08X  10.6.8 and iPhoto '08 7.1.5. I have made iBooks before b

    I have prepared an 82 page book on iPhoto, ready to buy. There is a message over about half the photos saying "drag photo to place in background" as if it doesn't see the photo already there. I have spent over 20 hours getting to this point and can't bear to start over! Its a Mac 08X 10.6.8 and iPhoto 08  7.1.5. I have made other iBooks on this software and computer with no problems. Help please!

    Look for a page that has a similar layout:
    The one photo per page layout is the easiest to miss. Just click on a background color to remove the problem.
    OT

  • What about setting the page numbering on a bunch of files that are used in multiple Bookfiles?

    I have an FM 10 bookfile called  BookfileA with 20 chapters. In chapter 1, I set the chapter numbering to start at 1 and the page numbering to start at 1. In chapters 2 through 20, I set the chapter numbering and the page numbering to increment from the previous chapter. So far, so good, but here's the problem. .....
    In BookfileB, chapter 1 is a different file, and the original chapter 1 is moved to chapter 2. But BookfileB's chapter 2 is still self-resetting its chapter and page numbering to 1.
    Because of the unusual fact that BookfileB has an extra chapter, do I have to monkey with the chapter numbering every time I want to generate one variant or the other? Is there something about numbering that I don't realize?

    > You're still using the Book settings to specify how the file is to behave with that option ...
    True enough.
    [*]RFF is likely the optimal setting for most users, who either don't have multiple Book files, or do, but use a consistent numbering scheme for all (our case).
    If RFF is not selected, and the Book and component file Document Numbering settings don't match, FM complains, vaguely. It's a pain to chase down why. And in our experience, if RFF is not set, the Book and component file numbering can get desynchronized by FM crashes, so what was working all of a sudden does not.

  • Some question about communicating the usb RAW device

    I have some question about USB communication: I want to make my VI communicate
    TI-DSP by USB, now, the driver of USB on DSP have done, and  there are a test
    program writen by VC and a driver fold(with a .inf and a .sys files), when I
    install the driver and run the test program, the driver program on DSP run
    regularly. And then I want to program a VI which have the same function as the
    test program, so I unload the driver on PC firstly, then install the DSP in
    NI_VISA according to "Using NI-VISA 3_0 to Control Your USB Device - Tutorial -
    Instrument Drivers". When I sent the standard control request using the VISA test panel, the status below happened. I don't know what wrong with my step.
    Dev  Phase  Data                       Info           Time   Cmd.Phase.Ofs    
     15  CTL    80 06 03 00 - 00 00 04 00  GET DESCRIPTR  5.2sc        56.1.0       
     14  CTL    80 06 03 00 - 00 00 04 00  GET DESCRIPTR   11us        57.1.0       
     14  USTS   00 00 01 c0                canceled       2.0sc        57.2.0       
     15  USTS   00 00 01 c0                canceled         5us        56.2.0 
    PS: the software I use to capture the data is BUSHOUND
    1、Do I have to install the .sys driver file in VISA? How can I install the driver file without losing the device in MAX?
    2、Someone told me it must be done by calling .dll fies in LV, but I want to know if LV can program the function directly without calling .dll file?
    Thank for any reply~~!

    逍遥浪子 wrote:
    I have some question about USB communication: I want to make my VI communicate TI-DSP by USB, now, the driver of USB on DSP have done, and  there are a test program writen by VC and a driver fold(with a .inf and a .sys files), when I install the driver and run the test program, the driver program on DSP run regularly. And then I want to program a VI which have the same function as the test program, so I unload the driver on PC firstly, then install the DSP in NI_VISA according to "Using NI-VISA 3_0 to Control Your USB Device - Tutorial - Instrument
    Drivers". When I sent the standard control request using the VISA test
    panel, the status below happened. I don't know what wrong with my step. Dev 
    Phase 
    Data                      
    Info          
    Time   Cmd.Phase.Ofs     --- 
    -----  ------------------  15 
    CTL    80 06 03 00 - 00 00 04 00  GET
    DESCRIPTR  5.2sc       
    56.1.0         14 
    CTL    80 06 03 00 - 00 00 04 00  GET
    DESCRIPTR   11us       
    57.1.0         14 
    USTS   00 00 01
    c0               
    canceled      
    2.0sc       
    57.2.0         15 
    USTS   00 00 01
    c0               
    canceled        
    5us        56.2.0  PS: the
    software I use to capture the data is BUSHOUND 1、Do I have to install the .sys driver file in VISA? How can I install the driver file without losing the device in MAX? 2、
    Someone told me it must be done by calling .dll fies in LV, but I want
    to know if LV can program the function directly without calling .dll
    file?
    This thread
    contains already a related answer and explains what a sys driver is.
    While you could theoretically use the Call Library Node to call all the
    necessary Win32 API kernel functions to connect to a device driver,
    this would be very cumbersome and not doable without a real good
    understanding about C programming. Writing an interface DLL instead
    won't need more C programming knowledge at all but will give you a
    clean interface to that device driver which eventually could be used in
    other programming environments as well.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Execute java code before rendering the page

    Hi,
    In a task flow, can I execute some java code before the page/view is rendered (i.e. some preprocessing). I would need to be able to have access to the bindings on the page.
    Thanks!

    Can you try doing as specified below:
    If it is simple JSPX, you could use the phase listener as follows:
    JSPX Code:
    <f:view beforePhase="#{SamplePageBean.phaseListener}">
    <af:document id="d1">
    <af:form id="f1">
    <af:panelFormLayout id="pfl1">
    <f:facet name="footer"/>
    </af:panelFormLayout>
    </af:form>
    </af:document>
    </f:view>
    Bean Code:
    public class SamplePageBean {
    public SamplePageBean() {
    public void phaseListener(PhaseEvent phaseEvent) {
    if (phaseEvent.getPhaseId().equals(phaseEvent.getPhaseId().RENDER_RESPONSE)) {
    // DO NECESSARY INITIALIZATION
    Thanks,
    Navaneeth

  • Need to ask a question about getting the iPhone 5 without an upgrade available.

    Alright so I have currently an iPhone 4S and do NOT have an upgrade available. My question is how do i go about buying the 5 then? From what I know, Apple sells "unlocked" phones at around $750 (I want the 32gig version) but wont come out on launch day. Is there a Verizon specific phone that I can get instead of an "unlocked" phone that would cost cheaper and I can get it on launch day? Or do I have to preorder it through verizon's website?
    Another thing is...is there certain fee's that I would have to pay to go along with the phone if I can buy it?

    Pernoe: I'm no expert, but this is the way I understand unlocked phones. Unlocked phones that use GSM technology can work on either T-Mobile or AT&T networks. Unlocked phones that use CDMA technology can work on either Sprint or Verizon networks. I can't tell you the difference between GSM and CDMA... I just don't really know what it is, just that AT&T and T-Mobile use GSM and Sprint and Verizon use CDMA.
    That being said, I purchased (or at least ordered... my credit card has not been charged yet) 2 iPhone 5's from Verizon and opted to pay full price instead of taking the contract discount. You don't need to buy an unlocked phone to pay full price. You just have to select "month-to-month" pricing instead of "2 year contract" pricing when you buy the phone.

  • Questions about flashing the bios

    Hi everyone. I have a few questions about the process involved in a bios update.
    First, I should tell you I have a Lenovo G470 that sometimes has problems booting.
    The problem is I turn on the laptop and after 2-3 seconds it shuts down. I see the logo, and nothing else. After that I can spend hours trying to turn it on again, and keeps failing. After some time, I turn it on and use it without problems.
    Before these problems, I had experienced similar troubles, but I could fix it (in my way) and I explained it in this post: http://forums.lenovo.com/t5/Lenovo-3000-and-Essential/Lenovo-g470-shutdown-problems-in-intervals-of-...
    Ok, In that post a reply says that a possible solution could be a Bios update. So, I've been thinking to flash the bios to solve my actual problem, but I would like to ask you some questions:
    1. Updating the bios could be a solution for this case?
    2. How long does it take to update a lenovo G470 bios? (I ask this because I read that if a problem occurs in the middle the damage can be serious, and in the past I had these random shutdowns, so I'm a bit afraid)
    3. How am I sure if my bios is or not updated? (there's a way to check this from windows?)
    4. Finally, if you could give me a link to download the correct bios update I'll thank you.
    I think that's all. I apologize for my basic english and hope you could give me some clues on this, because, as you see, I'm a total newbie.
    Thanks!

    hi alemaneitor,
    Regarding your questions:
    1. Yes, flashing the BIOS may help solve your problem as it will re-write the configurations on the CMOS. Take note though of the changelogs or README (repair changes) as the latest BIOS updates fixes critical issues on the hardware.
    I've also seen some units that act the same as yours and doing a gpu reflow most of the time fixes the issue - see this thread in reference.
    2. In flashing the BIOS outside of Windows, it takes less than a minute. If you need to run the BIOS flash utility inside Windows, it may take 1-2mins.
    3. If there's a new BIOS that fixes critical issues, it's most of the time uploaded on the lenovo website (in some cases, BIOS updates are not available to the public and can only be used by service technicians)
    4. The latest BIOS update for the Lenovo G470 is the one below that fixes an issue on units that can not enter BIOS after restart under compatible HDD mode (see README.TXT)
    BIOS Update for 32bit Windows
    40cn33ww_32.exe
    3.28MB
    BIOS Update for 64bit Windows
    40cn33ww_64.exe
    3.67MB
    Regards,
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Question about using the Combo Box feature!

    I have a form that I am trying to create for our company that will allow our field nurses to select what they need and print it more effieciently.  The problem is that some of the selections are too long and I can't get the Combo box feature to allow them to be printed on multiple lines:
    I have spoken to my supervisor about redoing the form to look like this:
    But in order for us to meet state guidelines it has to be formated like the first because that is the state form given to us.  I want to be able to either:
    A) have the combo box multi-line auto text sized so it will get all the information into each box
    OR
    B) create text boxes at the end of the form that auto enteries the selected data from the second picture into boxes that look like the first picture.
    Is there any way to do either of these?

    A) No.
    B) Yes. Create a text box with the following code as the custom calculation
    script (assuming the name of the combo is "Combo Box1"):
    event.value = this.getField("Combo Box1").value;
    That way, when the user makes a selection in the combo-box, the value will
    also appear in the text box. Just make sure to make the text box read-only
    and set the combo-box to apply the selection immediately.

  • Question about differences in page appearance....

    Ok, 2 pages I'm comparing:
    http://www.salleboise.com/confirmed.cfm
    and
    http://www.salleboise.com/tournament.cfm
    on the confirmed.cfm, the text starts lower on the page than
    on the
    tournament.cfm
    Why?

    Empty paragraph tags as a layout tool?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Steve Grosz" <[email protected]> wrote in
    message
    news:[email protected]...
    > What ewwwww???
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Eww....
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >> ==================
    >>
    >>
    >> "Brendon" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> After line 356 - put a few of these in there:
    >>> <p> </p>
    >>> <p> </p>
    >>> <p> </p>
    >>> <p> </p>
    >>> <p> </p>
    >>> <p> </p>
    >>> <p> </p>
    >>>
    >>> The table is not bring filled to the height you
    have specified, so the
    >>> content appears to be dropping down a little.
    >>> One reason I guess height is no longer used..
    >>> Oh, you may also want to consider putting some
    double quotes around your
    >>> values in your code:
    >>> bgColor=#ffffff - should be this:
    bgColor="#ffffff"
    >>>
    >>> Regards,
    >>> Brendon
    >>>
    >>> "Steve Grosz" <[email protected]>
    wrote in message
    >>> news:[email protected]...
    >>>> Done, and replied! :)
    >>>>
    >>>> "Brendon" <[email protected]> wrote
    in message
    >>>> news:[email protected]...
    >>>>> Steve - check your original post again.
    >>>>>
    >>>>> "Steve Grosz"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> This is using IE7 that I've noticed
    this problem
    >>>>>>
    >>>>>> "Michael Fesser"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> .oO(Steve Grosz)
    >>>>>>>
    >>>>>>>>Ok, 2 pages I'm comparing:
    >>>>>>>>
    >>>>>>>>
    http://www.salleboise.com/confirmed.cfm
    and
    >>>>>>>>
    http://www.salleboise.com/tournament.cfm
    >>>>>>>>
    >>>>>>>>on the confirmed.cfm, the
    text starts lower on the page than on the
    >>>>>>>>tournament.cfm
    >>>>>>>
    >>>>>>> In which browser? In Opera and
    Firefox the spacings are the same.
    >>>>>>>
    >>>>>>> Micha
    >>>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >

  • Question about Pagination and Page Number Display

    I am trying to figure out a way to display just part of the
    pages if there are 50 or so pages. For examples if the user is on
    page 20 I would like to the numbers to display like this:
    1 ... 18 19
    20 21 22 ... 50
    I could do this through JavaScript I think, but I was
    wondering if the library itself could do something like this.
    Or if you already have something like this, send me the link
    to your site. :)
    www.kayak.com has a good example of this as well.
    Thanks.
    Robert

    Hello Robert,
    You can change the spry:if condition that may look like this:
    spry:if="{ds_CurrentRowNumber} != {ds_RowNumber} &&
    {ds_CurrentRowNumber} + 5 > {ds_RowNumber} &&
    {ds_CurrentRowNumber} - 5 < {ds_RowNumber}"
    Regards,
    Cristian

Maybe you are looking for

  • How do I get my computer to sync to my iPhone

    I have already authorized my computer but I still cannot get my computer to sync to my iPhone or transfer songs from computer to iPhone or vice versa. Everytime I go to transfer a song from my computer (I drag the song to my device) I get a big, red

  • Button inactive

    Hi guys , I 've a problem in message mapping, the button "Map Selected Fields and Substructures If names are identical" is always in grey , so I can't use it...Does anybody know why?

  • Help! What happened to my menu bar?

    My old imac has been getting sluggish.  Today I turned it on and all the right hand side items on my menu bar are gone, including the clock, airport settings, volume, all of it *pffft*.  I immediately hit restart, no changes but it was very sloooow. 

  • Has anyone else had their home button start activation itself...?

    .../switching between apps/opening Siri? i can't seem to figure out why this is happening

  • How to post blog entries from an iPhone ?

    Hello, Is it possible to add a new blog entries from an iPhone ? Without using Posterous. How ? Thanks !