Possible defect - verticle scroll bar; Recommended enhancement

Just finished my first screenplay in story and am now editing.
Possible defect - I try to scroll down a single page by clicking on the verticle scroll bar. The script jumps several (from a few to a dozen pages) down. This is unexpected. In most typical 'windows' apps, the scroll bar lets you move up or down a page at a time when you click the space above (or below) the icon that indicates the page you are on (I don't know what that icon is called).
Recommended Enhancement - So, I've started using the PgDn button to navigate while editing/reading. I've found a minor inconvenience with this process. When I hit the PgDn button, story scrolls a full window down and I can't see the last line I read (it's now off the screen). I recommend changing this so that when you hit PgDn the last line of the current page becomes the first line of the 'new' page. That would make for a smoother transition, easier reading and editing.
Thanks for a truly terrific tool.
Joe G.

I've found the scrolling with the mouse wheel either doesn't work or requires a couple of attempts to start scrolling.

Similar Messages

  • Forcing verticle scroll bars or otherwise correcting for their absense

    Hi,
    I have a bunch of empty pages that can be gotten to from here:
    http://www.medxmedia.com/REMsCentral/about_us.php
    The second tab has some content and with the exception of the about us tab each page will likely have enough content to cause the verticle scroll bar to appear.  But what can you do on the page that doesn't have enough content so that  the navigation menu doesn't appear to jump to the right 16 px or whatever the width of the scrollbar is?
    I've found several methods online for forcing scrollbars, but none of them seem to work or I'm not adding them correctly to the CSS.
    I'd appreciate your advice.
    Best regards,
    Chris McLaughlin
    Here's the css:
    @charset "utf-8";
    /* CSS Document */
    html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    #flashMenu{
      background-color:#FFFFFF;
       width:925px;
      height:220px;
      margin:0px auto;
      overflow:hidden;
    #wrapper {
    background:url(../images/medsBG.gif) repeat;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align: left;
    line-height: normal;
    color: #000000;
    margin: 0px auto;
    padding: 0px;
    border:0;
    height:100%;
    width: 925px;
    overflow:hidden;
    .meds {
    display:block;
    width: 284px;
    height: 46px;
    padding: 12px;
    float: left;
    .website {
    display:block;
    width: 284px;
    height: 46px;
    padding: 12px;
    float: left;
    .PI{
    display:block;
    width: 284px;
    height: 46px;
    padding: 12px;
    float: right;

    You have two options, add either one to your sitewide CSS.
    1) Force a vertical scrollbar to appear on all pages:
    html {height: 102%; margin-bottom 2px}
    2) Force a vertical channel to appear on short pages:
    html {overflow-y: scroll}
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Unwanted verticle scroll bar

    Good afternoon,
    I have noticed the presence of a verticle scroll bar where
    there shouldn't be one.
    I create a Captivate project and publish it with no borders
    and no skins (no playbar). I make sure the size of the file
    generated by the project will comfortably fit in a 1013px by 713px
    browser window. I test the project after publish and of course
    there are scroll bars as in this mode all of the browser attributes
    are in place.
    I then test the file through the LMS (the LMS fires the HTML
    file in a window of fixed size (I designate the size in the LMS
    settings) that has no attributes. There should be no scroll bars or
    navigation. All works as planned except on the right verticle side
    of the browser window a scroll bar (with no scroll tab) appears.
    The content should not need to scroll, and indeed it does
    fit, no content is hidden but there is this usless bar on the
    verticle left side. I have tried using CSS overflow:none and
    overflow:auto to not display the bar, but it still displays
    non-the-less.
    Has anyone had any problems of this sort? If so, what was the
    solution?
    Thank you,
    TPK

    Final Synopsis,
    The conditions:
    Our company recently upgraded from the Flash 8 to the Flash 9
    plug-in. Our current version of Internet Explorer 6 is version
    6.0.2900.2180. Our operating system is XP (service pack 2). My
    company uses Adobe Captivate 2 to create internal training
    materials that are SCORM compliant.
    The problem:
    Recently I noticed an odd behavior from lesson materials
    created using Captivate 2. While creating training materials I
    noticed there appeared to be an “empty” vertical
    scrollbar on the right side of the HTML page (web published lesson)
    that was generated from Captivate 2. I have been using Captivate 2
    for several months (with the Flash 8 plug-in) and did not encounter
    this “artifact” before this time.
    To remove the artifact I tried to “publish” the
    .cp file as Flash 6, Flash 7, and Flash 8 compatible files. In each
    case the phantom scrollbar was visible where no scrolling should be
    needed. In addition, I re-sized the physical dimensions of the
    project and altered settings in our LMS to allow for a generous
    window size and a small project size. The artifact persisted. I
    also tried changing the DOCTYPE attribute for the HTML page. Again,
    the artifact persisted. I re-created the project using Captivate
    (version 1), and again the artifact persisted.
    Finally, I inserted an (invalid) <BODY> tag attribute,
    ‘scroll=”auto”’ so that the body tag looked
    like this:
    <body scroll="auto" bgcolor="#F1F4F5"
    onunload="Finish();">
    This appeared to work (even though this appears to be an
    invalid markup tag) and still allowed the page to show scrollbars
    if needed.
    I asked the IS department to roll back the Flash Plug-in to
    version 8, and again published a .cp project (without the above
    mentioned solution). The problem disappeared.
    The problem appeared to be with the Flash 9 plug-in and/or
    how it was implemented in Internet Explorer 6.
    I have tested the file with these browsers:
    OS Browser Plug-in Scrollbar Present
    XP (sp2)Internet Explorer 6 Flash 9 Yes
    XP (sp2)Internet Explorer 6 Flash 8 No
    XP (sp2)Internet Explorer 7 Flash 9 Yes
    XP (sp2)FireFox Flash 9 No
    Mac OSXSafari Flash 9 No
    Mac OSXFireFox Flash 9 No
    I submitted a report to Adobe Support since this appears to
    be a bug.
    TPK

  • Any Possible to add Scroll Bars to SysLink Control in MFC

    If there is any chance to add Scroll Bars to SysLink Control in VC++ MFC Application?

    Hi J Sathish Kumar,
    CLinkCtrl class derive form CWnd class, so it can create with the common windows style WS_VSCROLL. So we could create a syslink control with this style.
    https://msdn.microsoft.com/en-us/library/xw25kwch.aspx
    PTCHAR url =
    _T("Link 2) ")
    _T("<A HREF=\"http://msdn2.microsoft.com/en-us/visualc/default.aspx\">")
    _T("Microsoft VC++ Home")
    _T("</A>");
    //m_mylink is a object of a class derive from CLinkCtrl class.
    m_mylink.Create(url,
    (WS_VISIBLE | WS_TABSTOP | WS_CHILD | WS_BORDER|WS_VSCROLL),
    CRect(
    100, 100,
    400, 240),
    this,
    IDC_SYSLINK2);
    You need to create a class derive form CLinkCtrl class. And you will find the scrollbar cannnot scroll. Here is a workaround:
    LRESULT CMyLinkCtrl::WindowProc(UINT message, WPARAM wParam, LPARAM lParam)
    // TODO: Add your specialized code here and/or call the base class
    if (message == WM_NCHITTEST || message == WM_NCLBUTTONDOWN || message == WM_NCLBUTTONDBLCLK)
    return ::DefWindowProc(m_hWnd, message, wParam, lParam);
    return CLinkCtrl::WindowProc(message, wParam, lParam);
    Set the scrollbar information.
    int CMyLinkCtrl::OnCreate(LPCREATESTRUCT lpCreateStruct)
    if (CLinkCtrl::OnCreate(lpCreateStruct) == -1)
    return -1;
    // TODO: Add your specialized creation code here
    SCROLLINFO vinfo;
    vinfo.cbSize = sizeof(vinfo);
    vinfo.fMask = SIF_ALL;
    vinfo.nPage = 30
    vinfo.nMax = 140
    vinfo.nMin=0;
    vinfo.nTrackPos = 0;
    SetScrollInfo(SB_VERT, &vinfo);//
    return 0;
    Handle the WM_VSCROLL message event in your new class CMyLinkCtrl.
    void CMyLinkCtrl::OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
    // TODO: Add your message handler code here and/or call default
    SCROLLINFO scrollinfo;
    GetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL);
    switch (nSBCode) {
    case SB_BOTTOM:
    ScrollWindow(0, (scrollinfo.nPos - scrollinfo.nMax) * 10); scrollinfo.nPos = scrollinfo.nMax;
    SetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL); break;
    case SB_TOP: ScrollWindow(0, (scrollinfo.nPos - scrollinfo.nMin) * 10); scrollinfo.nPos = scrollinfo.nMin;
    SetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL);
    break;
    case SB_LINEUP:
    scrollinfo.nPos -= 1;
    if (scrollinfo.nPos<scrollinfo.nMin) {
    scrollinfo.nPos = scrollinfo.nMin;
    break;
    SetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL);
    ScrollWindow(0, 10);
    break;
    case SB_LINEDOWN:
    scrollinfo.nPos += 1;
    if (scrollinfo.nPos>scrollinfo.nMax) {
    scrollinfo.nPos = scrollinfo.nMax; break;
    SetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL); ScrollWindow(0, -10);
    break;
    case SB_PAGEUP:
    scrollinfo.nPos -= 5;
    if (scrollinfo.nPos<scrollinfo.nMin) {
    scrollinfo.nPos = scrollinfo.nMin;
    break;
    SetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL); ScrollWindow(0, 10 * 5);
    break;
    case SB_PAGEDOWN:
    scrollinfo.nPos += 5;
    if (scrollinfo.nPos>scrollinfo.nMax) {
    scrollinfo.nPos = scrollinfo.nMax;
    break;
    SetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL); ScrollWindow(0, -10 * 5);
    break;
    case SB_ENDSCROLL:
    break;
    case SB_THUMBPOSITION:
    // ScrollWindow(0,(scrollinfo.nPos-nPos)*10); // scrollinfo.nPos = nPos;
    // SetScrollInfo(SB_VERT,&scrollinfo,SIF_ALL);
    break;
    case SB_THUMBTRACK:
    ScrollWindow(0, (scrollinfo.nPos - nPos) * 10);
    scrollinfo.nPos = nPos;
    SetScrollInfo(SB_VERT, &scrollinfo, SIF_ALL);
    break;
    CLinkCtrl::OnVScroll(nSBCode, nPos, pScrollBar);
    Above code is just for test and help you understand how to add the scrollbar, you could make it more suitable for your situation. Hope this helps some. Example Screenshot:
    Best regards,
    Shu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to exclude Table`s  scroll bar from Drag Source

    Hi
    i have an af:table inside other af:table as its column like below sample
    and user can drag inner table and drop it to other row of outer table but when user click on the scrollbar of inner table to scrolling the inner table selected as drag source and user con not scroll inner table
    so is it possible to exclude scroll bars of table from drag source?
    depart Id
    Dep name
    Emp
    dep1
    IT
    emp Name
    emp email
    emp Tel
    jan
    [email protected]
    8990
    dav
    [email protected]
    8844
    dep2
    Finance
    emp Name
    emp email
    emp Tel
    smit
    [email protected]
    8745
    mary
    [email protected]
    8952

    Hi,
    Always mention your JDev version.
    As Timo mentioned, it would be easier for you if you use a treeTable. Any specific reasons why you don't want to use it? If you want to do it through iterator, you could also use a grid layout (depends on your JDev version) to make it look like a grid.
    -Arun

  • How to add scroll bar within af:showDetail

    I have added a af:panelGroupLayout to af:showDetail, and set the "layout" property of the panel group layout out to "scroll". However, the scroll bar still does not show up within af:showDetail. If I set the height for the panel group layout within af:showDetail, then the scroll bar shows. But then it will not stretch vertically upon stretching the dialog vertically. Is it possible to add scroll bar within af:showDetail?
    Here's a sample code which I tried -
    <*af:panelStretchLayout* id="psl1">
    <f:facet name="center">
    <*af:showDetail* disclosed="false" id="sd1" disclosedText="Metadata"
    undisclosedText="Metadata">
    <*af:panelGroupLayout* id="pgl2"
    inlineStyle="background-color:White;"
    layout="*scroll*">
    </panelGroupLayout>
    </af:showDetail>
    </f:facet>
    </af:panelStretchLayout>

    Yes, you can try panelStretchLayout as well.
    Copy following fragment into an empty <af:document> to see the difference.
    <af:form id="f1">
    <af:showDetail disclosed="true" id="sd1">
    <af:panelStretchLayout id="psl1">
    <f:facet name="bottom"/>
    <f:facet name="center">
    <af:panelGroupLayout id="pgl1" layout="scroll">
    <af:outputFormatted value="outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>"
    id="of1"/>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top"/>
    </af:panelStretchLayout>
    </af:showDetail>
    <af:showDetail disclosed="true" id="sd2">
    <af:panelGroupLayout id="pgl2" layout="scroll">
    <af:outputFormatted value="outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>outputFormat1&lt;p>"
    id="of2"/>
    </af:panelGroupLayout>
    </af:showDetail>
    </af:form>
    Enjoy ADF...
    Todd

  • Scroll Bar on Dashboard

    Hi Gurus,
    We have two or three requests on one page of dashboard .Is it possible to horizantal scroll bar on each request
    Because when i use scroll bar at page two requests are scrolling down
    Can this possible please suggest me how this can be done
    Thanks in Advance

    Hi
    I tried that one but i want scroll bar on each requests that two requests are in two sections on page
    Because when i scroll down i am getting two requests but i want to see only one request by scrolling down
    Please help me how this can be done
    Thanks in Advance

  • Moving Scroll bar in ALV?

    Hi,
    Is it possible to move scroll bar in ALV table programatically,  if i have more fields?
    Thanks,
    GS

    Hi Sathish,
    I think you can try have a workaround by using the following method of class
    CL_SALV_WD_CONFIG_TABLE~IF_SALV_WD_TABLE_SETTINGS~SET_FIRST_VISIBLE_ROW
    It takes Integer as input for Row Number to be displayed as first row. So put your coding within a button up on pressing which you want the scrolling to take place. I however haven't tried it out myself ever...
    Regards,
    Uday

  • No Scroll Bar for left column in Communities?

    I'm sure I'm doing it wrong, but on my iPad Safari I don't see a verticle scroll bars in Communities left column  under "How it works" after signing in and can only access down to
    iPad
    iPhone
    iPod
    iTunes
    Desktop Computers / iMac (Intel)
    iMac mini.
    But in a full browser on a computer the scroll displays down past here to:
    Notebooks (5)
    Mac OS & Sys Software (10)
    iOS Apps (4)
    iLife (5)
    iWork (4)
    Professional Applications (10)
    MobileMe (4)
    AppleTV (1)
    Peripherals (5)
    Servers and Enterprise Software (7)
    Applications (3)
    Wireless (2)
    Windows Software (4)
    Older Software (1)
    Older Hardware
    Using Apple Support Communities
    User Tip Contributions
    Developer Forums
    Bug? User pref setting? A fix?
    Steven

    There are no scroll bars because the iPad doesn't work with them. BUT... You can scroll the pane by using two fingers instead of one to scroll.

  • I would like to know it it's possible to change the scroll bar from the right part of the firefox browser, to the left part and, if it's possible, how can it be done. Thank you!

    The scroll bar (the one used to scroll up and down any kind of website), that is normally in the right part of the firefox browser, would be of much help to me if it could sometimes be moved to the left part of the browser. Is this possible? How can it be done? Can anybody tell me the exact steps to take in order to do this (if it is possible of course)? This would be helpfull to me, since I think that the firefox scroll bar is overlaping the scroll part of the facebook chat sidebar, since I just can see a few people on this facebook chat sidebar and I can´t scroll along it, as I could a while ago. So my guess is that the firefox scroll bar is covering the other. In order to solve it in a simpler way, I guessed that if the firefox scroll bar could be moved to the left side of the browser, this problem could be solved. So, can anybody help me?

    http://kb.mozillazine.org/layout.scrollbar.side
    Type '''about:config''' in Location (address) bar
    filter for '''layout.scrollbar.side'''
    Right-click the Preference and Modify it to '''3'''
    You may need to reload any pages open to have scrollbar move to left after Preference change.

  • Possible to have vertical scroll bar for a cell in ALV Grid (using methods)

    Hi All,
    I have a field with length 100 characters on a ALV Grid (using methods)..User doesn't want to scroll all the 100 characters horizontally to see the whole text rather he wants to have a vertical scroll bar for the cell so that he can scroll vertically.
    Is it possible to have split the cell text into lines and have a vertical scroll bar for a cell in ALV Grid?
    Regards
    Jaker.

    Thanks for the suggestion Balu.I tried this , but while scrolling,headers also getting scrolled.
    Becoz of this , if i scroll down to the last row,headers are getting hidden.
    Headers should always be static.only the data should scroll.
    Since h:datatable is being rendered as one table , i can div tag for this table alone.
    If i have seperate datatable for headers alone i can do this .But i should not use two datatables.

  • I need to turn the horizontal and vertical scroll bars off when in full screen mode is this possible

    I am using a touchscreen monitor and am running the website at 1280 x 1024, however there are scroll bars and I dont want them and I dont want to alter the HTML

    Try this code in the file [http://kb.mozillazine.org/userContent.css userContent.css]
    <pre><nowiki>html,body { overflow: hidden !important; }</nowiki></pre>
    * http://kb.mozillazine.org/Editing_configuration
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html

  • Is it possible to have a scroll bar in a view

    Hi
    I have a bam dashbaord and it is having 4 different views(Graph Type) .One of the views is a bar chart. This graph shows up a large amount of data and bars are getting squeezed.Is there anyway we can have a scroll bar in the view so that bar charts will not get squeezed.
    Any help would be highly appreciated.
    Thanks
    Laj

    Have you been able to do this? I have a similar requirement. Please reply if you have found a way to do this.

  • Horizontal Scroll Bar (Possible Bug)

    Hello,
    I am working on a site, and I have encountered a strange bug that is adding a horizontal scroll bar to my page, and I have no idea why. While there are elements that are lying outside of the page, the scroll bar shows up way before they are close to the edge of the browser window. This happens in Chrome, Safari, and Firefox.
    What is very strange is that while trying to solve the issue, I removed several elements from my muse layout file, and I did find what was causing the issue. I have blue bars that act as headings for each section, and they are not 100% width (and I do not want them to be), and they were not off the page. However, once I removed those, the scroll bar stopped showing up so early when shrinking the browser window. I added the bars back in, one by one, and found out that depending on where I place the bar vertically will affect the horizontal scroll bar. This seems to happen whenever my bar is played below y: 1030. I have added screenshots to show this, and I can email my Muse file to Adobe support.
    Some of you may notice that I do have an element that hangs off the page, and while this is true, I do not believe that it affects the issue I am having. When I remove the blue rectangles as described in the paragraph above, the website behaves as expected, even with my ribbon hanging off the page. With the blue rectangles, the scroll bar appears much before the browser window encounters the blue ribbon.
    I have spent a lot of time searching for a solution, and playing with both the elements on my site and the page properties, and I cannot solve the issue. I just want there to be no scroll bar until the window is actually smaller than the page.
    Screenshots:

    Thank you for the great repro case. It was exceptionally helpful.
    You've exposed a bug that's probably been there forever which required just the right combination of objects both on the page and off the left of the page in order to be triggered. We'll write up a bug to be investigated for a future release. Unfortunately the next major release is due out very soon, so this bug won't be fixed in time for that release.  https://creativecloud.adobeevents.com/ccnext
    A workaround (that no doubt seems arbitrary but should work in every case) is to group the blue box with any other object. Sorry for the confusion and inconvenience.

  • Why my scroll bar of a data block doesn't work?

    Hi,
    I have a data block that displays a maximum of 9 records at one time. When the query returns more than 9 records i want to use a vertical scroll bar to navigate to the last records.
    In some forms it works fine but in others not , i still didn't find why ??
    Cheers,
    Nuno

    Nuno,
    Rather than trying to find a needle in a hay stack, I would recommend taking a step backward.  This will help to rule out whether the issue is something you caused or if there is an issue with the environment or product.
    Create a new module in the Builder.  Do not add any of your own code.
    In the Builder, connect to a database (File > Connect).
    From the Builder menu, select Tools > Data Block Wizard
    In the Wizard first screen (after Welcome), select Table or View then click Next
    On the next screen, click on Browse to display the tables available to you.  Choose one.
    All the columns in that table should appear on the left.  Click on the double arrow (>>) to select all of them.  Then click on Next
    Click on Next again
    Choose the option to create the data block then open the Layout Wizard.  Then click Finish
    In the Layout Wizard, click on Next (after the Welcome scree) to choose the default Canvas.  Then click on Next
    Click on the double arrow (>>) to choose all columns. Then click Next
    Click Next again.
    Choose Tabular as the layout style.  Click on Next
    Change Records Displayed to 4 and check the box labeled "Display scroll bar".
    Click on Finish
    Again, do not make any changes to anything in this form.  Run it.  Does it reproduce the same problem you experience in your previous form?  If this form works correctly, likely the issue is in the design of your other form.  If this test form fails in the same manner then you are either exposing a defect or there is an odd configuration issue.

Maybe you are looking for

  • How do you play music in itunes from an external drive?

    if the library and itunes folder are on the external drive, how do you play the songs from there through a laptop? I have gotten that dreaded "original file not found" message over and over again. Thanks.

  • FTPS in BPEL with passphrase

    HI All..how are you today.. i am trying to do a FTPS within the BPEL...i been searching..and i gues it can be done configuring the JNDI for the FTP adapter..since i have the FTPS = true, i can set a private key..... BUT...what i need, is to use a pas

  • CS 5 Crashing

    Hi. I'm new on the forum.  I had Photoshop 7 "forever" and found out I could get a monthly subscription on CS5, so I downloaded the trial version to test it out - and 5 days later, which is today - I  uninstalled version 7 and was going to go ahead w

  • [SOLVED] Xfce freezes (maybe gtk-engine-murrine)

    I'm just installed Xfce in a fresh Arch installation. The problem is that when I choose, for exemple, the Greybird gtk theme the environment totally freezes. This doesn't happen if I choose a theme that don't need gtk-engine-murrine. Anybody can help

  • Safari flash issue

    Hi, My safari always shows flash website content. Then last week it stopped doing so. I have re-installed flash several times and still no luck. It just suddenly stopped. I have not done any upgrades etc. very strange. Please if anyone has any ideas,