Item name in detail block changed!?  Help please!

Hi, All
I have a master-detail relationship. The join condition is Mast.ref_id = Detail.id. There was no returning records when I run datablock. When I came backe to the form, I found that the item name for Detail.Id was changed to FMNITE. I tried a few times, the name changed to different wierd charactors.
Did anybody have this problem?
Thanks,
Deborah

Hi Deborah,
I've had two times the same problem. Delete the relation, delete the Item and recreate them both. That was in my cases enough workaround. Before I did it, I have restartet the Forms Builder.
Have luck
Gerd

Similar Messages

  • Hi, i cannot publish my iWeb site with  a non mac domaine name...can anyone help please?

    hi, i cannot publish my iWeb site with  a non mac domaine name...can anyone help please?

    Hi, I have a site developed by myself usinf iWeb and as iWeb are no longer hosting teh sites in 2012 i have found another domaine. It is with Go Daddy and the domaine / name is live. I have tried to publish site using fttp but keeps coming up wih a common error message saying the info i have input is incorrect. I have tread this may be an issue if host is a windows based host???
    appreciete your help

  • Query based on a non-database item in master/detail block

    Hi,
    I have a master/detail block, and in the master the block in have non database control item which displays the user name. Now i would want to retrive all the master/detail records based on the control item. Is that possible? How can i do it?
    Any help would be appriciated.
    Thanks
    Kavitha

    use the set_block_property (default_where) and the execute_query built-ins. more info in the online help

  • Trying to save an item name in a block so I can return to it.

    Hi
    I'm working with Oracle 10g forms developer.
    I'm trying to save the field I'm in so that after I press a button to do stuff and return. I go back to the field I was in.
    I've tried assigning :system.cursor_item and :system.trigger_item to a variable in my sys block but I keep getting the error
    FRM-41506: Cannot find Block: invalid ID. I'm doing this in the post-change trigger of the item I want to return to.
    It seems to be objecting to the statement :sys.current_discounting_field := :system.trigger_item;.
    Can anyone help please?

    try this:
    +{YOU WILL HAVE TO DO WHATEVER PROCESSING WHERE APPROPRIATE}+
    DECLARE
    v_currec NUMBER(4);
    v_curfld VARCHAR2(50);
    BEGIN
    v_currec := :SYSTEM.CURSOR_RECORD;
    v_curfld := :SYSTEM.CURRENT_VALUE;
    COPY (:SYSTEM.CURSOR_RECORD, :p_block || '.' || :p_field);
    GO_RECORD(v_currec);
    GO_FIELD (v_curfld);
    END;

  • Dynamically access item names from plsql block?

    hi folks - is it possible to access the block/item names inside a form, from a plsql block within the form? does that make sense, probably not, it's gone 5pm and my brains fried today.
    I want to try and control access to various items from within a back end table. Then in the form startup, I wanted to loop through the item names, fire them through to a check_access() function, and display or hide them depending on the result.
    does that sound possible, to get the item names at runtime, or do I have to hard code each item name I want to pass to the function?
    ps. forms 10g
    thanks.

    yes! check it out:
    Looping Through Items in a Data Block

  • Change of Domain Name causes loss of podcasts - help please

    Hi all
    For the past 16 months i've posted monthly podcasts on iTunes. Last month I changed the domain name of the website they were pinged from and (I assume because of this) my podcasts are no longer on iTunes.
    What's the best way to get my podcasts back? Do I:
    1 - contact iTunes as if this is a brand new podcast and then submit them all?
    2 - get iTunes to recognise that they are the same podcasts without having to go through the process for new podcasts (and if so, what is the best way to do that?)
    3 - other?
    thanks in advance for your help.
    Gordon

    Refer following for 10.1.2:
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/host.htm#BABJGDBH
    Hope this will help.
    Thanks
    Shail

  • Broken Links not fixed after being changed-HELP PLEASE!

    I am trying to fix a website I created for a friend. I created it in Dreamweaver CS6 on a Mac. Everything was working on the website, the pitures were showing up and now 2 of the pages arent working. On both pages the spry bar is not working and some of the pictures will not show up. I have went to find broken links and redirected it to the correct file but it is not changing anything. I am not sure how to fix this problem, if anyone has any advice that would be great!! The website is www.serenityatthebeach.com.

    That line read correctly when I looked at it on the broken page colorcutstyle. I copied the code from the page if that would help. I hope this helps.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Stlye Services</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    @import url("webfonts/Jenna_Sue/stylesheet.css");
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background-color: #A9AB36;
              margin: 0;
              padding: 0;
              color: #000;
              background-image: url(background.jpg);
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 15px;
              padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
              font-family: "Jenna Sue";
              font-size: 50pt;
              text-align: center;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #A9AB36;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: underline;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
              width: 960px;
              background-color: #E5E3E4;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
              padding: 10px 0;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background-color: #A9AB36;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    .container .content p {
              font-size: 30pt;
    .Headers {
              color: #A8A92B;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <div align="right"><a href="http://www.aveda.com/index.tmpl"><img src="Header1.jpg" alt="Header" name="logo" width="961" height="423" id="logo" /></a></div>
      </div>
      <div class="content">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="colorcutstyle.html">Hair Services </a></li>
          <li><a href="../spapage.html">Spa Services </a>      </li>
          <li><a href="nailpage.html">Nail Services </a></li>
          <li><a href="makeup.html">Make-Up </a></li>
          <li><a href="../aboutus.html">About Us </a></li>
        </ul>
        <h1 class="Headers">Hair Services</h1>
        <p><img src="color.gif" width="792" height="612" alt="hairservice" /></p>
        <h1 class="Headers"><img src="IMG_2397.JPG" alt="salon picture" width="933" height="282" /></h1>
        <p>&quot;+&quot;indicates variations in the price determined by the work involved and the level of talent </p>
        <p align="left">24 hours cancellation notice is required </p>
      </div>
      <div class="footer">
        <p><a href="https://www.facebook.com/SerenityAtTheBeachSalonSpa?fref=ts"><img src="facebook-logo.png" alt="facebook" width="244" height="195" /></a><a href="https://plus.google.com/110271807602578049704/about?gl-us&hl=en"><img src="googleplus.png" alt="google plus" width="194" height="194" /></a><!-- end .footer --></p>
      </div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Skype didn't recognize your sign in details (Macbook Air) help please

    My Skype is not working since a week now. When i tried to log on to Skype from my Macbook Air (Mid 2011) it says "Skype didn't recognize your sign in details please check your Skype name and password then try again". I have done the following steps but issue still persist
    Operating System: Mevericks 10.9.4
    Step No:1
    I deleted the shared.xml file from library
    Reinstalled Mevericks then formatted my Harddrive and downgraded to Mountain lion X
    Issue is still there and I am hopeless because I have contacted the Skype support and searched the google for help, read different blogs but I haven't found any Solution.
    Is there any one who can help me please?
    Looking forward

    OS X Mountain Lion (10.8.1)
    While I'm doubtful this will fix your problems, you need to update.
    OS X Mountain Lion Update v10.8.5 (Combo) 831.81 MB
    http://support.apple.com/kb/DL1676
    Log into the Skype Web site. http://www.skype.com
    Click on the Sign in link.
    It's possible you will need to reset your password.
    Also verify that you are running the latest version (6.19.0.442) of Skype. http://www.skype.com/en/download-skype/skype-for-computer/

  • LR4 no exported video change-help please

    Exporting from LR4 video there is no change to adjusted clip. I went through the clips from the the 5D mark II before I had LR4 in Quicktime and trimed and saved them. Made adjustments to the jpeg still. and synced the jpeg  preset and exported. Video exported with no change. Using 2.7 GHz Intel Corei5 10.6.8 12 GB of ram. Please help or guide me to a disscussion that I haven't been able to find among the many.

    http://help.adobe.com/en_US/lightroom/using/WS75C39DDC-B701-4840-A703-0755A5C04878.html#WS 2bacbdf8d487e582-424a4e56134157e47bf-8000
    Original :Exports the video in the same format, and at the same speed, as the original clip.
    under this Adobe help link exporting video - it doesn't say anything about not exporting the file without changes. Why would I want to export a copy of the video without changes made in LR?
    When exporting  as H264 I see a change. S0 "Original" means just what it says" and "Of course - same as re-saving a JPEG" isn't answering the question of exporting the video as original not exporting with lightroom changes. 
    Is the DPX format lossless to the "original" or is the export choice of save as Original not  functioning correctly, saving the files with the same format, and same speed as the original with LR adjustment?
    It looks like the DPX format is according to this link
    http://www.digitalpreservation.gov/formats/fdd/fdd000178.shtml
    under the Quality and Functionality Factors subsection isn' t for use in desktop PC applications. It seems that DPX is for archieveing much like the DNG or so it would seem in what I have found so far.
    All in all is the DPX format what should be used for lossless work flow or is the save as Original  not functioning the way that it should?

  • E71 Keyboard Change - Help Please

    I purchased an E71 with an Arabic keyboard and have just changed it to a standard English keyboard. However, the letters and symbols on the English keyboard are not aligned with the actual functions of the keys, e.g. pressing the new ? key creates a period (as on old keyboard). Any ideas on how to fix this?
    Many thanks.

    To change writing language or turn OFF/ON predictive text input press function key + spacebar
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Commiting all the records when one is change  --Help Please

    Hi,
    I have a problem. I have got a form to do some changes. (original form was not done by me). This is a base table form. If I query for a particular criteria, and say it returns 5 rows and then if i modify just something only in one record and save, it commits all 5 records.
    But for the second time (without exist form the form), then if I query for the same criteria which returns the same 5 records and at that time when changing something in 1 record will commit only that record... Any idea what property has got wrong...
    The problem is I am supposed to keep a history table and to track the changes done to main table. so in above case as it commits even the records that has not being changed, that also get writes to the history...
    There are some display fields as well which display values from LOVs.
    Any one, ... any idea where the problem is...

    No Mohan,
    I haven't written any code.. I also cannot find how this happens.. because its a form that someone else has done..iam also trying to find why & how this is happening. There is no trigger to update, it is a base table block.
    But I saw a field now which populates from a LOV. There is a description field displayed on the form but actually the field that is on the table is the code, so when selecting from the LOV the code field is getting populated... Is this a problem

  • Purchased a new Apple TV and the remote double clicks each time I press the button. It worked fine during set up and for the first two days.  I have since moved it and this problem started. Restarted,reset,unplugged,change remotes, no change.Help please.

    Purchased a new Apple TV and the remote double clicks each time I press the button. It worked fine during set up and for the first two days.  I have since moved it and this problem started. Restarted,reset,unplugged,changed remotes, no change. Latest software update. This is really annoying.  iPhone remote app works just fine.  Any suggestions?

    That's one of the weird things.. it recognizes it maybe 10% of the time. And usually, only after I do the two-button reset. Problem is.. since it won't charge above 2%, anytime I try to do a restore or anything like that using iTunes, my device shuts off and I lose whatever progress I'd made.
    So, an update... after reading through a bunch of similar complaints (there are literally 1000's of them so there's NO WAY this isn't somehow ios7 related, thanks a lot APPLE ) I decided to try a restore in recovery mode. After 3 hours and several disconnections... I ended up having to just set it up as a new iPad, as the restore did nothing. Weirdly though... as I was doing the restore in recovery mode.. I noticed I'd gotten up to a 10% charge.. higher than it's been since September, so after setting it up as a new device, I turned it off and plugged it in using the wall charger. 2 hours later and I was up to 38%. Still not great, as my iPad, before ios7 could've fully charged twice in the amount of time it took for me to now get 28% more of a charge. And that's with a fully cleaned out device.. so that really ***** and I'm now more confused than ever.
    But I'm gonna leave it overnight charging and see what I come up with tomorrow. Sadly, when I paid $600 for it in February, I never expected to have to play "wait and see" with it...

  • Error to preview pages firewall blocks connection help please

    Help can not preview my funds are not support and images

    Hi,
    You need to go to your firewall settings and add Muse to the exception or Allowed program list.
    Regards,
    Aish

  • My ipad cannot syc with itunes on my windows 7 and stops working with a problem name of BEX can some help please?

    i have tried re installing itunes several times but this keeps happening.

    You maybe have to know which bit you're downloading if you have 32bit windows 7 try downloading from http://www.filehorse.com/download-itunes-32/
    And if you're 64bit windows 7 try downloading from http://www.filehorse.com/download-itunes-64/

  • I clicked block in youtube trying to disable an ad on the video, but now videos won't play at all. I checked my adblock plus preferences and youtube isn't listed as blocked. Help please!

    At youtube's home page, thumbnails for videos show up, but when I go to the video itself, it just shows up as a black rectangle. Videos embedded on other sites aren't working either.

    See:
    * [[Images or animations do not show]]
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

Maybe you are looking for

  • How can I display the same page when I'll press

    i have a jsp page. It contains user name & password. and a link like SIGNOUT COMPLETELY. when i press the back button it should show only this page. You have noticed one thing that when u sign out from YHAOO MAIL then a page is displayed USERNAME : [

  • Installing Photoshop CS3 on Windows 8

    How can i install Photoshop CS3 on Windows 8 - install does not complete - error message "Installer Database corrupt".  The Abobe help chat system is unable to help. Rebooting my computer and re-downloading the software from the Adobe website for ano

  • Java.Lang.NullPointerException on demo  installation

    Hi guys, I'm trying to set up IDM for my own experimentation purposes but I'm unable to make it work. Deployment is as follows: Solaris 10 8/07 fresh install IDM 7.1 SJSAS 9.1 U1 Files for database I follow the instructions in the installation guide

  • Out-of-Band SMASH Library Event ID 4509 (SCOM 2012SP1UR3)

    Hi! I´m using the "Microsoft System Center Out-of-Band SMASH Library" 7.0.8707.0 found here: http://blogs.technet.com/b/momteam/archive/2012/04/02/ws-management-smash-device-discovery-template-released.aspx It is a reqiurement for some of DELLs MP:s.

  • Single Weblogic Process with multiple databases

    Hi, Presently we are working with two seperate weblogic processes with for two different database schemes. The weblogic properties are defined differently in two weblogic.properties files. Is there a way to start weblogic in a single process so that