Changing the direction of the form

Hi All,
I am using forms 10g and when I run any form it's direction appears from the right to the left.
How can I want to change this??

I'm not sure to understand your requirement.
Anyway,
in property palette form module
Direction Property Description
Note:
This property is specific to bidirectional National Language Support (NLS) applications. Specifies the layout direction for bidirectional objects. For the purposes of this property, assume that Local refers to languages displayed Right-To-Left, and Roman refers to languages displayed Left-To-Right

Similar Messages

  • How to change the form of a COPA report?

    Hi,
    I want to change the form of a COPA report. How can i do that?
    Moderator: Please, search SDN

    Save it back.
    InfoObject.save or InfoStore.commit(InfoObjects).
    Sincerely,
    Ted Ueda

  • Changing the form name in a .js file

    hi,
    I am trying to use .js files instead of script in the jsp page with the use of
    <script src="root/scripts/foo.js"></script>.
    This foo.js has got the functions which access the information of the form in which they are included. So if I specify a dummy form name in the script, while a page (say "thisPage.jsp" with a form name "thisForm")is loading I would like all the references in the javascript file which are like this document.someFormName.---- to document.thisForm.--.
    How do I do this.
    regards,
    f

    actually, what you asked is completely a Javascript question. There's nothing JSP related about it. Nothing.
    Your actual question, the one you actually posted, was answered correctly. If your question was wrong, then that's not our problem.
    What does concurrent users have to do with anything anyway? Are they all using the same PC and browser instance at the same time? I doubt it. All the code you are referring to is Javascript code, and that will only run in the browser, not on the server, so concurrent user actions have nothing to do with it.
    If you want to change the form name in JSP, then you can do so when writing the page:
    <form name="<%= theFormName %>" action="..." method="POST">
    Otherwise, 'document.'+name ..., eval(), all that is Javascript, not JSP, has nothing to do with JSP or other users.
    So in conclusion, I don't think it's us people that posted answers interpretting things wrong, it's you who doesn't have any idea what he's doing.

  • How to change the Form field in Outlook 2011 for Mac ?

    Hey,
    I have Outlook 2011 on my Mac, and using Exchngae server 2008 for my emails. 
    In the exchnage server I have few differnet domain whic I use,
    In Microsoft Outllok I just can add the "Form" filed and change the email from whom I send,
    How can I define this in Outlook 2011 for Mac ?
    Thanks.

    Go into the List Advanced Settings, select Allow Management of Content Types.
    Go back to the List Settings, and go into the Content Type (e.g. Item). In the Content Type, click on Title, what is selected there? If it is not Optional, then do so and save the settings.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Change the form size when using 9ias v 1.0.22 - Forms 6i to web

    I have a form created in Forms 6i. When I run this on web the viewable size is only 1/4 of avaible screen space and I need to use the scroll bars to see the entire form.
    Currently using 9iAS v 1.0.22
    Are there settings that I can set to change this?
    null

    change the width and height parameters for the applet in the html that invokes the form or in the formsweb.cfg file on the server.

  • ChooseFrom List do not change the form mode

    Dear Sir,
    I have crated a form (using xml) based on a UDO.
    In  this form I have a chooseformlist box for the client code. WHen I am in OK mode and I modify the client code the form does not goes to UPDATE mode. To resolse this issue I ahve added the following ling and the choosefromlist event occur:
    If pVal.FormMode = "1" Then
       oForm.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE
    End If
    Now I am facing another problem is that When I modify the cleint code and the form goes to UPDATE mode and I go to a new record the system does not notify me that the data entered will be deleted if i continue the action without saving. You know the standard behavior of SAP BO
    Kindly help me with this isssue.
    Best Regards

    Hi!
    I use the MenuEvent-Handler to solve this.
    Code in MenuHandler:
                ' Switching to add, find and the yellow arrows
                If _
                    pVal.MenuUID = "1281" Or _
                    pVal.MenuUID = "1282" Or _
                    pVal.MenuUID = "1288" Or _
                    pVal.MenuUID = "1289" Or _
                    pVal.MenuUID = "1290" Or _
                    pVal.MenuUID = "1291" _
                Then
                    If pVal.BeforeAction Then
                        If Not OkLooseChangedData() Then BubbleEvent = False
                    End If
                End If
    And the called function is:
    Private Shared Function OkLooseChangedData() As Boolean
            Dim retVal As Int16
            OkLooseChangedData = False
            If oForm.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE Then
                retVal = _
                    SboCon.SboUI.MessageBox( _
                        "Changed data will be lost!" & vbCrLf & _
                        "Continue?", _
                        2, _
                        AddOnMain.GetResourceManager(AddOnMain.AddOnResources.Common).GetString("MSG_YES"), _
                        AddOnMain.GetResourceManager(AddOnMain.AddOnResources.Common).GetString("MSG_NO") _
                If retVal = 2 Then Return False
            End If
            OkLooseChangedData = True
        End Function
    No guarantee that it works for ALL cases
    Cheers,
    Roland

  • Change "The form has been closed" error message

    My client is not happy with famous "The form has been closed" error message. I have been asked to replace this with meaningful message along with some other messages. How can i do that ?
    Searched internet but noting much there about this at all, I am not sure if anybody have done that in past ? is it doable ?

    Hi Ben,
    Solution is easy,
    Edit  \12\TEMPLATE\LAYOUTS\INC\intlcorestrings.js file
    Search for "IntlCoreStrings.k_strErrorFormClosed" and replace corresponding message with your desired one.
    Save & close
    But there is a down side of it, once you change the message it gets changed for all the web application running on the same server, because this file is located in 12 hive and shared across all Apps.
    Ashraf ul Islam
    Sharepoint Consultant

  • How to change the form's language on startup

    Hello ,
    When I open the form the date field is initialized to a date of today but the the problem is that the date is displayed in Arabic numbers , I want when the form starts the date is displayed in English numbers instead , How can I do that ?
    Thanks.

    hi
    here is the regedit file.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE]
    "inst_loc"="C:\\Program Files\\Oracle\\Inventory"
    "ORACLE_HOME"="C:\\oracle\\ora92"
    "ORACLE_HOME_NAME"="OraHome92"
    "API"="C:\\oracle\\ora92\\dbs"
    "ORACLE_GROUP_NAME"="Oracle - OraHome92"
    "NLS_LANG"="AMERICAN_AMERICA.AR8MSWIN1256"
    "OLEDB"="C:\\oracle\\ora92\\oledb\\mesg"
    "VOBHOME2.0"="C:\\oracle\\ora92"
    "OO4O"="C:\\oracle\\ora92\\oo4o\\mesg"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES]
    "HOME_COUNTER"="1"
    "DEFAULT_HOME"="OraHome92"
    "LAST_HOME"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES\ID0]
    "NAME"="OraHome92"
    "PATH"="C:\\oracle\\ora92"
    "NLS_LANG"="AMERICAN_AMERICA.AR8MSWIN1256"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\AUTOTUNE9.2.0]
    "help_path"="${vobhome2.0}bin/"
    "debug_flags"=""
    "startlog"="${home}autotune/%1.log"
    "trace_report"="0"
    "trace_data"="0"
    "collect_int_in_min"="15"
    "analyze_int_in_hrs"="24"
    "max_errors_allowed"="5"
    "wip_batch"="0"
    "wip_window"="0"
    "wip_logfile"="0"
    "wip_logtable"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\EXPERT9.2.0]
    "home"="${vobhome2.0}sysman/expert"
    "help_path"="${vobhome2.0}bin/"
    "xpcoin"="${vobhome2.0}bin/xpcoin"
    "default_rule_file"="xpo000"
    "debug_flags"=" "
    "sample"="${home}sample/"
    "sample_xdl"="${sample}xppso.xdl"
    "startlog"="${vobhome2.0}sysman/temp/xpexpert.log"
    "trace_report"="0"
    "trace_data"="0"
    "max_orphan_txn_reqs"="100"
    "max_cache_txn_reqs"="50"
    "extract_explain_plan"="0"
    "create_tmp_plan_table"="0"
    "tmp_plan_table"="xp_tmp_plan"
    "wip_batch"="0"
    "wip_window"="1"
    "wip_logfile"="0"
    "wip_logtable"="0"
    "quicktour_start"="${vobhome2.0}classes/oracle/sysman/qtour/tune/us/tune.htm"
    "report_viewer"="write"
    "startup_wizard"="1"
    "collect_trace_stats"="1"
    "standalone_mode"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0]
    "ID"="0"
    "ORACLE_GROUP_NAME"="Oracle - OraHome92"
    "ORACLE_HOME_NAME"="OraHome92"
    "ORACLE_HOME"="C:\\oracle\\ora92"
    "NLS_LANG"="AMERICAN_AMERICA.AR8MSWIN1256"
    "ORACLE_BUNDLE_NAME"="Enterprise"
    "ORACLE_SID"="MyDb"
    "ORAMTS_CP_TRACE_LEVEL"="0"
    "ORAMTS_CP_TRACE_DIR"="C:\\oracle\\ora92\\oramts\\Trace"
    "ORAMTS_CONN_POOL_TIMEOUT"="120"
    "ORAMTS_SESS_TXNTIMETOLIVE"="120"
    "ORAMTS_NET_CACHE_MAXFREE"="5"
    "ORAMTS_NET_CACHE_TIMEOUT"="120000"
    "ORAMTS_OSCREDS_MATCH_LEVEL"="OS_AUTH_LOGIN"
    "ORACLE_HOME_KEY"="Software\\ORACLE\\HOME0"
    "ORACLE_BASE"="C:\\oracle"
    "SQLPATH"="C:\\oracle\\ora92\\dbs"
    "MSHELP_TOOLS"="C:\\oracle\\ora92\\MSHELP"
    "RDBMS_CONTROL"="C:\\oracle\\ora92\\DATABASE"
    "RDBMS_ARCHIVE"="C:\\oracle\\ora92\\DATABASE\\ARCHIVE"
    "ORA_MYDB_AUTOSTART"=hex(2):54,00,52,00,55,00,45,00,00,00
    "ORA_MYDB_SHUTDOWN"=hex(2):54,00,52,00,55,00,45,00,00,00
    "ORA_MYDB_SHUTDOWNTYPE"=hex(2):69,00,00,00
    "ORA_MYDB_SHUTDOWN_TIMEOUT"=hex(2):33,00,30,00,00,00
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0\HTTP_Server]
    "Path"="C:\\oracle\\ora92\\bin;C:\\oracle\\ora92\\Apache\\Perl\\5.00503\\bin\\mswin32-x86;C:\\oracle\\ora92\\Apache\\fastcgi"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\iSQLPlus]
    @="iSQL*Plus Servers"
    "ServerCount"=dword:00000000
    "ServerURIColWidth"=dword:ffffffff
    "ServerNameColWidth"=dword:ffffffff
    "ServerDescColWidth"=dword:ffffffff
    "ServerConnStrColWidth"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\iSQLPlus\Servers]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\iSQLPlus\Servers\Server00]
    @="http://localhost:7777/isqlplus"
    "ServerName"="http://localhost:7777"
    "ServerConnStr"=""
    "ServerActionExecute"="dword:00000001"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\iSQLPlus\Servers\Server01]
    @="http://localhost:7777/isqlplusdba"
    "ServerName"="http://localhost:7777 DBA"
    "ServerConnStr"=""
    "ServerActionExecute"="dword:00000001"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OLEDB]
    "CacheType"="Memory"
    "ChunkSize"="100"
    "DistribTX"="1"
    "FetchSize"="100"
    "OSAuthent"="0"
    "PLSQLRSet"="0"
    "PwdChgDlg"="1"
    "SchRstLng"="10000"
    "UserDefFn"="0"
    "DisableRetClause"="1"
    "VCharNull"="1"
    "TraceCategory"="0"
    "TraceFileName"="c:\\OraOLEDB.trc"
    "TraceLevel"="0"
    "TraceOption"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OO4O]
    "CacheBlocks"="20"
    "FetchLimit"="100"
    "FetchSize"="4096"
    "HelpFile"="C:\\oracle\\ora92\\MSHELP\\oracleo.hlp"
    "PerBlock"="16"
    "SliceSize"="256"
    "TempFileDirectory"="c:\\temp"
    "OO4O_HOME"="C:\\oracle\\ora92\\oo4o"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OracleMTSRecoveryService]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OracleMTSRecoveryService\Protid_0]
    "Name"="HTTP"
    "Host"="localhost"
    "Port"="2030"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OracleMTSRecoveryService\Setup]
    "NumberOfInstalls"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OracleMTSRecoveryService\Setup\All Versions]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OracleMTSRecoveryService\Setup\All Versions\1]
    "Version"="9.2.0.0.0"
    "Home"="Software\\ORACLE\\HOME0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OracleMTSRecoveryService\Setup\Current Version]
    "Version"="9.2.0.0.0"
    "Home"="Software\\ORACLE\\HOME0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Workflow]
    "Icon Directory"="C:\\oracle\\ora92\\WF\\ICON"
    "Level"="100"
    "Version"="2.6.1.5.2"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Workflow\Languages]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Workflow\Languages\ENU]
    "Message"="C:\\oracle\\ora92\\WF\\RES\\WFus.RES"
    "Data"="C:\\oracle\\ora92\\WF\\DATA\\us"
    "TemplateDir"="C:\\oracle\\ora92\\WF\\DATA\\us"
    "Help"="C:\\oracle\\ora92\\WF\\RES\\us\\AWF.HLP"sarah

  • Hello I would like to know how I can change the form of payment of App store for buying books I

    I would like to know how I can chage the form of payment of App store for buying books

    http://support.apple.com/kb/ht1918?viewlocale=de_de

  • How to change the Forms and Reports's NLS_LANG character set on OAS

    Hi,
    I'm having problems with the OAS10g's actual character set, when displaying a report made with Reports Builder 10g who has the letter "ñ" it displays "ñ " with a blank space at the final so i need to change this character set for one that suits this requirement.
    which file or files should i change ??
    could this change affect something else, for example another product in my OAS ??
    Regards
    Carlos

    I have this Forms and Reports Application in Brazilian Potuguese. What I do at new installations is:
    1. Open this file: <MiddlewareOracleHome>/forms/server/default.env and add the NLS parameters below the FORMS_PATH definition:
    FORMS_PATH=D:\Oracle\home207middle\forms;D:\MYENV\Exe;D:\MYENV\Imagens
    NLS_LANG=BRAZILIAN PORTUGUESE_BRAZIL.WE8MSWIN1252
    NLS_NUMERIC_CHARACTERS=,.2. Open this file: <MiddlewareOracleHome>/reports/conf/<your_report_server_name>.conf and create an "environment" section with the NLS variables:
       <environment id="MYENV">
          <envVariable name="REPORTS_PATH" value="D:\MYENV\Exe;D:\MYENV\Imagens"/>
          <envVariable name="NLS_LANG" value="BRAZILIAN PORTUGUESE_BRAZIL.WE8MSWIN1252"/>
          <envVariable name="NLS_DATE_FORMAT" value="DD/MM/YYYY"/>
          <envVariable name="NLS_NUMERIC_CHARACTERS" value=",."/>
       </environment>For this one to work, the application must set RP2RROREPORTSENV=MYENV before launching the report.

  • How do I change the form of payment on my iCoud

    The credit card I have in my iCloud is expired.  I would like to change it to a different one or PayPal, but I am not sure how to do that.
    THanks

    Hello coreyfromkansas city,
    Welcome to the Apple Support Communities! The following resource outlines where you can change your iCloud payment information on an iOS device:
    iCloud storage upgrades and downgrades - Apple Support
    http://support.apple.com/en-us/HT201318
    iOS:
    Go to Settings > iTunes & App Store, tap your Apple ID, and tap View Apple ID. Then tap Payment Information, and update your account. You might need to enter your Apple ID password.
    Cheers,
    Matt M.

  • Changing the embed form size

    How do you change the form size in the embed code? Your forum states "
    Form Width: This can be changed by going to the Form Setup dialog on the File menu", but there is not a Form Setup choice under the File menu

    The Form Setup menu item appears when you have the form open and are in the Design tab.

  • Is there any api to modify the form field in PDF?

    Hi,
    Our client need we provide the editable PDF, i.e. some form fields in the PDF report can be edit. Now we created the PDF template and merged it with the XML data definition in Jdeveloper, but when we get the final PDF report, we found that the PDF form field property is changed to "Read-Only" automatically. We make sure that in PDF template the form field is not "Read-Only", something happened when we merging the XML data and the PDF template.
    Now we wonder if there is any API can help us to modify the PDF form field property, after we merge the XML data and PDF template, we can use it to change the form fields to editable, not "Read-Only".

    Hi,
    What I need is to modify some form fields' property, I explore some web and found before I create the PDF file, I can set the security of the PDF:
    Properties prop = new Properties();
    prop.put("pdf-security","true");
    prop.put("pdf-open-password","welcome");
    So I wonder if there is one property related to the PDF form field.
    Thank you.

  • How can I change the active Midlet using the '*' cell phone button

    Hello
    I've got a problem trying to do that in J2ME MIDP:
    'I have different class extending Midlet that I want to display one after the other. The change may be done when I click the '*' button of my cell phone'
    For the moment I've created a main class that extend Canvas and which contain a vector of objects extending Midlet.
    I'm able to change the objet which I want to display, but not to display it....
    Is it possible to do that?
    Do you have any idea of how to deal with that?
    Thanks a lot...

    Hello
    Thx for your answer .. but I shouldn't have explain correctly my problem because I don't think this answer it .. sorry
    I need an interaction between a Midlet class and a Canvas class.
    In fact I have several forms, and I need to allow my Canvas class to change the form displayed when a button is pressed.
    But If I have a form in a Midlet , I can display it but can't catch the click on a button.
    And if my Canvas is displayed I don't know how to display the form I want to.
    So is it possible to do that... and if so, how?
    Thank you very much...
    Al161084
    Message was edited by:
    al161084.1

  • How to change the url of "Add New Item" of a particular list in SharePoint 2013???

    Hi Guys,
    How to change the url of "Add New Item" of a particular list in SharePoint 2013???
    I need to redirect it into the page where I have created my Visual web part.
    Please suggest
    Warm Regards,
    Tony Joy

    Hi,
         There are multiple ways to change the form url like javascript, SharePoint designer, custom code, editing default form to have custom web part etc, Please follow the url below that describe diffent methods and steps
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ec2769a0-683c-4023-8804-b596e4f92a3a/change-default-forms-on-custom-list?forum=sharepointcustomizationlegacy
    Hope it helps!!!
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • How do you change the quality of imported PDFs?

    I have been creating fillable forms in LiveCycle ES2, using my companies existing PDFs, importing them as fixed images, and adding form elements on top. When I have been looking back at what LiveCycle is producing in terms of quality, versus the PDFs I initially import in Acrobat, the quality is substantially worse in LiveCycle, and any PDFs that I import into and save from LiveCycle look to be a much lower quality. The images of our forms I am importing into Acrobat are 250dpi, 8.5x11. They look crisp and clean in Acrobat. When they are imported, the text looks more grainy when zoomed in, and the logos have jagged edges. I read that LiveCycle, by default, imports PDFs as a medium quality JPG. First, is there any way around this? I can't find an option anywhere to change the quality. If not, is there a workaround that would allow me to accomplish my goals?
    I created a new, blank form in LiveCycle, added an image, and set it as the image of my PDF form. The quality is significantly better, however, the hierarchy is substantially different than when importing a fixed PDF, and I will lose my OCR recognized text from my original PDF.

    Kyle,
    Thanks for your response. To be clear, the way I am importing the PDF is by going to New in LiveCycle, and selecting Import a PDF document, and selecting Create and Interactive Form with Fixed Pages.
    I cannot change the forms or pages, as they are created by our local Board. In otherwords, I have tryed used the flowable content, and upon import, not only are the fonts slightly different, but all the important artwork (trade-related) is gone, and is not in the exact positions it was in. The forms must meet the standards to which they were approved by the regional board, and there are state-mandated forms as well.
    What surprises me is that you say this method of Fixed Content isn't used much any more. I would think that a lot of people would have PDF files they would wish to make into fillable, interactive forms without needing to reconstruct the entire document. Perhaps a company that has always done things on paper, and now wishes to use those exact same forms on the computer, with no deviations to looks so they can be printed and match up perfectly.
    I thought about using Acrobat's internal form creation system. However, some of these forms have sophisticated options and the calculation scripts and systems within LiveCycle are very useful. Not to mention that it has a much larger scalability, should we chose to utilize it.
    Any other suggestions? I am so confused why Adobe would force medium-quality import of a PDF, but be so incredibly flexible about every other option in their program.

Maybe you are looking for

  • CO-PA Cost Component do not match with Standard Cost Component Values

    Dear Members, The CO-PA Cost Components (as mapped through KE4R), do not match with Standard Cost Component values for the Group Currency. In local currency the values match. System is correctly picking up VPRS value, both in local currency and Group

  • Error while executing AUTOMATED_ACTIVITY

    NWCE 7.2 SP3 Hi, I added a new web service to a service group which is used in the BPM process. The service is executed without problems in the dev systen but doesn't work anymore in the productive environment. The configuration is the same and there

  • Is the iPhone for me?

    Hi, I currently have service with Verizon and will be studying abroad next year for about 4 months in Europe (Vicenza, Italy and traveling to other countries). Since Verizon has expensive international plans and does not use SIM cards I feel like the

  • The document "file_name" could not be saved as...

    Selected <Save> on a Keynote 5.0.5 document (~40 slides, 5MB) and got "The document "myfilename" could not be saved as "mynewfilename". The only thing I've done since my last save was an export of all the images as PNGs, and I added a shape created i

  • Having trouble downloading software for my newer phone.

    I have just purchased a second Blackberry Curve 8310.  I am trying to get my information from my original one onto the new one.  However, when I plug in my newer one, Windows says New Hardware Found, and then will not let me install it.  I have tried