Logos with Alternative True-False

Hello! Everyone
I used true / false alternative for displaying certified logos of sales organization.
I am upto the mark , but need some clarification to display this code in condition
but I am unable to display the logo02 is it is not equal to OMAN.
Where can I write the code so that 2 logos should display as per the code below
IF IS_DLV_DELNOTE-HD_ORG-SALESORG = 'OMAN'
     LOGO1
ESLEIF IS_DLV_DELNOTE-HD_ORG-SALESORG # 'OMAN'
     LOGO02
ENDIF.
Monto

Hi Jonthan
Thanks for your reply, no it is not sapscript but smartform
IF IS_DLV_DELNOTE-HD_ORG-SALESORG = 'OMAN'.
INCLUDE GSPL OBJECT GRAPHICS ID BCOL LANGUAGE DE.
BITMAP 'CFTM_DNV_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 200.
ENDIF.
I am writing this in global definations and my logo name are
First logo
NAME : QUALITY LOGO
OBJECT : Graphics
ID          : BMAP
Radio button Color bitmap image (BCOL)
second logo
NAME:  CFTM_DNV_LOGO
OBJECT : Graphics
ID          : BMAP
Radio button color bitmap image (BCOL)
based on the above condition I have to display the logo
I have added this log in graphics for first page and lastpage respectively but
not getting idea how to display based on below condition
IF IS_DLV_DELNOTE-HD_ORG-SALESORG = 'OMAN'.
INCLUDE GSPL OBJECT GRAPHICS ID BCOL LANGUAGE DE.
BITMAP 'CFTM_DNV_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 200.
ENDIF.
Monto

Similar Messages

  • Win7 x64 install fails at boot with alternating Mac and Cross-Circle  Logo

    Thanks for reading.
    I have a new late 2009 i7 2.6Ghz Macbook (6.1 model) that I purchased in February this year. I'm having real problem trying to get a Windows 7 DVD to boot on it; whenever I try (either by using the bootcamp assistant to parition my drive then start the boot process, or by holding down the OPTION key, or even using the C key at boot) instead of the normal Windows 7 boot process, the disc spins, then I am left with an alternating Apple logo with a circle with a angled cross line through it, sometimes showing a folder with a ? mark.
    I have tried resetting the PRAM, using other Windows 7 media, but I just can't seem to get a disk to boot. I have even tried wiping my Mac parition in case it was a corrupt partition by backing up to a timedesk then reinstalling, but again when I come to install Windows 7 I get the same problem.
    I can boot the Mac OS install disks not problems.
    Really appreciate if anybody has any guidance or resolutions?

    Hi - no nothing plugged, except my external DVD drive.
    I managed to install TechTool Pro's emergency EDRIVE from DVD, and have managed to reinstall Mac OS X without any problems, so unsure about a hardware problem. All TechTool tests come back ok, so no issues seem visible from that.
    You might be thinking why I am using an external DVD; well this is because I've taken out the internal DVD using OWC Datadoubler http://eshop.macsales.com/item/Other%20World%20Computing/DDAMBS0GB/
    I have a 512GB SSD in the normal hard drive space, and a 500Gb Hybrid disk where the DVD drive was. The drives are seen perfectly well in Max OSX; indeed when I did a reinstall I used the 2nd internal hard disk as the time machine and then restored from it.
    Could it be a problem with partitions or some issue with the EFIboot from the Windows 7 DVD's? I've tried looking at rEFIit http://refit.sourceforge.net/ to see if that would help, but no luck.
    The data doubler shows examples of this being used in my mac model for a specific Windows implementation (which is why I bought it) so don't think its that. Anybody have any ideas?

  • I have some old pagemaker files that I need to open so I have bought a G3 on ebay. It turns on OK but all that comes uo on the screen is an envelope with alternating question mark and apple logo. Any ideas?

    I have some old pagemaker files that I need to open so I have bought a G3 on ebay. It turns on OK but all that comes uo on the screen is an envelope with alternating question mark and apple logo. Any ideas?

    I suggest you get 9.2.  You need to install the same or later version of the OS.  One some computer the shipped version has extra drivers.  The drivers will not be in the official release in this case 9.1.  They would be in 9.2.
    Mac OS 9.1 (Mac OS ROM 7.5.1) and Mac OS X 10.0.4 (4P13)
    *blinking question mark*
    The blinking question mark means that your mac firmware could not find a valid operating system
    on one of your disk volumes.
    Somethings to do to resolve the blinking question mark.
    http://docs.info.apple.com/article.html?artnum=58042
    Try holding down the option key then power on.  This brings up the startup manager.  Click on your hd. Click on right arrow key.
    You need to figure out the level of your firmware before installing 10.2 or greater. ( The PC name for firmware is BIOS. ) Installing 10.2 with a down level firmware will most likely make your iMac unusable and difficult to fix.
    What is firmware?
    The firmware software receives control when you poweron your machine.  It does some hardware testing and some hardware configuration then passes control to your version of Mac OS.   It reside on a PROM ( program read only memory ) chip on the logic board.
    Figuring out what level of firmware you have?
    Open Firmware, boot into Open Firmware.
    Power on your iMac while holding down command+option+o+f
    The first output line contains the firmware level. Mine reads:
    Apple PowerMac4,1 4.1.9f1 BootRom built on 09/14/01 at 13.18.04
    Copyright 1994-2001 Apple Computer Inc.
    On my machine, I have 4.1.9f1.
    What firmware do you need?
    http://docs.info.apple.com/article.html?artnum=86117
    For a slot loading iMac, this article indicates that you need to be running 9.1 or later version of Mac OS Classic.
    http://docs.info.apple.com/article.html?artnum=75130
    "The iMac Firmware Update 4.1.9 will only run on iMac computers with lot-loading CD or DVD drives running Mac OS 9.1 or later from a local drive. If you are using Mac OS X you must boot from a local Mac OS 9.1 or later writeable partition (not a CD, or network disk) prior to following the update instructions."
    You can download the Mac OS 9 updates from the Apple site.
    http://support.apple.com/kb/HT1387?viewlocale=en_US

  • Executing Code with true/false input

    Ok so I must be over thinking on how to do this. I am trying to run a section of my code when I recieve a True value. When False I do not want it to do anything. Ive tried using a true/false case structure but the requirement to hook the false case to something is screwing me. Also tried a while loop but it just latches on and never reads the false after its already on. 
    Solved!
    Go to Solution.

    joedirt wrote:
    Okay and I will check out tutorials. I just did all that silly code because I wanted to take the last element of the array and write it to the spreadsheet without adding other values, BUT at the same time enable it to append to file because Ill repeat this code over. 
    You don't have an array until you make one right there out of a single element. There are no "other values". There is one element in the array, which is the first and the last element and exactly same as the value you used to build the array. Once you do the tutorials, you'll laught about your code. It is absolutely pointless.
    LabVIEW Champion . Do more with less code and in less time .

  • Building a case structure with four boolean (true/false) inputs.

    I currently have two boolean inputs that I would like to use to select cases in a case structure. I would like to have four cases, each one dependent on the true/false condtions of the two booleans. If boolean 1 =true, then case 1 should be used, if boolean 2=true, then case 2 should be used, etc.
    What structure should I use to convert these boolean inputs into numeric cases?

    Or build them in to an array and "Search 1d Array".  If you are only looking for a single bool being true, this would be easier because your cases could be {0,1,2,3} instead of {1,2,4,8}

  • Evaluating a String True/False with a Regular Expression

    I need to write a regular expression to make the following strings display the values of true/false:
    112 Elm Street True
    112 South Elm St. True
    112 S. Elm True
    Elm St. False
    South 112 Elm False
    Here's what I have so far:
    public class MethodOne
         public static void main (String args[])
              return street.matches (//d+//s+[A-Z]{1}[a-z][.]?//s{1}[A-Z]{1}[a-z]+[.]);
            String address1 = "112 Elm Address"
            String address2 = "112 South Elm St."
            String address3 = "112 S. Elm"
            String address4 = "Elm St."
            String address5 = "South 112 Elm"
            if (address1.matches(street) ) {
            System.out.println("True");
            else {
            System.out.println("False")
               }// end if
         Can anyone help me out?

    Is this what you want?
    String address1 = "112 Elm Street";
    String address2 = "112 South Elm St.";
    String address3 = "112 S. Elm";
    String address4 = "Elm St.";
    String address5 = "South 112 Elm";
    String matchString = "\\d+ [A-Z,a-z,. ]+";
    System.out.println(address1.matches(matchString));
    System.out.println(address2.matches(matchString));
    System.out.println(address3.matches(matchString));
    System.out.println(address4.matches(matchString));
    System.out.println(address5.matches(matchString));

  • Control printing with ALTERNATIVE in several pages

    Hello all, 
    I'm currently working on generating a PDF where each page needs to be conditional (ie user can print 1st & 2nd page, or 1st, 2nd & 3rd, or 1st & 3rd).  Altogether there are about 20 pages.
    The use of alternative + command with next page works great for the determining the print of the 2nd page, but I can't seem to get it to work the same for the printing of the 3rd page, etc.  I did notice that in order for the contents of the 2nd page to print, they HAVE to be placed in a secondary window, but I can't put the next page commands in a secondary window.  What I've tried is to have the secondary window first (with all the page content), then a main window (with alternatives & commands), but this doesn't seem to work.  (Also, listing main widow then secondary doesn't work.)
    When I add breakpoints, it seems as though the main window is never called.  (I can see the breakpoints in the F01 include, but they are never called.)
    Any ideas?
    Here's what I'm needing:
    Page 1
    - alternative 1 -> TRUE -> go to page 2
    - alternative 1 -> FALSE
    --alternative 2 -> TRUE -> go to page 3
    --alternative 2 -> FALSE
    ---alternative 3 -> TRUE -> go to page 4
    Page 2
    - alternative 1 -> TRUE ->go to page 3
    - alternative 1 -> FALSE
    --alternative 2 -> TRUE -> go to page 4
    --alternative 2 -> FALSE
    ---alternative 3 -> TRUE -> go to page 5
    Lisa
    Edited by: Lisa Mychalishyn on Feb 2, 2012 4:13 PM

    OK, here's the technique I used to make this work.
    I pass a table with pages to be printed (PAGETAB).  In the main window, I loop thru PAGETAB and use it's value to use the layout for that particular page (grouped into a folder, with conditions).  At the end of the main window, I check to see if this the last page to be printed, else I use Command to force a page break (otherwise, 2 forms may print on the same page). 
    Here's a sample of the code:
    Page
    Main window
    - program lines -> get total # lines in PAGETAB into V_TOTAL
    - loop @ PAGETAB
      -- program lines -> add 1 to V_LOOP
       -- folder 1 -> condition -> PAGETAB = "PAGE1"
        --- page 1 layout stuff
       --- alternative - if V_LOOP < V_TOTAL
    TRUE
    command -> go to next page -> Page
       -- folder 2 -> condition -> PAGETAB = "PAGE2"
         --- page 2 layout stuff
         --- alternative - if V_LOOP < V_TOTAL
    TRUE
    command -> go to next page = Page
    ... rest of pages
    Lisa

  • MbeanMaker exceptions with -DcreateStubs=true .... How to use it???

    Hi,
    I've got the following exception, when trying to execute MBeanMaker
    with -DcreateStubs=true: (see the end of message).
    What's wrong? mdf file is one found in weblogic documentation..
    ---------------------------------------------Parsing the MBean definition file: custom-lm.mdf
    Document attribute: Description=Haba haba
    Document attribute: DisplayName=MyCustomAuthenticator
    Document attribute:
    Extends=weblogic.management.security.authentication.Authenticator
    Document attribute:
    Implements=weblogic.management.security.authentication.UserEditor,
    weblogic.management.security.authentication.GroupEditor,
    weblogic.management.security.authentication.GroupMemberLister,
    weblogic.management.security.authentication.MemberGroupLister
    Document attribute: Name=MyCustomAuthenticator
    Document attribute: Package=com.octet.jaas.wls7
    Document attribute: PersistPolicy=OnUpdate
    Attribute: ProviderClassName
    Default=com.octet.jaas.wls7.AuthenticationProviderImpl
    Description=The name of the Java class used to load the WebLogic
    Authentication provider.
    Type=java.lang.String
    Writeable=false
    Attribute: Description
    Default=Provider that performs authentication from the embedded LDAP
    server
    Description=A short description of the WebLogic Authentication
    provider.
    Type=java.lang.String
    Writeable=false
    Attribute: Version
    Default=1.0
    Description=The version number of the WebLogic Authentication provider.
    Type=java.lang.String
    Writeable=false
    Attribute: MinimumPasswordLength
    Default=new Integer(1)
    Description=The minimum number of characters required in a password.
    InterfaceType=int
    Min=0
    Type=java.lang.Integer
    Generating the source files...
    Generating the MBean interface file...
    Generating the MBean implementation file...
    java.lang.Error: res == null with m = versionID
    at weblogic.utils.compiler.CodeGenerator.processAt(CodeGenerator.java:636)
    at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.java:549)
    at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.java:506)
    at
    weblogic.utils.compiler.CodeGenerator.generateCode(CodeGenerator.java:332)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:283)
    at
    weblogic.management.commo.WebLogicMBeanMaker.main(WebLogicMBeanMaker.java:77
    2)
    Exception in thread "main"

    Do you have commo.dtd in the directory where you ran your Maker from?
    And also make sure that you have
    <?xml version="1.0" ?>
    <!DOCTYPE MBeanType SYSTEM "commo.dtd">
    in your MDF file.
    Hope it helps
    Nick Evgeniev wrote:
    >
    Hi,
    I've got the following exception, when trying to execute MBeanMaker
    with -DcreateStubs=true: (see the end of message).
    What's wrong? mdf file is one found in weblogic documentation..
    ---------------------------------------------Parsing the MBean definition file: custom-lm.mdf
    Document attribute: Description=Haba haba
    Document attribute: DisplayName=MyCustomAuthenticator
    Document attribute:
    Extends=weblogic.management.security.authentication.Authenticator
    Document attribute:
    Implements=weblogic.management.security.authentication.UserEditor,
    weblogic.management.security.authentication.GroupEditor,
    weblogic.management.security.authentication.GroupMemberLister,
    weblogic.management.security.authentication.MemberGroupLister
    Document attribute: Name=MyCustomAuthenticator
    Document attribute: Package=com.octet.jaas.wls7
    Document attribute: PersistPolicy=OnUpdate
    Attribute: ProviderClassName
    Default=com.octet.jaas.wls7.AuthenticationProviderImpl
    Description=The name of the Java class used to load the WebLogic
    Authentication provider.
    Type=java.lang.String
    Writeable=false
    Attribute: Description
    Default=Provider that performs authentication from the embedded LDAP
    server
    Description=A short description of the WebLogic Authentication
    provider.
    Type=java.lang.String
    Writeable=false
    Attribute: Version
    Default=1.0
    Description=The version number of the WebLogic Authentication provider.
    Type=java.lang.String
    Writeable=false
    Attribute: MinimumPasswordLength
    Default=new Integer(1)
    Description=The minimum number of characters required in a password.
    InterfaceType=int
    Min=0
    Type=java.lang.Integer
    Generating the source files...
    Generating the MBean interface file...
    Generating the MBean implementation file...
    java.lang.Error: res == null with m = versionID
    at weblogic.utils.compiler.CodeGenerator.processAt(CodeGenerator.java:636)
    at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.java:549)
    at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.java:506)
    at
    weblogic.utils.compiler.CodeGenerator.generateCode(CodeGenerator.java:332)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:283)
    at
    weblogic.management.commo.WebLogicMBeanMaker.main(WebLogicMBeanMaker.java:77
    2)
    Exception in thread "main"

  • This component requires that the embedded font be declared with embedAsCFF=true.

    Hey all,
    I fall into a small problem with fonts embedding. In my application I have embedded over 50 fonts and all expect one works as expected.
    That one shows an error "warning: incompatible embedded font 'Algerian-CFF' specified for spark.components::RichEditableText (RichEditableText310) . This component requires that the embedded font be declared with embedAsCFF=true."
    I have been looking all over the internet for similar problem, without success. Why this font is not working while all the rest does? Any clues?
    /* CSS file */
    @namespace s "library://ns.adobe.com/flex/spark";
    /* embedded font */
    @font-face {
    src: url("ttf/ALGER.ttf");
    fontFamily: Algerian-CFF;
    Thanks.

    Thanks,
    My issue is not to embed a font twice. Let me describe the issue so this will helpful.
    I have embed a fonts like below code.And apply LucidaBlackletterSpark font for spark component but it gives me error like
    "warning: incompatible embedded font 'LucidaBlackletterSpark' specified for spark.components::RichEditableText (RichEditableText2301) . This component requires that the embedded font be declared with embedAsCFF=true".
    But Font have already embedAsCFF property true. I am not able to find the solution why it is give me this warning.Due to that i am not able to embed a font.
    @font-face {
              src: url("assets/fonts/LucidaBlackletter.ttf");
              fontFamily: LucidaBlackletterSpark;
              embedAsCFF: true;
    @font-face {
              src: url("assets/fonts/LucidaBlackletter.ttf");
              fontFamily: LucidaBlackletterMX;
              embedAsCFF: false;

  • TRUE/FALSE problem

    I got a wired situation with a VI I wrote.
    I have a case TRUE/FALSE structure, and first of all, the true-part is
    ALWAYS first executed. When this part is done, I execute the false-case,
    for message handling and so on.
    But in the true case, I generate some data I want to use as a source in
    the false case.
    So in true case the string is an indicator, but in the false case, that
    string is the source for displaying. Does anyone know how to solve this.
    This true/false case is part of a loop. So I tried with a SHIFT
    REGISTER, but that doesn't seem to work.
    Any tip is welcome !
    Thanks
    Kristof

    Sorry I posted my message so early, mayby because the sunshine that lights
    my mind, but I have found a solution myself. Just putting the value in a
    loop and in the false case, connect the previous shift-register-value with
    the next....
    Thanks anyway !
    Kristof Poppe wrote:
    > I got a wired situation with a VI I wrote.
    > I have a case TRUE/FALSE structure, and first of all, the true-part is
    > ALWAYS first executed. When this part is done, I execute the false-case,
    > for message handling and so on.
    > But in the true case, I generate some data I want to use as a source in
    > the false case.
    > So in true case the string is an indicator, but in the false case, that
    > string is the source for displaying. Does anyone know how to solve this.
    > This true/false case is part
    of a loop. So I tried with a SHIFT
    > REGISTER, but that doesn't seem to work.
    > Any tip is welcome !
    >
    > Thanks
    >
    > Kristof

  • 1. True/False

    I am busy with Photoshop Basic course. I have 2 True/False questions that I need help with. If answer is False, I need an explanation.
    1. True/False? If you want to move the selected pixels, rather than the selection marquee, you should drag with the Move tool, not a selection tool.
    2. True/False? Double-clicking a type layer's "T" thumbnail switches to the Horizontal Type tool and selects all of the text on that layer.
    Can you people help me, please?
    Thank you
    Monya

    first is totally true
    and in the second one double ckicking goes into text editing in general..
    if the text layer was written with horizontal type tool then double ckicking will make you go into that type of typing mode,
    if you created text layer with vertical tool, then doubleckicking the T will take you to vertycally typing mode

  • Question About Multiple Choice/True/False Answer Alignment

    When I insert a multiple choice or true/false question, The second response (answer B for either question type, is mis-aligned with it's radio button:
    The Master Slide for these questions looks like this:
    I can't figure out how to align the answer with its radio button.  Any ideas?
    I'm using CP 7.0.1.237 on Windows 7.

    This is indeed a very random issue. I have seen this in earlier versions of Captivate as well. I always create my template files from the blank theme, so I don't think it is specific to the theme.
    As for solutions, sometimes changing the quality of slide to high worked, other times just reopening Captivate worked. Here are some of the solutions I have found on these forums:
    1.  Create one more answer than I need (ie for a 4 answer question, create 5 answers) and then delete answer B.
    2.  Uninstalled/reinstalled my Captivate 6 software
    Sreekanth

  • Show biggest index in array with value "True"

    Hello,
    Is it possible to show the maximum index number with value "true", like shown underneath?
    I can show the value on what index the series of "true" ends with the "Array Max & Min" function, but when there is
    one False between those True's, it will show the index of the True left of the False.
    I don't need to know the size of the array, because it has to stay 8
    File is attached
    Solved!
    Go to Solution.
    Attachments:
    Biggest index of array with value 1.vi ‏8 KB

    Hi Stef,
    here you go:
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • CP6 - True/False Question Type SCORM Problem

    We discovered a problem with CP6 and the True/False question type.  The screen shot below is the log file of what is passed to the LMS.  The question was a True/False question type.  The correct answer was False.  I selected False and the assessment showed that I got the answer correct.  However, the data that is being passed to the LMS is incorrect.  CP6 is sending a 't' when you select False and an 'f' when you select True.
    Yes, you can get around this by using a Multiple Choice question type and limit the answers to 2 with True and False as the options, but we should not have to do that.
    Any suggestions?

    There is a long discussion on Jim Leichliter's blog (captivatedev) about this. The team considered this to be correct, Jim disagrees.
    http://captivatedev.com/2012/12/04/captivate-true-false-question-bug/
    Cannot help you further,
    Lilybiri

  • Excel Toolkit Get True False

    Hi,
    I am using the excel get data toolkit to get string.  It is reading in a for loop for a row by row read.  It is reading a string fine, but when the element is TRUE, the output is 0 in string.  When the element is FALSE, the output is -1 in string.  Why is that?  Why aren't I reading TRUE and FALSE instead.
    Yik
    Kudos and Accepted as Solution are welcome!

    There are two options:
    1. As Ravens Fan mentioned, you can put quotes around your TRUE and FALSE strings in Excel directly. This will likely be really tedious.
    OR
    2. Since you're reading line by line, you can check for a 0 or -1 are replace it with the TRUE and FALSE strings, respectively. This just requires a case structure after the read.
    Tanya V
    National Instruments
    LabVIEW Platform Product Support Engineer

Maybe you are looking for

  • How do I make purchases with a different email?

    I have been wondering about this for quite some time now: How do I make an purchases, whether they are for apps or in-app purposes, with a different email? I am currently using an iPhone 4 that was given to me by my sister's ex-boyfriend about 2 year

  • Ipad makes network/home sharing available for Apple TV2 and iphone

    I've always had issues using home sharing on my Apple TV2; it would often tell me i needed to turn on home sharing on my desktop even though it was on.  Ususally restting the router and restarting iTunes would resolve the issue.  I would have to do t

  • This is my story ...

    This is my first experience with apple and it's so disappointing.. I went to buy the ipad with a friend... First thing I did is to update to ios 6 while my friend did nothing (ios 5)... when we met I toughet that there is something wrong with my ipad

  • Spanish Character Sets Garbled

    We have a client that is trying to use Contribute CS4 to edit some pages with Spanish content.  The chacter sets show up correctly when viewing in Contribute but after publishing -- they are all garbled. The reading I've done online consists of peopl

  • GLITCH WITH IPHONE BLUETOOTH IN CAR

    WHEN I'M DRIVING AND THE BLUETOOTH IN MY CAR IS ON, I ALWAYS GET AN "ECHO" EFFECT WHEN I MAKE CALLS AND CALLS COME IN. IT'S BECAUSE THE PHONE'S MICROPHONE IS CATCHING MY VOICE ON TOP OF THE BLUETOOTH MICROPHONE IN THE CAR. THIS IS A HUGE PROBLEM WHEN