Where do I find the TRUE or FALSE boolean value?

I'm doing a program that displays the operation of global variable. I'm suppose to put a TRUE or FALSE boolean value and I can't find it. Please help.

You can't find an indicator for the front panel or you can't find a Boolean constant to put on your diagram? You've got Boolean palettes for both front panel and diagram. Everything you need should be on one of the palettes. If that's not it, could you explain your problem in greater detail?

Similar Messages

  • Where can I find the ss_nm_jvm_startup_properties value

    Hi,
    I am trying to reset the weblogic user password using the document Doc ID 1949675.1
    I am stuck at step 4
    B. Start AdminServer:
            $ java <s_nm_jvm_startup_properties> -Dweblogic.system.StoreBootIdentity=true -Dweblogic.Name=AdminServer weblogic.Server
            Where:
            <s_nm_jvm_startup_properties> is the same as the value of context variable ss_nm_jvm_startup_properties
    From where can I find the value of s_nm_jvm_startup_properties.
    I have searched the support site and googled it without any result.
    I am new to EBS and trying to upgrade the EBS 12.2.0 to 12.2.4
    Thanks,
    Salman

    I believe this is the line to have a new menu:
    replace_menu(:global.menu_module, PULL_DOWN,
    :global.first_menu,NULL,FALSE);
    For example: pass in parameter 1 as people, parameter 2 as people.
    global.menu_module is par1 and global.first_menu is par2.
    When the form loaded in, "working on people" is on the top of the form as the menu. When I click "working on people", It load in another oracle form (.fmx), I want to figure out where "working on people" comes from, what the new form (.fmx) called.
    From the help, I noticed that if the last parameter in replace_menu() function is set to FALSE, the menu information should come from database. I want to know where should I check to figure out which database table it come from.
    Let me know if my question is still not clear!
    Thanks

  • Where do I find the SUM & MAX functions under update rule, TYPE: FORMULA

    Hi,
    If I am setting up an update routine
    TYPE: FORMULA
    where do I find the function SUM ?
    I need to take the sum of a particular key figure under certain condition with the statement:
    IF( <condition>, <result when true>, <result when false> )
    i.e.
    IF( field1 > field2, Sum of Field3, Sum of Field3 )
    I canu2019t seem to find the Sum function. I found +, -, / etc under Basic Functions. Even under all u201CAll functionsu201D, I only see u201Csummarizeu201D but not sum.
    --Also where do I find the MAX and MIN functions if I want to use them in FORMULAS?
    Thanks

    Hi......
    Its better you go for calculated keyfigure
    Check this link :
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/56853c08c7aa11e10000000a11405a/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/EN/13/e072abaddb574284d22361f0b824bf/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/72f4a790-0201-0010-5b89-a42a32223ffc
    It may help you......
    Regards,
    Debjani......
    Edited by: Debjani  Mukherjee on Sep 28, 2008 6:17 AM
    Edited by: Debjani  Mukherjee on Sep 28, 2008 6:23 AM

  • Where can i find the already deployed applications in weblogic 10

    hi,
    i like to find where is the application in the bea directory after installing using the weblogic 10.3 console?
    Previously in weblogic 8, the file can be found in c:/bea/userprojects/domains/<domain_name>/applications/<my_web_application> after i deployed using the weblogic console
    The file structure has been change for weblogic 10. Where can i find the files?
    Thanks
    Edited by: user8271033 on 28/09/2010 19:31

    It depends in which modeu have deployed your applications:
    If you will deploy your Application using nostage=”true” in the Above ANT script then It will be deployed on the Server in no Stage mode ...means the Actual Location of the Application will be used by the Server.
    If you will deploy your Application using stage=”true” in the Above ANT script then It will be deployed on the Server in Stage mode ...means the the application will be staged inside the "<DOMAIN_HOME>\servers\<SERVER_NAME>\stage" directory.
    please refer to Re: Maintaining Absolute paths inside EAR file

  • Where do I find the Hibernateconsole ?

    Hi, I typed the following orm setting in my Application.cfc
    <cfset 
    this.ormsettings={cfclocation="C:\ColdFusion9\wwwroot\2009\cfcs\qrys",logsql = "true"}>
    The ORM SQL queries should be logged now. But where do I find the HibernateConsole ? It should be an option show under "Display Selected Console" in the console Panel, right ? I restarted CFB and CF9 but it does not show up. Any ideas ? Thank you for your help.    

    Hi, Refer this thread - http://forums.adobe.com/thread/465874?tstart=0 (ColdFusion9 Forums -> logSQL).

  • Urgent , where i can find the description of table ?

    Hello all ,
        Has anyone can tell me where i can find the description of transparent table ?
        also include the description of fields ...
        is these description saved in a special place ( i mean in another table )???? Mmmmm .......
        because i want to use crystal report XI to connect oracle 9i . but i can't find the description on the table list ... ...
        please let me know the true , many thanks ... ...
    thanks a lot !
    Best Regards,
    Carlos

    Hi Carlos,
    are you saying the description of the table doesn't show up in CR ?
    which connectivity are you using ?
    thanks
    Ingo Hilgefort
    Business Objects

  • Where can I find the value of "_kks_use_mutex_pin"??

    Hi, all.
    Where can I find the value of "_kks_use_mutex_pin"??
    What dictionary for "_**" parameter??
    Thanks and Regards.

    Hi,
    To find the value for a hidden parameter you must look in a hidden place:
    SQL> select
      2    x.ksppinm name,
      3    y.ksppstvl value
      4  from
      5    sys.x$ksppi x,
      6    sys.x$ksppcv y
      7  where
      8    x.inst_id=sys_context('userenv', 'instance') and
      9    y.inst_id=sys_context('userenv', 'instance') and
    10    x.indx=y.indx AND
    11    x.ksppinm = '_kks_use_mutex_pin';
    NAME                                                                             VALUE
    kksuse_mutex_pin                                                               FALSE
    SQL> show user
    USER is "SYS"
    SQL>Only SYS can see these special views. However, this does beg the question why do you want to see the value of this parameter? Attempting to change this value without official Oracle support is Not A Good Idea and can leave your database unsupported.
    HTH
    Chris
    Message was edited by:
    Chris Poole (because I can't spel)

  • Where can I find the scale value of mx:Image with scaleContent enabled?

    Hey all
    Like the topic says, where can I find the scale value of the image content using an mx:Image with scaleContent set to true. Both the scale on the image object and the image.content is 1 (resizing is probably done by a matrix).
    To put things into context: I'm loading a picture from the filesystem and then use the Marilena facedetection to check for faces. When I find any faces I draw on a overlaying UIComponent the box where the face is. Because the detections returns the position of the face based on the unscaled bitmapdata the box indicating the face is not in the right position. In order to get this right I need the scale factor of the mx:Image scaleToFit.
    tnx in advance!

    Nope, there it is also 1.
    I solved it by calculating it myself:
    detectLayer.scaleX = detectLayer.scaleY = image.width>image.height?Bitmap(image.source).width/image.width:Bitmap(image.source).heig ht/image.height;

  • Fire Fox sent not all the data in text form. Reached only piece of information. Where can I find the cache of sent text?

    Fire Fox sent not all the data in text form. Reached only piece of information. Where can I find the cache sent the text?
    For example, I posted an article on a news site, but found that only a small part of my article was posted.

    I'm not sure whether Firefox saved that information. There is a chance that it is in the session history file, especially if you haven't closed that tab yet. To check that:
    Open your currently active Firefox settings folder (AKA your Firefox profile folder) using
    Help > Troubleshooting Information > "Show Folder" button
    Find all files starting with the name sessionstore and copy them to a safe working location (e.g., your documents folder). In order to read a .js file, it is useful to rename it to a .txt file. Or you could drag it to Wordpad or your favorite word processing software.
    The script will look somewhat like gibberish, but if you search for a word in your article that doesn't normally appear in web pages, you may be able to find your data.
    Any luck?
    For the future, you might want to consider this add-on, although I don't know how long it saves data after you submit a form: [https://addons.mozilla.org/en-US/firefox/addon/lazarus-form-recovery/].

  • I can't get my iPad to find my Apple TV. Where do I find the rectangle with the triangle in it to turn on the tv link. I have no problem doing this from my macbookpro.

    I can't get my ipad4 to find my Apple TV box, I where do I find the little rectangle box with a triangle in it that I click on my MacBook Pro to turn on the appletv?

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.

  • HT201272 Where can I find the app password saver by yonglin wang.  i wanted to restore my iphone and i had purchased this app and it is not anywhere in my purchases to reload.  Why is it not on my list of purchases?

    Where can I find the app "password Saver" by yonglin wang?  while updating my iphone the app was dropped for some reason.  I went to reload from my purchased apps and it is not available.  The history shows my purchase but I can not find the app to reload.  I've lost some critical info and need to retreive if possible.  Any suggestions?

    You tried what ? If the app is no longer available in the store (can you find it in the main part of the store ?) for re-downloading then you would need to have a copy of it somewhere e.g. on your computer's iTunes, on a backup of your downloads.

  • On installation of Firefox 4 beta, it tells me that it won't run on my Mac. When I go to system requirements, it takes me to a page for Firefox3.6 requirements. Where can I find the requirements for the beta?

    The link to system requirements for Firefox 4 beta takes you to a page that gives you the requirements for Firefox 3.6 instead. I assume that the requirements for the beta are different as I can't seem to install the beta on my Macs. Where can I find the beta system requirements?

    I never expected Mozilla to neglect the users of Apple's PowerPC (PPC) computers, while still supporting much older operating environments such as Windows XP. So, I should just throw away a $6,000 system, which is still fast and functional, and contribute masses of heavy metals to land-fills because…?
    I'm hurt and confused after supporting Firefox for many years — installing and using it not only on my own computers but on most of my customers' computers. Now I have to tell my customers with PPC Macs they can't have a secure cross-platform browsing experience from Mozilla. They'll have to learn to use some other browser, or buy a new computer.
    If one doesn't buy a new computer every year, one doesn't deserve Firefox 4. This is sort of sounding more like a Microsoft™© doctrine. (But wait, I can still have Firefox 4 on a ''SERIOUSLY CRAPPY WINDBLOWS XP pile of rubbish?!'') Please open your eyes Mozilla. This just doesn't make sense.

  • Where can I find the Start up disk and how can I delete file from it.

    where can I find the Start up disk on theMac Book Air?
    How can I delete files from it?

    The startup disk is the internal SSD in your MBA.  You may delete files by draging the file  to Trash (or clicking on them and then execute COMMAND+Delete).  Then empty Trash.
    Ciao.

  • HT1657 I rented a movie on Itunes last night and I watched half of it before falling asleep. Today I tried to open the movie and watch the last half but I cannot find it. It has been less than 24 hours since I rented it. Where can I find the movie?

    I rented a movie on Itunes last night and I watched half of it before falling asleep. Today I tried to open the movie and watch the last half but I cannot find it. It has been less than 24 hours since I rented it. Where can I find the movie?

    I found my answer in another Thread and it worked... so for anyone who needs it, here it is:
    https://discussions.apple.com/message/19134562#19134562
    Had the same problem and spoke with Apple Support. They had me reset the System Management Controller:
    Shut down the computer. With the computer off, on the left hand side of the keyboard press shift+control+option along with the power button simultaneously and release. Wait 5-10 seconds and restart the computer.
    This solved my problem and I was immediately able to purchase, download, and play an HD movie from iTunes w/o any error message.

  • Where can i find the "online hel

    Hello all i am using Audigy 2 ZS in Windows XP
    and seek help with using Creative Audio Converter
    the only mention i can find in the users guide is
    this:
    "For more information and usage details on Creative Audio Converter, refer to its online Help."
    Ok the program does not have a help button that i can see
    so where do i find the "online Help"?
    Are there any help files installed for this program?
    If the help files are only online on the internet, where
    can i find them?
    I have looked at the FAQ but see no info about help files.

    micromouse wrote:
    The MediaSource's audio converter is very simple to use. You can right-click any tracks in MediaSource organizer and select convert audio format. In the audio converter program, you can add more files to convert if you want. However, remember to click the Set Destination Format button to set your desired format to convert to.
    Thankyou for your reply.
    I dont have a problem with using the program as it is
    easy to use and understand, i want more info regarding
    the different audio formats which can be produced
    and if the "online help" covers this info

Maybe you are looking for