IF statement in HTML ITS page

In my ITS page I have the following code:
`if (area == 3)`
<input type="image" name="~OkCode=GETPRODUCTS_RES" src="`mimeURL()`/tab_residential_on.gif" width="131" height="36" border=0 />
`else`
<input type="image" name="~OkCode=GETPRODUCTS_RES" src="`mimeURL()`/tab_residential_off.gif" width="131" height="36" border=0 />
`end`
This works fine but I want to remove the literal "3" and replace it with a variable g_res.  So I change the code to read:
`if (area == g_res)`
This doesn't work as I think it's still checking the literal value of "g_res" not the value in the variable.  I've checked several HTML code forums but this seems too simple a problem for them to solve.  I'm a HTML novice so any pointers would be great.
Regards,
Gill

Hi,
Of course this is possible. The line
  if (area == g_res)
should work as expected.
Maybe you have noticed that you are not writing plain HTML but mixing HTML and a scripting language. The scripting language you are using here is called HTMLBusiness. It's a language only available on SAP ITS, so you won't find anything about it in ordinary HTML forums. Check the <a href="http://help.sap.com/saphelp_47x200/helpdata/en/5f/1fb05e4aee11d189740000e8322d00/frameset.htm">HTML Business reference</a> for further information.
Best regards
Henning

Similar Messages

  • An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery or directly typing its URL

    I apply theme before singing all users into application ,now  visitor/member are not affected color text so we are reapplying themes 
    I am not able to reapplying SPColor /my site Host template "  An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery
    or directly typing its URL" while applying theme i am getting error
     

    is it your public site/ community site or team site?
    what level of subscription you have?i would say try to delete the site and try to create a new.
    http://community.office365.com/en-us/forums/154/t/147705.aspx
    are you able to open the site in the sharepoint designer?
    or try to send them the private message to the support team.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Linking PL/SQL custom region into html db pages

    Hello,
    I have built an htmldb application with several pages, the first 7 of which contain html regions containing htmldb form items I created using the html db interface. I am able to step through the first 6 pages of my application, noting that the values of all the variables are saved when clicking from tab to tab.
    I created page 8 which contains a custom dynamic region, in which I used the PL/SQL web toolkit to create an html table, form, and several form fields in which to capture data.
    What I'd like to do is, link my custom region variables, etc. into the other pages that were generated by html db. The code snippet for my custom region is located below... After I navigate to my page with the custom region then click on Submit or even try to switch to another tab, I get the dreaded error: "The requested URL /pls/htmldb/wwv_flow.accept was not found on this server."
    I am learning this product and admittedly am just knowledgeable to be dangerous. There must be some way to link in the items on my form I created with the rest of the pages within the application.
    I am sure I'm missing an important piece. Has anyone else done something similar? Any ideas, or can you tell me if what I'm doing is not possible?
    In case you're curious, the reason I am writing my own region with PL/SQL using the WebToolkit, etc. is because our organization wanted an example of taking an html db page and porting it over for use in Portal.
    Thanks in advance for any comments.
    code snippet for my custom region:
    declare extracurtxt varchar2(500);
    worktxt varchar2(120);
    begin
    htp.htmlOpen;
    htp.headOpen;
    htp.title('Extracurricular, Community and Work Activities');
    htp.header(1,'Extracurricular, Community, and Volunteer Activities');
    htp.headClose;
    htp.bodyOpen;
    extracurtxt := 'Please list your principal extracurricular, community, church, and family activities and hobbies in order of interest to you. Include specific events and/or major accomplishments such as musical instrument played, varsity letters earned, etc. Please check those activities you hope to pursue in college';
    htp.small(extracurtxt);
    htp.formOpen(owa_util.get_owa_service_path || 'wwv_flow.accept');
    htp.nl;
    htp.nl;
    -- Test working with form elements in table now
    htp.tableOpen;
    htp.tableRowOpen;
    htp.tableHeader;
    htp.tableHeader('Grade level or','center',null,null,null,'5',null);
    htp.tableHeader('Approximate time spent','center',null,null,null,'2',null);
    htp.tableHeader('Positions held','center');
    htp.tableHeader('Do you plan','center');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableHeader;
    htp.tableHeader('post-secondary (PS)','center',null,null,null,'5',null);
    htp.tableHeader('Hours','center');
    htp.tableHeader('Weeks','center');
    htp.tableHeader('honors won,','center');
    htp.tableHeader('to participate','center');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableHeader('Activity','center');
    htp.tableHeader('9');
    htp.tableHeader('10');
    htp.tableHeader('11');
    htp.tableHeader('12');
    htp.tableHeader('PS');
    htp.fontOpen(null,null,'1');
    htp.tableHeader('per week','center',null,null,null,null,'small');
    htp.tableHeader('per year','center');
    htp.fontClose;
    htp.tableHeader('or letters earned');
    htp.tableHeader('in college?');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableData((htf.formText('PT6_EXTRACUR_1','40','65',null,'id="P6_EXTRACUR_1"')));
    htp.tableData((htf.formCheckbox('PT6_EXTRACUR_L9_1','0',null,'id="P6_EXTRACUR_L9_1"')));
    htp.tableData((htf.formCheckbox('PT6_EXTRACUR_L10_1','0',null,'id="P6_EXTRACUR_L10_1"')));
    htp.tableData((htf.formCheckbox('PT6_EXTRACUR_L11_1','0',null,'id="P6_EXTRACUR_L11_1"')));
    htp.tableData((htf.formCheckbox('PT6_EXTRACUR_L12_1','0',null,'id="P6_EXTRACUR_L12_1"')));
    htp.tableData((htf.formCheckbox('PT6_EXTRACUR_LPS_1','0',null,'id="P6_EXTRACUR_LPS_1"')));
    htp.tableData(htf.formText('PT6_HOURS_WEEK_1','3','3',null,'id="P6_HOURS_WEEK_1"'),'center'); htp.tableData(htf.formText('PT6_WEEKS_YEAR_1','3','3',null,'id="P6_WEEKS_YEAR_1"'),'center');
    htp.tableData(htf.formText('PT6_HONORS_1','25','45',null,'id="P6_HONORS_1"'),'center');
    htp.tableData(htf.formCheckbox('PT6_PARTICIPATE_1','0',null,'id="P6_PARTICIPATE_1"'),'center');
    htp.tableRowClose;
    --snip table has seven rows with associated variables.
    htp.tableClose;
    --WORK EXPERIENCE
    htp.header(1,'Work Experience');
    worktxt := 'List any job (including summer employment) you have held during the past three years.';
    htp.small(worktxt);
    htp.tableOpen;
    htp.tableRowOpen;
    htp.tableHeader; htp.tableHeader;
    htp.tableHeader('Approximate Dates','center',null,null,null,'2');
    htp.tableHeader('Approximate No.','center');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableHeader; htp.tableHeader;
    htp.tableHeader('Of Employment','center',null,null,null,'2');
    htp.tableHeader('of Hours','center');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableHeader('Specific Nature of Work','center');
    htp.tableHeader('Employer','center');
    htp.tableHeader('From','center');
    htp.tableHeader('Until','center');
    htp.tableHeader('Per Week','center');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableData(htf.formText('PT6_JOB_1','25','45',null,'id="P6_JOB_1"'));
    htp.tableData(htf.formText('PT6_JOB_EMP_1','25','45',null,'id="P6_JOB_EMP_1"'));
    htp.tableData(htf.formText('PT6_JOB_FROM_1','20','30',null,'id="P6_JOB_FROM_1"'));
    htp.tableData(htf.formText('PT6_JOB_UNTIL_1','20','30',null,'id="P6_JOB_UNTIL_1"'));
    htp.tableData(htf.formText('PT6_JOB_HOURS_1','3','3',null,'id="P6_JOB_HOURS_1"'),'center');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableData(htf.formText('PT6_JOB_2','25','45',null,'id="P6_JOB_2"'));
    htp.tableData(htf.formText('PT6_JOB_EMP_2','25','45',null,'id="P6_JOB_EMP_2"'));
    htp.tableData(htf.formText('PT6_JOB_FROM_2','20','30',null,'id="P6_JOB_FROM_2"'));
    htp.tableData(htf.formText('PT6_JOB_UNTIL_2','20','30',null,'id="P6_JOB_UNTIL_2"'));
    htp.tableData(htf.formText('PT6_JOB_HOURS_2','3','3',null,'id="P6_JOB_HOURS_2"'),'center');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.tableData(htf.formText('PT6_JOB_3','25','45',null,'id="P6_JOB_3"'));
    htp.tableData(htf.formText('PT6_JOB_EMP_3','25','45',null,'id="P6_JOB_EMP_3"'));
    htp.tableData(htf.formText('PT6_JOB_FROM_3','20','30',null,'id="P6_JOB_FROM_3"'));
    htp.tableData(htf.formText('PT6_JOB_UNTIL_3','20','30',null,'id="P6_JOB_UNTIL_3"'));
    htp.tableData(htf.formText('PT6_JOB_HOURS_3','3','3',null,'id="P6_JOB_HOURS_3"'),'center');
    htp.tableRowClose;
    htp.tableClose;
    htp.formSubmit('P6_GO');
    htp.formClose;
    htp.bodyClose;
    htp.htmlClose;
    end;

    Thank you for your reply...
    I actually was probably not very clear about what I'm trying to do. Let me try to clarify and give more background info...
    I have found it very easy to utilize html db to create my web forms, and manage all the variables and session state for me. It is so easy to make a quick form, capture info in a few fields and then post it to the DB. I have found it very difficult to use, however, in terms of getting it to format things the way I wish them to be.
    For example: I cannot seem, for the life of me, to get it to wrap field labels. This results in oddly formatted tables. I have tried to utilize the stop and start html table controls, begin on new line, new field, colspan, rowspan, etc., but what I really need is for it to let me define the tables and field labels, as I have done so successfully with the PL/SQL web toolkit (the code snipped for this is in my first post). What I did unsuccessfully with my custom dynamic region was manage to incorporate my form fields into variables and session state that will be automatically managed by html db along with the other 6 pages in my application. I was perhaps, expecting code to write itself, in retrospect. I'm sure some coding will be necessary to bind my form fields to vars in my html db appl. But, after reading a blog by a Mr. Spledoni (forgive me if spelling is wrong,) I think I messed up by overlapping <FORM> elements in my custom region. I admittedly don't understand how html db renders the form elements and processes them behind the scenes. I do remember from the Portlet classes, however, that coding was certainly necessary to process the forms once submitted.
    Am I making sense?
    I guess I need to either figure out how to format field labels the way I want them to be, OR to be able to write a custom region in PL/SQL using the web toolkit and figure out how to incorporate the values captured within the region into items or variables within my application, all other pages of which are html regions with html db items within them (not dymanic PL/SQL regions).
    Thanks for reading this, I know it's tedious...

  • Uploading an Excel File with an ITS page

    Hi All,
    how can I do to provide a functionality to Upload Excel or TXT Files in a ITS Page ? I try to use functions GUI_UPLOAD, but it calls a Screen that I doesn't want that apears.
    With another solution I make a BSP aplication that is called from my ITS page, in BSP aplication I use <input file... ...> to get content of File and transfer it to an internal table, but I had problem to transfer back this data to ITS aplication, then I solve this problem using EXPORT DATABASE. I believe that is not the corectly solution.
    Somebony knows another way to solve this problem ?
    Thanks

    Hi Regis,
    When i tried to upload a file it won't allow you to select a file in your local drive.
    If you use the frontend services in SAPGUI for HTML,interim screens are shown because of technical reasons.
    You need <b> Java Applet </b> to be iniated before the page loads.IS Java installed on ur PC ?
    <b> REFER the SAP note : 893567 .</b>
    Rgds,
    J
    Do award pts & close the thread, if you got the soln.

  • ITS page - hide quit,help buttons

    Hello guys,
    we are setting up old  ESS EP bussines package based on ITS.
    The ITS pages are based on WebTransaction(IAC) technology.
    There are the quit and help buttons on each ITS page.
    Do you know how to hide that help,exit buttons on the page?
    ITS is standalone, 6.20.
    Thank you and Best Regards,
    Daniel

    Hello Tobias,
    I have check that note already.
    This note is describing the solution for SAP GUI for HTML, not for WebTransaction
    Anyway thank you very much,
    Regards,
    Daniel

  • PZ11 - REM Statement in HTML format in ESS

    Hi
    Can we display the Remuneration statement in HTML format instead of the PDF format in ESS? If yes, how do we do that ?
    Currently our system is converting the smart_form to PDF and displaying in the PDF through PZ11 transaction.
    Thanks

    Hi VAB
    You need to call BAPI  BAPI_GET_PAYSLIP_HTML (FM) to meet your business requirement.
    The conversion from ABAP-listobject to HTML will be done via function module WWW_HTML_FROM_LISTOBJECT
    Also please notice: Note 425548 says that we must "adapt our list" so that it's layout is
    similar to an HTML table. The ESS documentation for renumeration statement says that if we change the form we must also change the HTML templates. The HTML appears to be generated from the form by a "converter routine". Documentation refers to templates HR_PAY_PAYSLIP and HR_PAY_PAYSLIP_PAGE for building the renumeration statement. using SMW0 to see them.
    Regards,
    Jun

  • Conditional statement in html

    This is actually not a JSP question but an HTML question. I could'nt find any good html forum sites out there, and since I received excellent replies in my previous post, I am hoping that those of you who know JSP also know html. Heres my question, is there any conditional statement in html (I don't want to use scripts)? The only conditional statement I found was the logic:equal (not equal) statement. And it seems to only work for forms. I am using JSP in conjunction with html so I used an inner html variable declaration in my JSP function. This variable will be used by my html code. And I would like to check the value of that variable in html.
    Heres my JSP function containing the inner html declaration:
    function showItemEdit(field)
    var elements = editWindowDiv.document.all;
    elements("editWindowField").value = "";
    fieldhtml.innerHTML = field;
    var retVal = null;
    retVal = window.showModalDialog("javascript:document.write(window.dialogArguments.innerHTML);editWindowInit();",editWindowDiv,
    "dialogWidth:335px;dialogHeight:185px;scroll:no;status:no;unadorned:no");
    if (retVal == "OK")
    alert("OK");
    else
    alert("Cancel");
    The inner html variable, fieldhtml.innerHTML, is the value I would like to check in my html code.
    This is what I woul like to accomplish in my html code:
    if fieldhtml == register then
    <tr>
    <td class="bodymd">  <bean:message key="label.register"/>:</td>
    <td><input type="text" name="editWindowField" value="" maxlength="5"></td>
    </tr>
    else
    <tr>
    <td class="bodymd">  <bean:message key="label.shift_no"/>:</td>
    <td><input type="text" name="editWindowField" value="" maxlength="3"></td>
    </tr>
    end if
    I am not sure how to accomplish if-else statements in html. I would appreciate any help. Thanks!

    You are mixing things a bit. There is no JSP in your example. You cannot do conditional statements in HTML. However, you can use JavaScript to output HTML:
    if(someCondition){
    document.write("<yourHTMLTags>whatever</yourHTMLTags>");
    else{
    document.write("<yourHTMLTags>something else</yourHTMLTags>");
    }

  • Auto adjustment of page orientation causes printing issues with documents that have a page width greater than its page height.

    Hi,
    Since an upgrade from Word 2003 to Word 2010, we are experiencing printing issues with certain
    documents that have a page width greater than its page height.
    In Word 2003, it was no problem to set the page width greater than the page height while setting the page orientation to "portrait".
    In Word 2010, this seems impossible: despite leaving the page orientation to "portrait", if one changes the page width/height as stated,
    Word 2010 automatically adjusts the orientation to "landscape". Resetting the orientation to "portrait" will flip the page's width/heigth settings.
    This behaviour causes printing problems: the page prints out 90° rotated.
    I do not believe this is a printer driver issue: I tried several different printer drivers, and all give the same (bad) result. Setting the printer driver's page orientation settings (before printing) makes no difference, as
    Word 2010 seems to force the page orientation settings.
    Inserting the documents 90° rotated is not an option, since it causes problems with the printing margins.
    This is very annoying, since we have to print official documents of a municipality (driver's licences).
    Is there a workaround for this issue?
    Regards,
    Laurent Grandgaignage
    Sysadmin Gemeentebestuur Stabroek, Belgium

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, we can follow these steps to test this issue
    Step 1: Repair Office 2010
    1.      
    Click
    Start, and then click Control Panel.
    2.      
    Click
    Programs and Features.
    3.      
    Click the
    Office 2010 program that you want to repair, and then click
    Change.
    4.      
    Click
    Repair, and then click Continue. You might need to restart your computer after the repair is complete.
    Step 2:
    Rename the global template (Normal.dotm)Follow the steps for the operating system that you are using:
    Windows Vista and Windows 7
    a)      
    Exit Word 2010
    b)      
    Click
    Start.
    c)       
    In the
    Start Search box, type the following text, and then press
    ENTER:
    1.      
    %userprofile%\appdata\roaming\microsoft\templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    Microsoft Windows XP
    a)      
    Exit Word 2010
    b)      
    Click
    Start, and then click Run.
    c)       
    In the
    Open box, type the following text, and then press ENTER:
    %userprofile%\Application Data\Microsoft\Templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    f)       
    Close Windows Explorer.
    How to troubleshoot print failures in Word 2010, Word 2007, and Word 2003
    http://support.microsoft.com/kb/826845
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Start XML Publisher from a html based page.

    Hi.
    We have users that only have access to the html based pages in EBS.
    I wonder if I somehow can make it possible for them to start a xml publisher report request with parameters, from those html based pages.
    In the form based pages this is not a problem, just add the concurrent program to a request group. But there must be someway to do this from the html based pages as well.
    Is there a Role that can be assigned or something?
    Regards
    Daniel

    HI i have used the following code, but what should the class be?
    code=AppletClassName.class Because, i have 10 files that are packaged as a jar file. shouldi put all the .class names in here?
    <html>
    <head></head>
    <body>
    <applet code=AppletClassName.class
            archive="offwaltz.jar"
            width=600 height=600>
    </applet>
    </body>
    </html>

  • Sending a HTML web page in email question please.

    Sorry, the "Mail and address" section of the group is down.
    A long time ago using windoze, I use to be able to send a entire embedded HTML Web page, not a link, in my emails so the reader does not have to click a link but can see the page right in the email.
    I know email in Leo did not have this but can't find any product info as to Snow Leo allows me to do this. Can you please advise?
    Thank you much.

    this only works with safari. Mail uses safari engine to render html. you can also just copy+paste parts of html pages but also only from safari. it will not work well if you try it from firefox.

  • Applying changes to report queries results in HTML 404 page not found

    Hello,
    When I try to change report queries (especially by using multiple queries) I frequently get HTML 404 page not found.
    This happens when I click Apply Changes after I edited the query, but also quite often just when I try to confirm the changes in the query.
    When I logout and then login again, after a few tries, I finally succeed.
    The problem of HTML 404 page not found appears quite a few times, even when I try to delete a query or to open one for editing
    Can anyone help me out here? It is really frustrating any development of reports with APEX
    I'm using APEX version 3.1.2.00.02 with Oracle XE

    Where do you publish your site and how do you upload the files?
    What is the URL of your site?

  • Itunes store does not show on ipad when i launch app its pages are blank

    itunes store does not show on ipad when i launch app its pages are blank

    This indicates there might be an issue with the time configuration on the device.
    Go to Settings > General > Date and time. See if Set automatically is switched to on. If so, switch to off and ensure you set date, time and time zone manually and correctly.
    Power off the device (hold sleep button for four seconds, then slide to power off), then power back on.
    If issue persists, switch Set automatically back to on, and if not resolved then restore the device.

  • Can HTML based pages be auditable in Oracle Apps R12?

    Hi
    I would like to know whether HTML based pages be auditable in Oracle Apps R12? LIke who has accessed OAM>sitemap>monitoring>current activity>user monitoring etc.
    Regards

    Hi,
    Please see these documents.
    For 11i:
    Note: 557730.1 - Web Apps Not Updating Last Login Date In Fnd_Login_Responsibilities
    Note: 278881.1 - Page Access Tracking in Oracle Applications 11i
    For R12:
    Note: 402116.1 - Page Access Tracking in Oracle Applications Release 12
    Thanks,
    Hussein

  • HTML Server Pages - an alternative to JSP

    Your comments would be appreciated on an alternative approach for
    developing web applications using HTML Server Pages (HSP).
    Rather than convert the Server Pages to Java code, the approach
    is to create the Server Page as an XHTML document and
    process it as XML.
    The id attribute is used to link the HTML tags to the servlet
    code. For example:
    <p id="greeting"> </p>
    The servlet code uses a Framework based on the MVC design pattern. A
    value is displayed by creating a Text Model object and associating
    it with the id attribute.
    The advantage of this approach is that the Server Page can be
    validated against the XHTML DTD and there is a clear separation of the
    HTML and Java code.
    For more details see the Brill Software web site:
    http://www.brillsoftware.co.uk
    Thanks
    Chris

    Thank you 'maesj' and Robert for taking the time to post some very interesting comments.
    Please find below my comments on the points raised.
    Best Regards
    Chris Bulcock
    Also every page redirect, link goes through a kind of a commandservlet that processes the page?The HSP Framework follows the same approach as that used by the JSP Model 2 architecture. The entry point is a Java Servlet.
    You can store and process JSP's as XML, too.The advantage of using XHTML is that a web designer can edit the pages using an XHTML aware editor such as Adobe GoLive and Preview them.
    <p id="greeting"> </p>
    What exactly does this do?The id attribute is used to connect the <p> tag with the dynamic content that is generated by the application. When displaying the page the Framework will get the Text Model that the application has created and insert the contents into the Text Element part of the <p> tag. If the Model contained "Hello World" the HTML sent to the Web Browser would be
    <p id="greeting">Hello World</p>
    How do you do loops?The HSP Framework supports a Table Model for the display of tables. The row HTML is duplicated for each row in the table.
    I think it is a bad idea to use the id since this is normally meant to uniquely identify instances in an XML document. If you want to adhere to this rule you could easily insert the same contents twice in a single page.A number can be included in the id attribute to make it unique within the document. e.g. greeting-1, greeting-2.
    Rather than duplicate the same content twice the common HTML can be placed in a single file and included in other pages as required. The <object> tag is used for this purpose.
    How then does the data get into the XHTML element?The data is inserted by the Framework.
    But you have to bind them together in some place.The id attribute is used to bind the XHTML tags to Model objects.
    Plus: fixing the format to XHTML prevents such things as inclusion of other files. This OTOH would impove the options for a modular design.The XHTML <object> tag is used to include one file (View) within another. With the Brill Software web site the Menu bar and Footer are held in separate files and included into each page.
    Unfortunately I did not find documentation there.The documentation is at:
    http://www.brillsoftware.co.uk/bswebapp/bsservlet?cmd=DisplayCmd&view=UserGuide1
    I would not buy such a framework since there are good and mature frameworks out there - for free.The cost of a framework needs to be considered in relation to the overall cost of a project. If a framework saves you time and effort it may be worth paying for. It depends on what value you place on your time and the time saved by using a particular framework.

  • Use of HTML Frame Pages

    If I want have an embedded Forms Applet (Forms 9i Services) as part of an HTML Frames Page (for a typical web portal look), is it possible .
    If possible , can anybody suggest the workaround.
    Regards,
    Gaurav Srivastava

    If use of Frames HTML Pages is possible with Forms 9i , where should be the <FRAME> tag inserted, in the base html files ? Or some separate arrangement should be done. Please do advice.
    Regards,
    Gaurav Srivastava

Maybe you are looking for

  • How do run unix command in java

    hi All unix command working fine in our java program. but i want change user in linux by using java. it's not working. "su root" This command onely not working. anybody know help me This is my ID [email protected] This my code <% String s = null; try

  • How to know the sales order closed using right click menu -Close ???

    I have an sales order with ten item, I have copied the same to delivery and before adding the Delivery I have deleted some items. After adding the Delivery, I manually closed the sales order by using the "right click menu close". The Open Quantity of

  • Printing Presets Page Freezes

    Using Photosop Elements 11 to prepare an image to print, after I click "Print/ Page Setup/ Presets/ Show Presets", to choose a Preset, when I click either Cancel or OK to leave the page, it freezes and I have to Force Quit Photoshop to clear it. What

  • Can we Hide/Gray out Edit button in RFx Screen

    Hi guruzzz...     I have a requirement, where i have to disable or hide the Edit button in RFx depending on document status. I am new to this SRM do we have any option to do this ( i heard dynamic control class etc.. not sure). I am working in SRM 7.

  • Dynamically call DBMS_XMLINDEX to drop parameter and exit with exception

    Hi All, I am trying to create a procedure to dynamically call DBMS_XMLINDEX.dropparameter. If the parameter does not exist then gracefully exit with exception as 'Parameter does not exist'. But I keep on getting errors due to dynamically passing. Pro