Bug in form

My form is creating a page 1 in the PDF mode leaving the 1st page blank except for the header. The web view is fine...the page view while online is fine.  When I download the PDF to my computer the 1st page  has a blank text glitch . What can be done? can it be fixed

Hi;
Can you share your form with me and we can investigate?  Share with [email protected] and please include a reference to this Forum post so I know what we are looking for, instructions for sharing your form: http://forums.adobe.com/docs/DOC-2462
Thanks,
Josh

Similar Messages

  • Bug Report: Feature Request/Bug Report Form

    Re: Feature Request/Bug Report Form
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    The Feature Request/Bug Report Form does not include a drop-down option for Creative Cloud.

    Hi Stephen,
    We are collecting feature requests as idea threads here on the forums versus using that form. If you believe you have discovered a bug with Creative Cloud please post about it here on the forums.
    Thanks,
    -Dave

  • Code Generation Bug in Forms 10g

    We're hitting this goofy bug in Forms 10g (also occurs in 9i) code generation of the On-xxx triggers. I have an "obj" package that declares an index-by array type that's used by multiple packages, including a "qry" package and "dml" package (in good ol' Steven Feuerstein tradition). The On-xxx triggers pass this type into packaged procedures that perform the Insert, Update, Delete and Lock required by Forms. These DML routines are in the "dml" package.
    When we look at the generated trigger code, we see that the index-by array type is incorrectly referenced as dml.obj.idx. That is, since the On-xxx trigger is calling DML routines in the "dml" package, it's improperly qualifying the reference with the dml package name. The On-xxx trigger code gets regenerated every time we do Compile Module. We tried doing Compile All, which doesn't regenerate the On-xxx triggers; but neither does it produce an fmx file.
    Is this a known bug, and is there a workaround? I can't move the index-by array type declaration to the dml package because it's used by multiple packages. If I fix it in one place, I break it in another. I can't have multiple declarations of this type in multiple packages either, because I'm passing it around between the packages, and they're not type-compatible at that point.

    It looks like the Forms Wizard is the real culprit. When we looked at the Property Palette for each On-xxx trigger, where the target procedure is specified, along with the parameters, is where the malformed dml.obj.ref code appears. Once we edited those entries, the On-xxx triggers generated correctly.

  • Bug in form based authorization ( url-patter /* and loginform in /*)

    Try this:
    examples\weapp\security
    default web.xml file for this webapp has url-pattern =
    <url-pattern>/admin/*</url-pattern>
    try to register this web application as default webApplication ( this can be
    done only by editing config.xml manualy - this is feature or bug ? =) )
    and change url-pattern to <url-pattern>/*</url-pattern> and try to run this
    example. Weblogic falls to recursion when executing this example. Porblem is
    that access to loginform is protected by /* but in order to access resouces
    in /* i need autorization which can be performed only by using loginform
    PS: sorry for my poor english
    Regards,
    Giedrius Trumpickas

    in the web.xml, you can specify some security setting , also the the protected
    resources are grouped by url pattern, so to avoid that ,you can group the protected
    url pattern to exclude the form resource, so the form resource page don't need
    to protected. or if weblogic is really smart , they should in default to leave
    the form page or error page or welcome page unprotected.
    Hope that helps.
    Yaodong Hu
    "Giedrius Trumpickas" <[email protected]> wrote:
    Try this:
    examples\weapp\security
    default web.xml file for this webapp has url-pattern =
    <url-pattern>/admin/*</url-pattern>
    try to register this web application as default webApplication ( this
    can be
    done only by editing config.xml manualy - this is feature or bug ? =)
    and change url-pattern to <url-pattern>/*</url-pattern> and try to run
    this
    example. Weblogic falls to recursion when executing this example. Porblem
    is
    that access to loginform is protected by /* but in order to access resouces
    in /* i need autorization which can be performed only by using loginform
    PS: sorry for my poor english
    Regards,
    Giedrius Trumpickas

  • Is it a bug in Forms 6i?

    My problem is that quite often my forms application shuts down all of a sudden. There is no specific instance. It can happen any time, may be when the user clicks on some button on the form. The same might work if we restart the machine. The same happens in all the machines (P2/P3/P4 Windows95/98/2000). I feel this is a bug in Oracle Forms. Is it so? If so, is there any patch available?
    thanks

    Hi,
    I suggest to run this through oracle support. You need to be able to reproduce iut by will or find a trace of what's happening. Support will guide you through this.
    Frank

  • Bug in forms- Won't submit because required field is empty but it is not...

    Hello,
    I have the same bug in both our corporate and French website.
    When someone fill in the form, it says that one of the required field is empty, even when it is not:
    I put the form in a test page at www2.smasolutions.it/test.html
    Please, help me as quickly as you can as the websites are live. We put the simple form for now as it is the only one that is working but we need to grab more info !
    Thanks
    Esther

    Esther,
    The field with the label 'Société*' is actually the email field, so it requires a valid email address.
    I suspect you changed the label name in Muse from 'Email' to 'Société*'. Change the name of the label back to 'Email' so it's clear to the user what they need to enter in the field...

  • Apex 4.02 BUG. Form on SQL wizard

    One of the last pages of the form on SQL wizard lets you specify what pages to go to after cancel and submit.
    You can not enter something like &P7_PAGE_ID. here. Because when you finish the wizard you get an invalid number message. You must enter a number here and then when the form is generated go back and change this number back to &P7_PAGE_ID.

    Yes, I guess this is a Bug.
    1. When you speciify a WHERE clause in the Wozard it adds extra quotes when appending the WHERE into the Report SELECT.
    I think thats the root cause, all others just follow as a consequence.
    a. Because the query cannot be parse ( two single quotes) the Use Generic Column Names (parse query at runtime only) is automtacillay set
    b. This leads to COL01 to COL60
    c. Which is turn leads to the link not working.
    I could easily recreate the scenario.
    To fix it I did the following
    1. Removed the extra quotes from the query
    2. Selected Use Query-Specific Column Names and Validate Query and Saved
    It started working correct.
    I suggest you edit your Thred name add BUG at the begining so that it gets spotted by Oracle folks on the forum.
    Regards

  • Bug in form action configuration: problem with multifield

    I’ve created a new page in content/geometrixx-outdoors/en/ and added a form component (from the foundation components).
    I configure the form’s start element with the action type ‘Mail’ and add a mail address in the Mailto field (xtype="multifield") in the action configuration area.
    I save the configuration and see the start node in the JCR having a property ‘mailto’ with the specified value (as expected).
    However, if I open the start element’s configuration dialog again and try to change the mail address (in Mailto) or add another mail address (in Mailto, CC or BCC), clicking the dialog’s OK button doesn’t close the dialog and save the values anymore.
    Only after I removw a multifield element, I’m able to save the values by clicking the OK button.
    (Tested with FF 11 and Chrome 18.)
    I'de like to see this problem fixed.
    Can I file this problem description as bug anywhere?

    I forgott to mention that I've already installed CQ5.5.
    Unfortunately, I see this bug not fixed yet.
    Note: it's the multifield (xtype="multifield") that's bothering me.
    This has nothing to do with the radio or checkbox field. There's no default selection possible.

  • Google maps bug + contact form

    Hi,
    Im finalizing my website, but i have a problem with the contact form and google embed map
    I can't use the contact form, i can't click in, it redirecting you to the orignial google map page!!!
    (you can see the link where your mouse is over the form)
    Why?
    you can see it there -> http://volumic.businesscatalyst.com/contact-fr.html
    Please help me!
    Thanks!

    I made a test, all is correct when the contact is above the map...
    but i want this map across the page...
    maybe there is something wrong in the html code fo the map

  • HTMLDB 2.0 bug - tabular forms - select list from named LOV

    Hi!
    Changing a column in a tabular form to 'select list (named lov)' gets the following error in HTMLDB 2.0 when you try to add a row (to an empty table in my case):
    PL/SQL error at column 133.
    Create a table and then create a tabular form on it. Then change a report column to be a 'select list (named lov)'. Save and run the form and the error occurs.
    Thanks!
    Dave Venus

    Brian,
    This example:
    http://htmldb.oracle.com/pls/otn/f?p=31517:176
    and this example:
    http://htmldb.oracle.com/pls/otn/f?p=31517:160
    may help you.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Bug submitting form with SpryUtils.submitForm

    You can view this problem here:
    http://www.bachelorsguide.ca/spry16Ajaxsubmit.html
    In the SpryUtils.js file I have changed the final "return:
    false;" to "return: true;" as I want the form to submit to the
    defined action of the form after doing the ajax submit.
    This works in IE... it submits the ajax hit with all the form
    variables then submits to the a third party payment page with all
    the form variables.
    In FireFox it submits the ajax post but doesn't seem to be
    passing the form variables with that submit, then it posts the form
    to the thrid party and all the form variables are passed for that
    hit.
    The issue seems to be that the form variables are not
    submitted with the Ajax post when using FF but are submitted when
    using IE7.
    When I leave the final "return: false;" then the Ajax hit
    DOES work in FireFox... only when I change it to true; that FireFox
    stops working...
    Please help

    Diana,
    The line you gave me was giving me syntax error.
    i played with it and found that if I removed all references
    to any return that it worked.
    So I this right now......
    onsubmit="Spry.Utils.submitForm('order_form',
    '',{method:'post', url:'modpython/index.py?aoi=true',
    async:false});
    No returns, and the Utils file has the original code with the
    return false at the end.
    I don't know what the syntax issue was but it is working in
    Safari, IE7 and FF and I want to give you a big kiss!
    Ok sorry for being inappropriate but I am extremely happy.
    Thanks Diana so much... if you ever have DB issues let me
    know. I owe you.

  • Possible bug in Forms [32 Bit] Version 6.0.4.10.0 (Beta)

    Problem : If a block value is refered in
    a LOv - record group query
    the form cannot adjust the out put .. and
    is not generating.....
    Record group query which works :
    select security_role, sec_role_desc, database_role
    from security_role
    where wnd_appln = 'XXXXXXXXX'
    order by security_role, database_role
    Record group query which is not working :
    select security_role, sec_role_desc, database_role
    from security_role
    where wnd_appln = :APP_ROLES_BK.wnd_appln
    order by security_role, database_role
    Error Generated :
    FRM-30064: Unable to parse statement icrgg/icrggc: hicrg.
    Record Group SECURITY_ROLE_LOV
    Form: EMPLOYEE
    FRM-30085: Unable to adjust form for output.
    Table structure :
    CREATE TABLE security_role
    security_role VARCHAR2(15) NOT NULL,
    sec_role_desc VARCHAR2(20) NOT NULL,
    open_nsr VARCHAR2(1),
    open_pkt VARCHAR2(1),
    chg_wk_grp VARCHAR2(10),
    asgn_anlst VARCHAR2(10),
    updt_oth_wkgp_pkt VARCHAR2(1),
    admin_tasks VARCHAR2(1),
    create_po VARCHAR2(1),
    billing_changes VARCHAR2(1),
    invoice_changes VARCHAR2(1),
    change_owner VARCHAR2(1),
    wnd_appln VARCHAR2(15),
    database_role VARCHAR2(20)
    PCTFREE 10
    PCTUSED 40
    INITRANS 1
    MAXTRANS 255
    TABLESPACE wa0dat0t01
    STORAGE (
    INITIAL 32768
    NEXT 8192
    PCTINCREASE 0
    MINEXTENTS 1
    MAXEXTENTS 121
    w@w Lebon Mathew
    WellsFargo - Telecom Applications
    (415)-477 6445
    null

    I drilled down the proble further and identified that i can
    recreatr the problem in any 7.3.4 database ....
    But in 8.0.5 it's working fine .....
    Is developer 6.0 is going to support Oracle 7.3.4
    it'll be highly appreciated if any one from Oracle development
    team can give me a response
    Thanks in advance...
    Lebon Mathew (guest) wrote:
    : Problem : If a block value is refered in
    : a LOv - record group query
    : the form cannot adjust the out put .. and
    : is not generating.....
    : Record group query which works :
    : select security_role, sec_role_desc, database_role
    : from security_role
    : where wnd_appln = 'XXXXXXXXX'
    : order by security_role, database_role
    : Record group query which is not working :
    : select security_role, sec_role_desc, database_role
    : from security_role
    : where wnd_appln = :APP_ROLES_BK.wnd_appln
    : order by security_role, database_role
    : Error Generated :
    : FRM-30064: Unable to parse statement icrgg/icrggc: hicrg.
    : Record Group SECURITY_ROLE_LOV
    : Form: EMPLOYEE
    : FRM-30085: Unable to adjust form for output.
    : Table structure :
    : CREATE TABLE security_role
    : security_role VARCHAR2(15) NOT NULL,
    : sec_role_desc VARCHAR2(20) NOT NULL,
    : open_nsr VARCHAR2(1),
    : open_pkt VARCHAR2(1),
    : chg_wk_grp VARCHAR2(10),
    : asgn_anlst VARCHAR2(10),
    : updt_oth_wkgp_pkt VARCHAR2(1),
    : admin_tasks VARCHAR2(1),
    : create_po VARCHAR2(1),
    : billing_changes VARCHAR2(1),
    : invoice_changes VARCHAR2(1),
    : change_owner VARCHAR2(1),
    : wnd_appln VARCHAR2(15),
    : database_role VARCHAR2(20)
    : PCTFREE 10
    : PCTUSED 40
    : INITRANS 1
    : MAXTRANS 255
    : TABLESPACE wa0dat0t01
    : STORAGE (
    : INITIAL 32768
    : NEXT 8192
    : PCTINCREASE 0
    : MINEXTENTS 1
    : MAXEXTENTS 121
    : w@w Lebon Mathew
    : WellsFargo - Telecom Applications
    : (415)-477 6445
    null

  • Bug in forms 6i+please help

    I am working on forms 6i ,I have one application that containts a menu module,
    once the user click on menu item it will direct him to a specific screen.
    all screen are working accept two menu items ,once I click on one of them i am getting the following
    error:
    Error:Failed to open file,Ifrun60_dump_*
    I tried many solutions:
    first of all I compiled the menu module and two forms.
    then I deleted the 2 menu items and I added them again as a workaround
    then I tried to run the forms from the server it is working fine with now problems even
    in the test environment.
    I tried to read the dump file but i didn't get anything from it :
    [04/26/09 08:24:14 Arabian Standard Time]::Client Status [ConnId=0, PID=3568]
         >> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION
    ======================= STACK DUMP =======================
    Fault address: 5DF4AC78 01:00059C78
    Module: C:\orant\BIN\ifrd60.dll
    System Information:
    Operating System: Windows NT Version 5.1 Build 2600 Service Pack 2
    Command line: IFDBG60 -SsL09@
    FORM/BLOCK/FIELD: MKT_MENU:BLOCK.IMAGE
    Last Trigger: WHEN-NEW-FORM-INSTANCE - (Successfully Completed)
    Msg: <NULL>
    Last Builtin: READ_IMAGE_FILE - (Successfully Completed)
    Registers:
    EAX:00000000
    EBX:0266D8E0
    ECX:00000000
    EDX:02CD8C0C
    ESI:00000000
    EDI:00000000
    CS:EIP:001B:5DF4AC78
    SS:ESP:0023:0012CA8C EBP:0012CC08
    DS:0023 ES:0023 FS:003B GS:0000
    Flags:00010202
    ------------------- Call Stack Trace ---------------------
    Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name
    0x0012cc08 004909cf 0268a518 02675124 0266deb4 0000000a 0x5df4ac78
    ------------------- End of Stack Trace -------------------
    Can anybody help me please :
    Ahmed

    I asume [And this will be a fact] that you can't debug your module in your prod environment, using your forms builder.
    So, what I can do is, create a basic log table:
    create or replace table tlog
    seq number not null,
    section varchar2(50) not null,
    message varchar2(2000) not null,
    type varchar2(10)
    where section is the name of your record log, message is what you want to trace and type is the type of your log: INFO, DEBUG, WARN, ERROR, FATAL.
    once you create the log table, create a package [something simple] to record the information from everywhere.
    create or replace packege pkg_logs
    procedure p_insert_logs (p_section in tlog.section%type, p_message in tlog.message%type, p_type in tlog.type%type);
    end pkg_logs;
    create or replace package body pkg_logs
    procedure p_insert_logs (p_section in tlog.section%type, p_message in tlog.message%type, p_type in tlog.type%type) is
    begin
    insert into tlog
    values(tlog_seq.nextval, p_section, p_message, p_type);
    commit;
    end p_insert_logs;
    end pkg_logs;
    Call inside your forms this procedure using pkg_logs.p_insert_logs('MY MODULE NAME', 'I AM HERE RIGHT NOW', 'INFO'); to log your trace to see where exactly could be the problem.
    Then in sqlplus, use select * from tlog where section like 'MY MODULE NAME'
    Then see where stops to log the trace.
    Best regards,
    Abdel Miranda
    AEMS Global Group
    Panama

  • Odd bug in Forms 6i with FRM-41361

    Just found this in our legacy application. We recently amended it to allow them to have several forms open at once, a great boon as they spend a lot of time copying and pasting between screens. But now we've found this: If you are in enter-query mode (usually with our users because no records were found) and you attempt to navigate to a different form by clicking on it, it displays an error "FRM-41361: Cannot navigate out of current form in Enter-Query mode".
    HOWEVER, if the item you click in is a multi-line item -or, I've just discovered, a dropdown list - it goes bonkers. It looks as if it is trying to display the error dialog over and over again. It has to be killed and restarted.
    Anybody encountered this? Know if there's a patch we've overlooked? I can partly avoid the issue by suppressing the message in ON-ERROR.

    we have also running 6i with patch 16 environment and user can open multiple forms at the same time and query and never had any issues
    i m using this code to open the form
    Run_Product(FORMS, object_name, ASYNCHRONOUS, RUNTIME, FILESYSTEM,  pl_id,'custom_params');          hope it helps

  • Acrobat  CD Form Button Display incorrectly  when an effect  or transparency  is applied  Via indesign  Looks like a bug

    I have tested existing interactive pdfs that function perfectly in Acrobat XI and Adobe acrobat Reader but open the same files in Acrobat DC and Acrobat DC Reader and most of the documents i have designed and produces over last few years have been renderer useless
    Basically any interactive  form field wich uses  Effects,  Transparency  or  mode changes  like multiply  in every instance the  whole form element appear as a pixelated mess
    I have been posting  in an indesign Thread  https://forums.adobe.com/message/7427566#7427566  it contains  picture and a sample document
    Steve Werner has been helping  me   and has suggest  i post here too
    Graeme,
    I downloaded your PDF file. I have both Acrobat DC and Acrobat XI Pro and I can confirm that I view it the same way that you do.
    It clearly seems to be a bug. In the Acrobat beta group, most users are probably not InDesign users, and most of us who do use InDesign probably didn't create or test Show/Hide buttons using those forms of transparency. I'm sure it's not intentional, probably a side effect of some other change.
    It needs to be reported as a bug. I'd suggest using the Bug Report form here:
    Adobe - Feature Request/Bug Report Form
    Also, there are several Acrobat forums. I'd suggest posting (if you haven't already) in the these two forums:
    Rich Media & 3D
    PDF Forms

    It's good that you'll be submitting a bug. This sort of thing has happened before, and I think it's related some to the fact that InDesign is capable of generating field appearances that you can't set up in Acrobat (transparency in particular).

Maybe you are looking for

  • I want to know what the phone numbers are for the 2 iphones associated to itones

    need to find the phone numbers for the 2 iphones associated with my itune account.

  • Error While creating enhancement Spot

    Hello all, I am doing some enhancement code using new enhancement framework for SAP HR infotype 0002 and 0006. I am searching the enhancement spot in relevant program screen, but while enhancing (Shift+F4), it is showing me a message saying "Object s

  • 10g RAC Storage knowledge for I/O tuning

    Gurus, With 10g RAC lot of DBA's require more and more knowledge of storage like LUN,LUN TUNING,IO TUNING. Are there any books that teach information like 1.Best practice for ASM. 2.LUN configration steps and best practice. 3.I/O tuning. I am facing

  • Sending pictures

    I just upgraded my software to the 4.3 version and immediately I couldn't open any of my apps and now I can't send pictures to my facebook and some friends. Some people can still get pictures but 2 of my friends that I regular text pictures too aren'

  • Clips freezing in the Viewer

    Lately when I am editing, the clips keep freezing in the Viewer. I can hear the audio but the video is frozen. I know that if this happens in the sequence, I can put it on Safe RT and change things from dynamic to medium or low. But in the Viewer, I