Form modification: Old form appearing

Hi,
We made some changes to the existing form layout. In the quality system, sometimes instead of new layout
old form layout is coming up. Any idea on why this is happening?
Thanks,
Aravind

Hi Arvind,
If you think it may be cache problem then check the below property of the form:
1. Open the form layout in SFP.
2. Go to edit->form properties in designer menu.
3. Go to performance tab and check the property "Allow form rendering To be cached on the server".
It should not be checked.
Regards,
Vaibhav

Similar Messages

  • Problem in Nls_lang (words on form appears like ??????????)

    hi
    i develop forms in old release of developer 10g suit and recompile it in higher release of developer 10g suit
    i have a problem with language in my forms , all my words on my forms appears question marks like ??????????
    i`m using developer 10g suit(higher release) , OracleXEUniv database engine , windows XP as OS.
    words on forms written by Arabic ,
    i change all NLS_Lang registry files for oracle into ARABIC_EGYPT.AR8MSWIN1256
    and change regional and language options >advanced tap > Arabic(Egypt), and mark all Arabic choices and transfer all files needed from windows CD.
    and recompile forms,the problem still there,
    please replay for answers , how can i fix it?
    thank you,

    hi
    are u able to write in arabic?
    sarah

  • Making parameter form appears

    Dear All,
    i have a problem regarding showing parameter form that made by report developer when i call the report from my form
    first i use winXP sp3, database 10g ,developer suite 10g
    the problem is as follow:
    the report run perfectly from report builder and the parameter form appears but when i call the report from the form the report appears without parameter form screen and this make report empty
    notice1 :  i call any other report it is appears successfully
    in a short way (how can i make report parameter form appears when i call it from a form )
    i call the report through the following procedure
    procedure open_my_report (p_repname varchare2) is
    report id  report object;
    reportserverjob varchar2(100);
    report_status varchar2(20);
    begin
    report_id := find_report_object('myreport');
    set_report_object_property(report_id,REPORT_FILENAME,'c:\developersuitehome_1\reports\'||p_repname||'.rep');
    set_report_object_property(report_id,REPORT_EXECUTION_MODE,BATCH);
    set_report_object_property(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    set_report_object_property(report_id,REPORT_DESTYPE,FILE);
    set_report_object_property(report_id,REPORT_DESNAME,'c:\reports\'||p_repname||'.pdf');
    set_report_object_property(report_id,REPORT_DESFORMAT,'pdf');
    set_report_object_property(report_id,REPORT_SERVER,'rep_raysoft');
    reportserverjob := run_report_object(report_id);
    if rep_status = 'FINISHED' then
    copy_report_object_output (reportserverjob,'c/'||prepname||'.pdf');
    host('c/'||prepname||'.pdf',no_screen);
    message('report '||p_repname||' completed successfully');
    else
    message('error when running '||p_repname||' report .');
    end if;
    end;
    notice2: i try to activate the parameter form by adding this line in the procedure
    set_report_object_property(report_id,REPORT_OTHER,'paramform=yes');
    but it desn't make any differance
    so i will be so apreciated if anyone can help me
    thanks
    regards
    yasser elbighily

    Dear All,
    thanks for your attention
    really i modify my code to be appear as follow
    PROCEDURE OPEN_MY_REPORT (p_repname Varchar2) IS
    v_report_id Report_Object;
    vc_ReportServerJob VARCHAR2(100); /* unique id for each Report request */
    vc_rep_status VARCHAR2(100); /* status of the Report job */
    v_reportservername VARCHAR2(50):='rep_raysoft'; /* THE NAME OF THE REPORT SERVER*/
    vjob_id VARCHAR2(100); /* job_id as number only string*/
    BEGIN
    /* Get a handle to the Report Object itself. */
    v_report_id:= FIND_REPORT_OBJECT('MYREPORT');
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_FILENAME,'C:\DevSuiteHome_1\reports\'||p_repname||'.rep');
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESTYPE,FILE);
    /* Define the report output format and the name of the Reports Server
    as well as a parameter form to be displayedwhen required. */
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_SERVER,v_reportservername);
    if p_repname = 'REPCENTERSPREADING' then
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_OTHER,'paramform=yes');
    else
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_OTHER,'paramform=no');
    end if ;
    vc_ReportServerJob := RUN_REPORT_OBJECT(v_report_id);
    message(vc_ReportServerJob);
    message(vc_ReportServerJob);
    vjob_id := substr(vc_ReportServerJob,length(v_reportservername)+2,length(vc_ReportServerJob));
    message(vjob_id);
    message(vjob_id);
    /* If finished, check the report status . */
    vc_rep_status := REPORT_OBJECT_STATUS(vc_ReportServerJob);
    IF vc_rep_status='FINISHED' THEN
    /* Call the Reports output to be displayed in a separate browser
    window. The URL for relative addressing is valid only when the Reports
    Server resides on the same host as the Forms Server. For accessing a
    remote Reports, you must use the prefix http://hostname:port/ */
    WEB.SHOW_DOCUMENT ('/reports/rwservlet/getjobid'|| vjob_id||'?server=rep_raysoft','_blank');
    ELSE
    message ('Report failed with error message '||vc_rep_status);
    END IF;
    END;
    and it helps me to display the parameter form but i face another problem that is when i enter values for my parameter it gives me the following error
    REP-52007: Parameter form format error.
    note: i test the report directly from report builder and it work successfully without any problem
    so can anyone help me please
    yasser elbighily

  • Forms 10g Migration : Menu attached to form appears on MDI Window.

    Hi All ,
    On migration of forms 5/6i into forms 10g observed that the Menu Module attached to a form appears on MDI window and not attached to the main window of the form.
    How do we ensure that the Menu and the Horizontal toolbar attached to the form appear on the main window of the form and not on the MDI Window ?
    Kindly help please ...
    Thanks ,

    Hi,
    I have same issue. Did you find any solution ?
    Please let me know.
    Thanks.

  • Controlling form appearance according to the values in the table.

    Hi,
    I want to control my form appearance foreground color,background color, font name, font size etc. at form startup. These values are kept in a table. Please tell me the best way.
    Thanks,
    Shafiq
    null

    Depend on the values; if the values are a given, i.e if the values only takes a certain combinations then create predefined visual attributes and at runtime apply thro the pre-form trigger.
    if the values are vary regularly then pick the values at runtime pass it thro parameters/global variables at the pre-form
    /when-new-form instance.
    null

  • HT5570 My six-year old grandson appears to be able to make purchases on the TV without having to enter the password and yet every other device i use (e.g. iPad, iPhone, iPod) is password protected. How is that possible?

    My six-year old grandson appears to be able to make purchases on the TV without having to enter the password and yet every other device i use (e.g. iPad, iPhone, iPod) is password protected. How is that possible when I have to use my password to access such services on all other devices?

    DominicDeBurca wrote:
    My six-year old grandson appears to be able to make purchases on the TV without having to enter the password and yet every other device i use (e.g. iPad, iPhone, iPod) is password protected. How is that possible when I have to use my password to access such services on all other devices?
    Having AppleTV remember the password is optional.
    Logout of iTunes store, log back in and hopefully next time you come to purchase you'll be prompted for your password but decline the option to remember it.  You might also want to look out of parental controls on the unit.
    AC

  • How do I play older iTunes songs?  My old AppleID appears

    I cannot play iTunes songs that I purchased years ago on a computer that is long gone.
    I tried to "deauthorize all" but this method didn't work.  After I tried this, and then "authorized" this computer, a prompt pops up that says "this computer is not authorized to play...", it shows my OLD Apple ID that I changed years ago.  I type in my NEW AppleID/password and when I try to play the same song, the same prompt pops up.
    I'm going in circles.
    How do I work around this old ID appearing?
    Mac OS 10.8.3
    iTunes 11.1

    You may want to fill out an iTunes Support Form

  • I have old content appearing in the content viewer

    I have old content appearing in the content viewer and would like to beable to control it, but can't find where it's coming from.
    It is stuff from the pre release days V10 backwards, that side loaded into the content viewer locally which seems to have somehow come over when I installed the new viewer but can't see where it is coming from. Anyone any ideas?

    Hi Bob
    Thanks for coming back, I have already tried the method you mention, but the past issues are not coming from that scorce, I have only the completed folios on line that were uploaded to the Adobe servers in order to be downloaded in to the multi issue apps.
    The folios I am seeing (approx 60 of them) seem to be loacally stored on my desktop that somehow have been picked up possiblly during a backup. I have set up a different Adobe ID and logged into the content viewer with the new ID but they are still there and are enabled for download. Removing them locally has no effect, so I assume they are coming from the Adobe servers.

  • IOS8 old page appears in safari

    IT is not a feature that random old page appears for a few seconds when i open safari before last page appears. Can you fix it please?

    Many ISP's are serving pages from cached data. You should call your provider and ask them what to do to get a "fresh" page.
    They may give you newer DNS locations that may help.
    Meanwhile try adding a question mark (?) at the end of the URL:
    http://apple.com becomes http://apple.com/?

  • TS3672 Hi need help, when i am trying to compose any new sms, there is a old sms appearing by default on my phone, it so happens that i have to delete that sms and compose a new one, how can i over come this problem

    Hi need help, when i am trying to compose any new sms, there is an old sms appearing by default on my phone, it so happens that i have to delete that sms and compose a new one, how can i over come this problem.
    Regds.
    Nagaraj

    On my iphone, when I get into Messages, I see a list of message thread names and at the top right is an icon with a square and pencil coming out of it.  If I tap it, I can begin composing a new message with having to deal with any others.
    If on your screen you see one or more message "bubbles", then press the "Messages" button at the upper left to go back to the home page for messages.  There you can tap the compose icon.

  • Form appears even when physical copy deleted and cache cleared.

    I am running an application on the oracle application server (Oracle 10G Release 2 10.2.0.1.0).
    When I load up my initial form sometimes it runs the correct version of the menu i.e. the one in the forms_path and sometimes it runs an old version which must be located somewhere, but I cannot find where. I have searched the entire machine (used as the application server). There is no virtualisation running it is a straight forward live box and my search returns nothing apart from the version I expect of the menu.
    Fair enough I thought, must be stored in the cache I then went through the process of deleting anything that might remotely store a history in Internet Explorer.
    This didn't work so I thought it might be the cache in the JVM, so cleared the cache in the JVM and disabled caching.
    Still no luck, now thought it might be caching issue in the oracle application server itself. After checking in Enterprise Manager that nothing was cached and restarting the instance of the server that was running and even the machine in a desperate attempt to clear anything that might be stored anywhere the old version still appeared on some start-ups.
    Does anyone have any ideas from where this phantom form may be returning from the dead.
    I even tried deleting all the forms on the computer (obviously backed them up) and miraculously the application ran with an old version of the forms on some start-ups.
    This problem crops up intermitently as discussed above, where oh where is it coming from. Have been looking at this all day and just has me stumped. Help would be very much appreciated
    Thanks in advance
    Dan

    The menu being brought back each time was how I thought forms worked. Just got drawn into cache idea because I thought with the file not appearing anywhere in the search of the computer, it must have something to do with historical versions.
    I'm not in work because its currently 9 o'clockish in England but I will try out the sysinernals tool tommorow. I take it by sysinternals you mean the filemon tool using a filter of .mmx to draw out the menu?
    Thanks
    Dan
    p.s Was an old version of menu I built not the oracle default.

  • I filled in a Word pdf document, sent it to a client who uses Word in Windows 7 and the form appears blank when they open it. They can read the form, but nothing that I filled in. Help!

    I was sent a lengthy pdf form that required me to enter data onto it. The sentences appeared compressed on my screen, but I could see everything that I entered. Next emailed it to my boss and when he opened it on his Windows 7 with Word, all of the data that I had entered appeared lost. It was as if I hadn't entered anything on the form. So I asked him to send it back to me. He did and when I opened it on my Mac Book Air, all of the information that I had filled in was there on my screen.
    This went back and forth a few times, but the result was always the same. I have been requested to complete the form on a Windows based computer, which will take me hours. Any ideas what causes this problem and how to fix it?

    What has this to do with Pages? You probably did this in Preview.
    Peter

  • Making a Form appear on the center on the screen

    Hi
    How can i make a form in java to appear at the center of the screen no matter what the resolution of the scrren is .
    Thanks

    I know of 2 ways:
    1. [The clean way]
    http://forum.java.sun.com/thread.jsp?forum=57&thread=537866 EvilEdna's post {most thorough}
    OR
    http://forum.java.sun.com/thread.jsp?forum=31&thread=552229 My post (reply #1) {less thorough but still good}
    2. [The dirty way]
    frame.setLocationRelativeTo(null); {dirty!}

  • Completed form appears blank

    I've received an interactive form (created in Acrobat 9 Pro) back completed, but all the fields appear blank until I click on one & then if I clck on another the previous one appears blank again i.e. only one at a time can be seen
    Has anyone come across this before & if so, what's the issue & the solution, please?
    Thanks
    BTW it may not be relevant but the data in the fields doesn't appear if the form's printed either.

    Most likely the form was opened and save with the Preview application on the Mac, which has lousy support for PDF forms. It actually corrupts them in a number of ways when it saves them. Since you have Acrobat, you can export the form data to an FDF file and import it into a blank form and all will no OK.

  • Fillable form appears blank when completed

    when a client returns a completed fillable form the fields appear to be blank. When clicking on a field i can see that response, but only 1 field at a time if i click on them Why does this happen? How can it be solved?

    Check this:
    http://blogs.adobe.com/pdfdevjunkie/2009/11/script_to_fix_mac_osx_previewa.html
    If the user fills out the form using Preview on a Mac (instead of Acrobat/Reader), I believe it will exhibit the symptoms you describe. The following thread is where I got that link (GKeiseril posted it in the 4th message) although it may not have been the issue for the poster who started that discussion:
    http://forums.adobe.com/thread/1019513?tstart=30

Maybe you are looking for

  • Airport Express is going to make me mad!

    Hello everyone, I tried to find an answer for my problem browsing around with the "search" function but nada. Well, here's my problem: I've bought 2 Airport Express, currently firmware 6.2 (default). The main one is connected to a dsl router which pr

  • Mapping Routing service with a database adapter in ESB

    Hi, I have a database adapter configured for a Stored procedure that takes in a XML_TYPE and returns a CLOB. I also have the Schema for request and response, which I have configured in a Routing Service. Now how do I map the Routing Service to the Da

  • Database: Search in binary type

    I just began with the utilization of database and I created a small database (with the database toolkit)  for technical papers and patents.  To store the abstract I use a binary type.  I want to know if it is possible to make a search in this field (

  • RV042 Won't Get 2nd IP

    I have two Internet connections- 1-DSL Modem (WAN1-Internet Port) 2-Cable Modem-Comcast (WAN2-DMZ/Internet Port) I connected the DSL (WAN1-Internet) port in and the Cisco RV042 was able to get an IP automatically. I tested the connection and it works

  • XI SUS-SRM

    Hi .  into SRM/SUS   in transaction SXMB_MONI show me the next message error. enter a country for partner 497 type vendor enter a country for partner 1052 type buyer party. I was review the country into transaction BP and portal administration and th