Changing Region Attributes

I'm trying to chage the layout of a form, but in the list of steps on how to change region title and other region level attributes that I found here:
http://otn.oracle.com/products/database/htmldb/howtos/howto_form_layout.html#intro
the first step says to "Navigate to the Region Definition Page,", but there's no instruction to explain how to get there. Are these even the best steps to follow for changing the layout of a form, and if so, then how do I "Navigate to the Region Definition Page?"

that how-to document is done in the context of the "Sample Application" app that's available for (re)installation into any htmldb workspace. you can re-install the sample app by logging into your workspace, clicking the "Review Demonstration Applications" link and then clicking the appropriate link in the Sample Application section. you'll find that Data Entry Form template there.
hope this helps,
raj

Similar Messages

  • How to change report attributes like heading, sort etc programmatically

    Some of the columns from a classic reports using pl/sql as region source should be sortable. Is it possible to change this attribute (sort = yes) using JavaScript or APEX API?
    David
    Edited by: david on Sep 6, 2011 11:56 PM

    There is something I don't understand here. Why do you need to point at the sxd? What is changing? Like I mentioned before. If the contents of the xsd change, all the report will do is - at best - drop the changed fields so you will be missing data. Perhaps some of the following will help;
    [Crystal Reports Guide To ADO.NET|http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/401c4455-a31d-2b10-ae96-fa57af5aec20?quicklink=index&overridelayout=true]
    [Crystal Reports For Visual Studio .NET Reporting Off ADO.NET Datasets|http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/2091d0c3-da1d-2b10-22be-a3426b183f75?quicklink=index&overridelayout=true]
    [Crystal Reports For Visual Studio 2005 Walkthroughs|http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23?quicklink=index&overridelayout=true] (page 332 on).
    Ludek

  • I want to change regions and buy a UK TV program.  iTunes says my account is set up in the US and I can't do that.  Why not?

    I just spent the afternoon setting up a new Apple ID because Apple told me I can't buy British programming after I found out how to change regions.  Since I had signed up for a season of a program, I had to wait until it downloaded to change regions.  So the new Apple ID is ready to go!  I change regions! I find my program from the UK - Guess what? Apple says my Apple ID is set up for the US so I can't purchase in the UK?  Is there an answer out there?  Somebody help me, please!    Margold

    What country are you in ? You can only buy from your own country's store - to be able to buy from the UK store you will need to be here in the UK with a UK billing address on your account. If you aren't in the UK then you can try requesting that the series be added to you country's store, but ultimately it's the TV company that will have to grant Apple a license to do so : http://www.apple.com/feedback/itunes.html

  • How to change the attribute name for a relation

    When the Data Modeler engineers a logical model into a relational model it create table columns for the relations. The names of the generated columns are listed in the attributes list in the properties dialog of the relation. The actual name of the attribute gets calculated by the attribute name of the entity which is part of the relation. This is okay, if there is only one relation between two entities. But when there are two relations between two entities the second attribute gets a stupid number suffix. This makes it impossible to give the attribute a useful semantic meaning.
    When I engineer the model into a relational model I can change the column name in the relational model. Changing the column name in the relational model is not perfect but it would be okay for me, if it would not be overwritten during the next engineering run.
    So I have two questions:
    How can I change the attribute name in the attributes section of the properties dialog of a relation? See here for screen shot:
    http://public.ceving.de/2012050300/relationattribute.png
    And if it is not possible:
    How can I preserve any changes on column names in the relational model during a re-engineering run?
    Edited by: 931739 on 03.05.2012 08:07

    Hi,
    I've logged an Enhancement request on this.
    I don't believe it's possible to change it from the Entity or Relationship dialog, as it's not updatable in these dialogs.
    What you can do is change it in the Relational Model, and then reverse engineer the change back to the Logical Model.
    David

  • My dvd player will not let me change regions, it just quits when i do, now its stuck on region 1. Any thoughts how i can solve this problem or get round it in some way?

    My dvd player will not let me change regions, it says i have one more chance to change it, then it just quits when i do, now its stuck on region 1. Any thoughts how i can solve this problem or get round it in some way?

    Usually if you have some kind of hardware failure there is some beeping during POST or most motherboards now have LED indicators to produce and error message based on the type of failure
    So if its bad memory, not place properly, mismatched, processor not inserted properly, mismatched voltage or voltage connector not present etc it beeps or generates the error id.
    Power supplies can be tested for failure. There are some walk throughs for testing just them with a switch, paperclip or a jumper (I'd suggest not doing this if you are not familiar with the dangers of electricity).
    Memory can be tested with memory diagnostics programs like Memtest+
    Processors can overheat if the proper precautions have not been taken usually you will get a POST beep or error code for that.
    If the motherboard has no response then do the basics first:
    Check power connectors and power supply. Once you determine that is not the case move on to other items like graphics cards in all the way or memory.

  • Adobe kicks me out right before purchase, says I have to change region. How?

    I just want to buy Photoshop Elements, but adobe will not let me. Right before purchase I am always kicked out, saying I have to change regions, but I cannot find anywhere to do that. I've tried logging in from adobe.no (I am in Norway), but that didn't help either. I can't find anywhere to change regions in my account or profile either.  I tried getting hold of the chat-support, to no luck, I cannot get an answer on email, so I consider this the last try before I find another program. Would really appreciate advice.

    Tell this "friend" and their parents that it is up to them to fix the device or buy you a new one.
    Then as tonefox suggested, find a new friend.
    In the future, your friends keep their hands off your devices... it's not that difficult of a concept.

  • How to change the attribut of Form in Review Form in ISR

    Hi,
    We have to change the attributes of text fields of form ( e.g disabling the text field ) once user hits the Review Form button on MSS page
    Please let me know how to do it .
    Thanks
    Manish

    Hi Manish,
    You may write the Formcalc scripting for the respective field.
    //Check ISR control parameters for read/write access
    if($record.CONTROL_PARAM.ISR_MODE == "DISPLAY" |
       $record.CONTROL_PARAM.ISR_FORM_VIEW =="ISR_APPROVE" | <b>$record.CONTROL_PARAM.ISR_REVIEW == "true" )</b>
    then
         this.access = "readOnly"
    else
         this.access = ""
    endif
    Hope this helps.
    Thanks and Regards,
    Anto.

  • How to change the attributes of GUI CONTROLS in my own program.

    hi all,
    i just want to change the attributes of GUI CONTROLS in my own program.
    for example `
    How to set an ICON on my GUI BUTTON in the program?
    so what's the mapping between CONTROL in the SCREEN PAINTER and variable in the program?

    Hi Chao Liu,
    Ya , u first find out the PF-STATUS of the screen and goto that status and now u can modify the ICON u want .
    Finding the GUI status of the screen
    Goto that  TRANSACTION CODE or SCREEN
    On the Standard Menu bar Goto ( Menu path) System --> Status
    Now u get a pop-up System :status in that in SAP Data block u can find GUI Status. Now Double Click on that Status. It takes u to the Status of that screen.
    Now click on the Display --> Change Button on the application tool bar.
    If it is a standard GUI-status then it asks for the ACCESS KEY.
    if it is a custom defined GUI Status  then u can change the status .
    reward if helpful
    raam

  • How to change the  attribute of screen field to drop down list dynamically

    Hi All,
      Col X                   Col Y
      A                        input field
      B                       drop down list
    This is a tabular disply where the Screen field attribute for Col y  is NO DROP DOWN BOX.
    My requirement is to change the attribute of COl Y to DROP DOWN list depending on the value of
      COL X  dynamically.

    Dear Ajay,
    Actually this requirement is to enhance the standard screen for Tcode :EHSVU21.
    So depending on the 1st Column(Test no)  value ,i have to change the 3rd Column(Low.norm.result)
    property either to DROP Down or not.
    So in the PBO only the changes to be made and there is no field in SCREEN internal table for changing the attribute to DROP down. I checked SCREEN internal table where the field VALUE_HELP and REQUEST is useful but not  suitable for my case.
    Any solution available?

  • .change IUCONFIG attribute value in an event-handler of IUICCON (move in)

    Hi there,
    I have been searching for over a week now both on SDN and using the debugger, hopefully this brings more luck.
    On the web-client there is this new contracts page with 3 tabs.
    On the first tab you can choose a product, select a contract and then click Configuration.
    There you can change parameters. (this is View IUCONFIG/ConfigTree) with contextnode ISUORDERITEMCONFIG.
    In this case it is not wanted that this configuration page needs to be opened.
    So I need to change the value of 1 of these attributes (always the same attribute) automatically when switching to the 2nd tab, or when clicking the save button on the last tab. Or any event on the 2nd or 3rd tab are okay. As long as they are sure to be executed in the process.
    I would prefer changing the attribute from within IUICCON/ProcessSaveButtonBar>EH_ONBT_SAVE_PROCESS
    or IUICCON/ProcessBar>EH_ONNAVTOACCOUNTDATA
    I just don't have a clue how to automatically set one value of these configuration attributes.
    Can anybody provide a solution or a workaround?
    Is there any way to change the parameters without ever going to the configuration page in the browser?
    Thanks in advance for your ideas
    Could this thread be moved to CRM webclient?

    Solved, the solution can be supplied in trade for the right amount of money
    (okay is was CRM_ISU_CONT_CHANGE_OW)

  • I want to change region but i have 0.70$ i want to remove it , can you help me ?

    i want to change region but i have 0.70$ i want to remove it , can you help me ?

    Contact iTunes Support - http://apple.com/emea/support/itunes/contact.html - and ask them to clear your balance.

  • How to change the attributes of screen fields dynamically

    <b></b>
    well i have created a table by name empmaster_data with following fields.
    *emp_id.
    *emp_fname.
    *emp_lname
    *dob.
    *doj.
    *dept.
    *desig.
    now using a single screen i want to create,change and display the information.even i am using save and exit button.
    now i want to change the attributes of screen fields dynamically like active,input,output,invisible.

    Hi,
    Have Different Radio Buttons for the purposes what you have and use AT Selection Screen Output, Under the event Use loop at screen and with continue with your requirement.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • How do I change text attributes within one text box in Motion 3?

    I am trying to change text attributes within one text box in Motion 3, but am only able to change the font/size for the entire box. Is there a way to change the attributes to individual lines of text within a text box without creating an entirely new one or using the "Lower Third" text effect?
    How do I create (two different) multiple colors, fonts, bold, italic, underline in one text box within Final Cut Studio Motion (FCP, FCS)

    Thank you! You saved me hours of tinkering around with multiple text boxes. It seemed like it should be something pretty elementary. It didn't help that I am not familiar with proper terminology, so thank you for defining glyph.
    Cheers,
    Owfownugi

  • I have $0.98 left on itunes. i need to use it up before i can change region. how can i spend it when minimum purchase is $0.99

    what do i buy with $0.98? how do i change region.

    Banky,
    The common way people do it is to contact iTunes Customer Service and request them to zero out the amount.  Then you will be able to change country.

  • I wanna change my region but I can't because I have 0.65$ credit. Can you clear my credit so I can change region?

    I wanna change my region but I can't because I have 0.65$ credit. Can you clear my credit so I can change region? Please help :(

    We are itunes usrs just like you.
    You need to contact ituens support.
    Click Contact Us at the bottom of this page.

Maybe you are looking for

  • Help. about the ipod nano charged with usb 1.1

    i just got the ipod nano. now i am charging it. according to the mannul, it will take 3hr to charge it by usb 2.0. considering i only have usb 1.1, so my question is how long it wil take to charge the nano. until i wait for 6hr and the screen still s

  • Windows Activation: An unauthorized change was made to Windows

    I have master image of windows server 2008 r2 giving the error Windows Activation: An unauthorized change was made to Windows Report of MGADiag is below Diagnostic Report (1.9.0027.0): Windows Validation Data--> Validation Code: 50 Cached Online Vali

  • External .swf into a flash presentation

    Hey guys and girls! I got a question here. I made a small flash intro 2 weeks ago and saved it into a .swf. Now I am doing a flash presentation with many slides for a client and I want to put the intro into the first slide. I am doing a symbol/movie

  • Where is the simple 'fill' button on the new Numbers?

    Just upgraded to Yosemite and the new Numbers. In the old Numbers version I used, there was a button on the toolbar for 'fill' which I could use to change the background color of a line or a single cell. Now it seems I have to go to 'format' and then

  • I can not run animation iframe in Edge

    English: Hello everyone, sorry for my English, but I'm an Italian guy. I have been trying for days to enter an interactive animation with the mouse on adobe edge, but I can not. Adobe muse I just click enter html code, I copy and paste the code that