What does Form 6i make obsolete from Forms 5?

We are currently converting from Forms 5 to 6 and have some
items that are causing errors...
e.g. NAME_IN('SYSTEM.TRIGGER_FIELD')
Is there a document or list anywhere that can tell me exactly
what is desupported in Form 6i?
Thanks in advance

This difference in behavior could be seen in any simple form created through Forms 6i and Forms 5.
I created a simple form with two datablock fields using Forms 5 and 6i.
During Runtime, after pressing Execute Query,
- if I navigate into the fields using Mouse in Forms 5, entire field text gets highlighted
- if I navigate into the fields using Mouse in Forms 6i, entire field text does NOT get highlighted.

Similar Messages

  • What does clearing cookies and data from iPad 4 mean?

    What does clearing cookies and data from iPad 4 mean?

    http://ipad.about.com/od/ipad_basics/ss/How-To-Clear-Cookies-And-Web-History-In- The-iPad-Safari-Browser.htm
     Cheers, Tom

  • Two part question: what does do? what does how to get red from getRGB()

    Hi,
    I came across some interesting code today, which was
    System.out.println((255 & 0xFF) << 24);
    outputting -16777216.
    Firstly, what does << do?
    Secondly, if -16777216 was the output of getRGB() in say, BufferedImage class, how should I go about getting just the red part of it?

    The oiperator << shifts bits left. This means if you have a Binary sequence like
    b == 01001
    and perform b << 1 then
    b == 10010
    read Here:
    http://java.sun.com/docs/books/tutorial/java/nutsandbolts/op3.html
    for your second question,
    Construct a Color from your int.
    BuferredImage img;
    int x, int y;
    int i = img.getRGB(x,y);
    Color c = new Color(i); //this makes your integer an instance of Color
    int redPart = c.getRed();API References:
    BufferedImage:
    http://java.sun.com/j2se/1.5.0/docs/api/
    then select java.awt.image
    then select class BufferedImage
    Color:
    http://java.sun.com/j2se/1.5.0/docs/api/
    then select java.awt
    then select class Color.
    Enjoy reading the APIs!
    why the heck don?t the code tags work?
    Edited by: AikmanAgain on Feb 8, 2008 12:35 AM

  • Please explain on what does these select statements get from these tables..

    Hello Experts,
    What does these select statements get?and what are these tables CDHDR and CDPOS used for?
    The program that I am currently modifying lets users post documents and the ones that are not posted
    are saved in a custom table. Now, we had a scenario in PROD server wherein certain items are not being
    fetched as bypassed but we saved it in the bypassed table. Anyway, below is the select statements:
    get all change document header within the selected dates
      SELECT * INTO CORRESPONDING FIELDS OF TABLE it_cdhdr
        FROM cdhdr
       WHERE udate IN s_udate
         AND objectclas EQ 'CHARGE'
         AND tcode IN (lc_tcode_msc1,
                       lc_tcode_msc2,
                       lc_tcode_msc1n,
                       lc_tcode_msc2n,
                       lv_tcode_vl33n,
                       'SE38',
                       'ZGENE').
    IF NOT it_cdhdr[] IS INITIAL.
    SELECT objectid changenr value_new
          FROM cdpos
          INTO TABLE it_cdpos
          FOR ALL ENTRIES IN it_cdhdr
         WHERE objectclas EQ it_cdhdr-objectclas
           AND objectid   = it_cdhdr-objectid
           AND changenr   = it_cdhdr-changenr
           AND tabname    = lc_tabname_mcha
           AND fname     IN (lc_fname_zustd,'LWEDT').
    DELETE it_cdpos WHERE value_new+00(01) = 'X'.
      LOOP AT it_cdpos ASSIGNING <fs_cdpos>.
        l_matnr = <fs_cdpos>-objectid+00(18).
        l_charg = <fs_cdpos>-objectid+22(10).
        l_zustd = <fs_cdpos>-value_new+00(01).
        READ TABLE it_batch INTO wa_batch
             WITH KEY matnr = l_matnr
                      charg = l_charg.
        IF sy-subrc EQ 0.
          l_tabix = sy-tabix.
          wa_batch-zustd = l_zustd.
          MODIFY it_batch FROM wa_batch INDEX l_tabix
                 TRANSPORTING zustd.
        ELSE.
          wa_batch-matnr = l_matnr.
          wa_batch-charg = l_charg.
          wa_batch-zustd = l_zustd.
          wa_batch-code  = 'A'.              "selected within period
          APPEND wa_batch TO it_batch.
        ENDIF.
      ENDLOOP.
      ENDIF.

    Hi,
                            The first select statement is for Change document header.CDHDR table contains this object class in your case if you change any batch number for any material number  from the transaction for example (MB01) you can trace this .
    From CDPOS you can trace which tables affected (EX : MCHA) and the new value(l_zustd ).
    Regds,
    Vinsa.R

  • Erased free disk space what does it do thats diff from normal trash?

    Hi guys
    what does erase fre disc do that is diff from normal trash deletion?
    thanks so much.
    CarolineUK
    Black MacBook LION, MBP Snow Leopard, iBook G4 Tiger, Quicksilver PPC Tiger

    For one it has nothing to do with Trash. It does as it says: erases all the free space on the hard drive. It's a security precaution, nothing more.

  • What does "Out of memory" mean from Keynote?

    I have had my macbook for about 5 months, and I am still learning to use the Iwork programs. Today, i tried to open a powerpoint file and I repeatedly receved a "out of memory" notification from Keynotes. What does that mean? And is there a way for me to open this document?
    Thanks for any help, in advance!

    You should not keep a String array of all the lines of the file read.
    Instead for each line read, parse it, then write the parsed line in the other file:      public void loadFixedWidthFile() {
             BufferedReader in = null;
             BufferedWriter out = null;
             try {
                //File must be in same director and be the name of the string below
                in = new BufferedReader(new FileReader("files/FLAT.txt"));
                out = new BufferedWriter(new FileWriter("files/outfilename.txt"));
                String str;
                while ((str = in.readLine()) != null) {
                   //System.out.println(str.length());
                   str = parseThatLine(str);
                   //write out the parsed str to another file
                   out.write(str);
             catch (IOException e) {
                e.printStackTrace(); // At least print the exception - never swallow an exception
             finally { // Use a finally block to be sure of closing the files even when exception occurs
                try { in.close(); }
                catch (Exception e) {}
                try { out.close(); }
                catch (Exception e) {}
          }//end loadFixedWidthFile()Regards

  • What does "Firewall: master is listening from" mean?

    For some reason I have a window on my lower screen called console and it is filled with cryptic phrases but mainly "Firewall: master is listening from".  What does this mean?

    It's the sync and authentication service for Microsoft Office 365; did you download and install Office 2011 through the Microsoft Subscription Service. Office 2011 has been Office365 enabled since SP3.

  • What does Forms-DialogThread? WebForms / JRE randomly freezing

    Anyone who can explain, what the thread "Forms-DialogThread" is handling/doing. Is it displaying a popup/alert or a canvas?
    I'm trying to debug randomly freezing in Oracle WebForms runing JRE 1.6 update 12, 13 or 14. See this post for more information:
    Forms Hang when trying to open
    I've found the following information through JConsole, where I can see that AWT-windows's state is blocked and waiting for Forms-DialogThread.
    JCONSOLE
    Name: AWT-Windows
    State: BLOCKED on java.util.LinkedList@1367dca owned by: Forms-DialogThread56
    Total blocked: 54 Total waited: 0
    Stack trace:
    java.awt.KeyboardFocusManager.shouldNativelyFocusHeavyweight(Unknown Source)
    sun.awt.windows.WToolkit.eventLoop(Native Method)
    sun.awt.windows.WToolkit.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)
    Name: Forms-DialogThread56
    State: RUNNABLE
    Total blocked: 0 Total waited: 0
    Stack trace:
    sun.awt.KeyboardFocusManagerPeerImpl.getNativeFocusOwner(Native Method)
    sun.awt.KeyboardFocusManagerPeerImpl.getCurrentFocusOwner(Unknown Source)
    java.awt.KeyboardFocusManager.getNativeFocusOwner(Unknown Source)
    java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(Unknown Source)
    - locked java.util.LinkedList@1367dca
    sun.awt.windows.WComponentPeer.processSynchronousLightweightTransfer(Native Method)
    sun.awt.windows.WComponentPeer.requestFocus(Unknown Source)
    java.awt.Component.requestFocusHelper(Unknown Source)
    java.awt.Component.requestFocusHelper(Unknown Source)
    java.awt.Component.requestFocus(Unknown Source)
    oracle.ewt.lwAWT.AbstractButton.requestFocus(Unknown Source)
    oracle.ewt.lwAWT.lwWindow.LWWindow._restoreFocus(Unknown Source)
    oracle.ewt.lwAWT.lwWindow.LWWindow.setActive(Unknown Source)
    oracle.ewt.lwAWT.lwWindow.LWWindow.setVisible(Unknown Source)
    oracle.ewt.lwAWT.lwWindow.LWWindow.setVisible(Unknown Source)
    oracle.forms.handler.DialogThread.doUserAlert(Unknown Source)
    oracle.forms.handler.DialogThread.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)
    Edited by: Lerche on Jul 20, 2009 10:07 AM
    Edited by: Lerche on Jul 20, 2009 10:17 AM

    Welcome to the forum!
    Does the new RAM pass memtest 86?
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • What does having to make these same two hue/saturation adjustments mean?

    I keep having to make the same two yellow adjustments in Lightroom. No matter the subject matter, indoor or outdoor. And no matter the camera body. See the before and after screenshots:
    Before: The puppy coats are too yellow (to me), even after eyedroppering the color card. The puppy whites look correct:
    After: Yellow Hue -30 -- Yellow Saturation -20.   --The puppy coats now appear correct.to me (the puppy whites are still correct). You can also see what happens to the yellow on the color card --it looks less yellow!?  --I find myself doing this adjustment on at least 80% of all my photos. Probably the only reason I dont do it is when there is no yellow in the shot.
    This is in Lightroom V4.3.  This was taken with a Nikon D4, two reflected strobes set up on either side, and with room lighting on, but none of that seems to matter.  I have several other cameras, and light source does not seem to be a factor --once I eyedropper the card everything looks good except the yellows.  The monitor/computer does not seem to matter either.  I see the same problem on both my desktop monitors and laptop, which are calibrated the same (to 6500k=white).  I have ruled out room lighting reflection because this occurs with outdoor shots, and in either case after setting white balance either with a card or an expodisc.
    I don't know enough about this subject to say it might be my aging eyes, but I am running out of other things to consider.
    That is why I posted this. I guess the first question is can anyone else see what I'm talking about?  If not, that would implicate my eyes.  Why do I have to see incorrect yellow on the the card in order to see correct (in this case) coat colors?    If anyone has any ideas, thanks in advance!

    trshaner wrote:
    Post some small sRGB profile JPEGs (1200 x 800) here with the LR adjustments you think look best. This is what your clients will see, correct?
    Here are a few random examples:  Either they've been used, or they are examples of what the exhibitors/publications will like.
    This one seems really close to the accuracy I try for (with varying success).
    Here is the "yellow problem" which I didn't even try to fix because it sorta worked with the cloudy day shot,
    This shows the reason for cranking the highlights down and the shadows up --to get detail out of both coat colors (which shows off the dogs muscle structure)  This is the most extreme example, a black and white dog on a bright sunny day.
    Indoor events have to be available light, upper limit is set to ISO 6400, The lighting can be next to impossible to fix so these are probably not good examples of what you were asking for. Every shot in a 9fps sequence can have a slightly different color even if the house lights look even. I think these are slightly blueish and cannot seem to fix them any better without diminishing returns elsewhere.
    1/800 ISO6400 If it's too grainy for hair detail I try to get at least some shadow definition in the black coat.
    This one looks either a bit too saturated or about right depending on what screen I see it on.
    trshaner wrote:
    The yellow adjustment issue with your ColorChecker Passport profiles indicates a problem, since you don't see this with Adobe and Camera Standard profiles. Are you rechecking the White Balance using a ColorChecker image's grayscale patches when you switch to Adobe Standard and other profiles? I use a Develop preset for each of the LR provided camera profiles containing only White Balance and Calibration (i.e. camera profile). The white balance is slightly different from the settings required for the ColorChecker Passport profile, but the same for all of the LR provided profiles (Adobe Standard, Camera Standard, etc.).
    Example White Balance Canon 600D:
    Profile                                Temp Tint
    ColorChecker Passport  5550   +23
    Adobe Standard, etc.     5600   +10
    Yes, when I check the white balance the whites look good but the yellow persists.  I misspoke earlier --I do see the yellow problem on the standard camera profiles, just not nearly as much.  The other thing I've noticed is that the xrite profiles look too saturated next to the standards. I often have to lower the saturation, or the just the orange saturation (for the dogs).  I cant help but think that is somehow connected to the yellow issue.

  • What does an iphone programmer need from me?

    I need some help. I just hired an iphone programmer to develop a program for me. But I don't want him to access my developer account since I registered as an individual and it has sensitive info. But I know I might need to get him some certificates(?) for him to develop the application for me. I've read and re-read the developers portal site but still can't figure out what he'll need.
    What will my programmer need from me for him to program, test and build an iphone app for me?

    for one, he/she probably doesnt really need anything from you. If they have a Mac, the iPhone SDK Final then thats all thats really needed. You may want to set up a SCM repository on the project so he/she can checkin checkout the progress - ultimately you are publishing it though.

  • What does it take to go from an Intune Trial version to an actual Licensed Version

    Hello All,
    I have intune trail account and now i want to go buy subscription. so can i merge my trial version account details in to new subscription? or will there be any difference in this like azure?
    Thanks

    Hi,
    You can buy licenses for the account you are running the trial in now so that you don't have to reconfigure everything. Depending on your license agreements with Microsoft you can either just buy it from the webpage or if you have an licensing agrrement
    today with Microsoft you should contact you Microsoft licensing partner / LAR
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Hello,I`m new to Mac so I wonder what I need to make DVD from my videocam. I have the Elgato video capture and import any videorecording to my Mac in mpeg4. Is there a program for Mac to convert these videos to MPEG DVD? Fred.

    I would really like to find out about this topic,hope someone has an answer for me. Fred

    TOAST!
    http://www.roxio.com/enu/products/toast/default.html?gclid=CIDu-MaizLACFQFeTAoda nEfWA
    Ciao.

  • I have a small apple watermark over my mail icon on my dashboard, what does this mean?

    I have a small apple watermark over my mail icon on my dashboard, what does this mean?

    Hello From Cupertino CA

  • What does this mean: "Are you sure you want to send a form again?"

    I have a MacBook 10.4.11 (tiger) with Safari 3.1.1, everytime i use Safari, i always get this message when I click to back button to back a page:
    "Are you sure you want to send a form again?
    To open this page again, Safari must resend the form you completed to open the page the first time. This may cause the website to repeat actions it took the first time you sent the form."
    What does that mean, and how can I fix it to make it stop popping up, because it's getting really annoying having to see that message frequently when I use the back button. This has been going on ever since I bought the computer (around december 2006), and I've been curious about what this means and wanting to fix it! please help..

    Zoomantics wrote:
    If anyone has a way of stopping Safari from doing this I'd appreciate the "how to".
    I am on a website that has phpbb installed and when I do a search for new posts it shows them to me.
    When I click on a post that I wish to read it shows me that post but if I hit back the server is set up to not allow multiple searches within a short time and the page returns "you cannot submit another search in such a short time".
    If I understand what you're describing, that's a function of the phpbb forum, not something Safari is doing or can change.
    A suggestion: Instead of just clicking on the posts you want to read, I would Command-click to open them in new tabs. Your page of search results will remain open in the first tab, so when you're finished reading the posts, you can close their tabs and return to your list of search results.

  • Downloaded adobe reader, i have been inputting info into some forms, the areas I populate all have red squares around them, what does this mean?

    downloaded adobe reader, i have been inputting info into some forms, the areas I populate all have red squares around them, what does this mean? mac book pro as well. The forms i have been working on are from Canada Immigration, has any one else experienced this? thanks and yes I am new here, lol.

    Yes thank you I figured it out. Lol
    Sent from Samsung Mobile

Maybe you are looking for