How to run [strike]line thru work[/strike] while leaving it visible

in body of text sometimes useful to 'strike' one term out, leaving it visible to recipient, while adding an alternate term after '/strike'
Have been unable to figure out how to do this, or read any prior tip.
Please advise.

In a new Write message
type the word
then highlight the word
'Format' > 'Text Style' > select 'Strikethrough'

Similar Messages

  • How to run command line argument programe

    Hi guys, I am doing pass command line argument programe in java but I don't know how to run this programe. Path for this programe in my my computer is C:\Users\Desktop\Mainjava\mycode\CommandProgjava*
    {code/}
    public class CommandProg
    public static void main(String[] args)
    System.out.println("d");
    for (int i = 0; i < args.length; i++)
    System.out.println(args);
    {code/}
    Where i need to go and what command i need to give so i can execute this programe(I am using window vista). I only know i have to give
    this command some where CommandProg arg1 arg2 arg3 arg4. Output should be
    Output:
    arg1
    arg2
    arg3
    arg4
    Please help me, Thanks in advance.
    Edited by: JayVirk on Dec 30, 2007 11:33 AM

    Jay,
    Your question isn't very clear, hence Joerg's well meaning but irrelevant advise.
    Do you mean:
    I've written a simple program in java which echos
    it's command-line arguments to back to the console.
    Here's my code:
    package forums;
    public class ArgsEchoer
      public static void main(String[] args) {
        for (String arg : args) {
          System.out.println(arg);
    But can't figure out how to compile and run the program.
    I'm using winblows shista, and it's cr@p.
    Please help me, Thanks in advance.So... where are you at? Have you installed the JDK (java development kit)? Which version? Is your path set? Is your classpath set?
    Start here: http://java.sun.com/developer/onlineTraining/new2java/

  • How to resolve the start at work indication while creating a report templateby using CG42?

    Dear Experts,
    I am working as a EHS Consultant , i am doing a assignment for power industry,
    Querry 1.
    While i am creating a report template by using CG42, when am trying to specify the initial status as in work, or release, system is not taking that, its automatically shows start at work. option,
    while i am creating report template i used below steps.
    CG2B-generation varient(Initial satus i had put it as relleased)
    CG42- Edit or create report template.
    I request yo u guide me how to trouble shoot this.
    Querry 2.
    And once i click the document option its given a information that
    A report template is already being edited or displayed at front end.
    I request yo u guide me how to trouble shoot this.
    Thanks with regards
    Vishwanath Hegde

    Dear Viswa
    For Query :2
    Go to Utilities and click on "Rest front end" (refer below screen shot)
    For Query :1
    1) .Once you create the template the initial status will be "Star of work" and you should assign that template to respective Generation variant in CG2b.
    2) Once you go in to report template through Cg42 , if you get above error , go to utilities click on " Rest front end" and edit the template and save the template without any errors , so automatically system status will be changed in to " In process on work station"
    3) Once you finish the template creation with out any errors , you can click on Release , then the template status will be released.
    Balajee

  • How we run command line commands in oracle

    Hi,
    In sql server i have an option "xp_cmdshell" i can run windows commands e.g "dir " using query analyzer.
    How can i do same thing in oracle
    Thanks in advance.
    Regards
    Faheem

    > MY SELECT:select OSexec('dir') as STDOUT from dual;
    ERROR:-1command[dir] The handle is invalid.
    In the sample code, I've executed a Linux/Unix program called date, physical file /usr/bin/date.
    Is there a DATE.EXE or a DIR.EXE program that you can execute on Windows?
    No. Both DATE and DIR are commands of a program - a 32bit console program called CMD.EXE.
    Your confusion stems from thinking that OSEXEC is calling the Windows shell command line. It is not. It is not calling CMD.EXE and passing Window Shell Commands to CMD.EXE.
    OSEXEC is calling, via Java, the Win32 API call called CreateProcess(). This is a call to the Win32 kernel. It requests the kernel to load an executable program as a process image.
    The kernel expects an EXE (or executable) file to load. You are passing it a command from a program. You just as well can pass it a Java command, a MS Access Basic Command, an Excel Macro, etc... Same thing. The kernel has no idea that this "command" needs another program to be loaded, and that command be "passed" somehow to that program.
    So, you need to call CMD.EXE via OSEXEC. And you can pass parameters to it. Open a Command Console and type cmd /? for help on the command line switches and parameters for CMD.EXE.
    I believe the following should work:
    SQL> select OSEXEC( 'c:\windows\system32\cmd.exe /c date /t') from dual;

  • How to run command line tool in my program???

    Hi,all,I've got some tools that are usually,or take JDK for example,if we are not using an IDE,we need to open the command prompt,and then use the javac command to compile the source files and the "java "command to run the program,and both of them accept some command line params.The problem is that how could i integrate the tools in my own program,like JBuilder or some other IDE,you configure the params and compile and run in the IDE which don't need to open a command line prompt.Hope i have got my question clear:)
    Best regards..

    jesperdj ,thanks:)
    actually,i am using eclipse to run my ant tasks programmatically,but I got trouble with the AntRunner class.it seems that i should config a proper classloader for it,but i just don't know how.please lend a hand:)thanks
    robin

  • How do SQR command line arguments work?

    Hello,
    I am using sqrw version 8.52.  I would like to run SQR's for testing purposes from the command line with no user intervention.  I found documentation that says I can do something like this:
    "C:\Program Files (x86)\PT85206\bin\sqr\ora\BINW\sqrw" nint268.sqr USERNAME/PASSWORD@DATABASE PARAM1 PARAM2 PARAM3 "-zifC:\users\kramej3\pssqr.ini" "-iC:\Program Files\PT85206\bin\sqr\;C:\temp\sqr_run\;"
    ...where PARAMx is a parameter that is passed to the INPUT statements in the SQR (first PARAM to first INPUT, second to second, etc.)  Unfortunately, it doesn't seem to want to work this way - the parameters are not passed to the program.  Am I doing this right?
    Alternately: is there a version of sqrw that runs as a console application and does not spawn another window to do so?  If I could have sqrw run as a console application, I could get around the parameter requirement by spawning sqrw.exe via a Python script and then attaching to the stdin and stdout file handles.
    Thanks!
    -JK

    See peoplebooks on this subject.
    I believe it is flags before arguments
    PeopleTools 8.52: SQR for PeopleSoft Developers
    Home > PeopleBooks > PeopleTools 8.52: SQR for PeopleSoft Developers > Using the SQR Command Line

  • How to run abap reports thru ITS

    Hi
    I have a abap report ( SE38) ,it has a transaction code ( TCODE) ZXXXX. Now i want to run that report from ITS by clicking on the hyperlink.
    How can I do it .what are the steps involve
    Regards
    Ashish

    Hi,
    Pls check the foll:
    -><b>do a user comparison after making the role change</b>
    --><b>logoff and logon again to pick-up the changes.</b>
    -->regenrate the role and save it properly after adding the tcode.
    BR,
    Disha.
    <b>Pls reward full points for useful answers.</b>

  • How to run command line in LABVIEW 7.1

    Dear Sir/Madam,
    I want to execute such as command like this:
    c:\data\rename aa.txt aa.hex
    In LABVIEW 7.1, how do we implement this command. I really appreciate your help on this matter.
    Regards,
    Xia

    Use the sys exec function.  In LV 7.1 it is in the Communications palette.
    paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • SSIS - How to run command line to copy files with User Variables within a Execute Process Task

    Hello,
    I'm am having syntax issues within the Arguments when trying to copy a file with cmd.exe using User Variables.
    It works when I hard code the arguments : /c copy /b  "\\folder1\file.txt" "\\folder2\file.txt"
    However, it's failing when I try using User Variables to replace the directory and file.
    User::FILES = \\folder1\file.txt
    User::FILE_NAME = file.txt
    "/c copy /b + @[User::FILES] + \" \\\\folder2\\" + @[User::FILE_NAME]"
    Does anybody know what's wrong with my syntax?
    Thanks!

    Hi SSISBeginner,
    Assuming the source file is "C:\Temp\Source\file.txt", the destination folder is "C:\Temp\Destination", the expression of FILES variable is "C:\Temp\Source\file.txt", and the expression of FILE_NAME variable is file.txt. Then, we can use the following
    expression for the Argument property of the Execute Process Task:
    "/C COPY /B "  +  @[User::FILES] + " C:\\Temp\\Destination\\" +   @[User::FILE_NAME]
    Note: Pay attention to the spaces in the double quotes in the expression.
    Regards,
    Mike Yin
    TechNet Community Support

  • How do I fix lines across the screen while on web pages?

    I am getting lines across the screen on my Mac Book Pro.  This is while I am on a web page.  How do I fix this?

    Those don't look like classic signs of hardware issues.
    Of greater concern, I notice that you have both Trend Micro and MacKeeper installed. It's generally a bad idea to have two different anti-virus programs installed at the same time, as any active scanning each does can conflict with the other.
    MacKeeper is very bad software, made by unethical developers in Russia. You should uninstall it immediately. See:
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    As for Trend Micro, note that its detection of Mac malware is not particularly good. See:
    http://www.thesafemac.com/mac-anti-virus-testing-01-2013/
    I would recommend uninstalling it as well. You should find an uninstaller in the Trend Micro folder in your Applications folder. If uninstalling all your anti-virus software makes you nervous, see my Mac Malware Guide. If you decide to install some other anti-virus software, use one recommended by that guide.
    Back to the line problem, if uninstalling those programs doesn't help, try some browser other than Chrome (like Safari). Do you see the same problem there, or is it only happening with Chrome?

  • In Safari on a MacBook Pro, how do you open a new blank tab while leaving the site you were on still on another tab?

    This is my first Mac computer, and this may be a silly question, but I can't find the answer anywhere else. Anyway, is there a way to open a new tab that's blank? Like in iPhones, you can click new page, and a blank page opens up. Anyway that's possible on Macs? Or do I just need to download Chrome?

    A new tab can be obtained with command-t, or via the File menu, or with the + sign at the end of the tabs, or.... 
    What happens when a new tab is opened is determined via Safari > Preferences > General.
    You will want to select "Empty page" under "New tabs open with".
    charlie

  • How to run reports thru menu in 10g

    Hi,
    I'm a junior oracle programmer and have already migrated forms 6i to 10g. Now I have to migrate the reports to 10g. I have read many documentations about running report from forms or menu, but the more I read, the more confused I get. Please note that I am very new to all this oracle stuff. So please bear in mind that I might not understand everything too well. Thats the reason I would like help from you experts out here.
    We have a menu (mmb) which has two horizontal sub menus (eg. Forms & Reports). Now Forms and Reports again in turn hv couple of vertical sub menus. Each vertical submenu under Forms calls a form (for eg. submenu_f1 calls forms1, submenu_f2 calls forms2 and so on). Same thing for Reports (eg. submenu_r1 calls report1, submenu_r2 calls report2, etc). Now this is what we want for the Reports. Each of our report has parameters like Begin Date, End Date, Agency_Type, Year, etc. We want our user to have one more choice in the parameters "FORMAT" (pdf, excel, html, etc) . Now this is what I dont know how to do. I cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms). I tried web.show_document but the problem in this is that everything is hard-coded, so I cannot give a choice in the desformat.
    I would appreciate if someone can tell me how to run my report thru menu and give the user the option for the format. The users mostly want the output in excel (but might want pdf, etc too).
    Plus we want to schedule certain reports to run at certain times everyday or every month, how can I do that?????
    Any help would greatly be appreciated.
    Thanks in advance for taking your time to reply my query.

    Hi,
    cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms).
    Create a generic named Report node in the forms that you reference from the RunReport object request. This way you can run Reports from a menu
    Frank

  • How to run procedure in forms

    hi to all
    How to run the database procedure in Forms while the program Unit in forms is also having the same name of the database procedure.

    Please address this question to the Portal Applications Forum at http://forums.oracle.com/forums/forum.jsp?forum=7

  • Please help how to run System commands and batch files thru java program

    Sir,
    I want execute OS commands like dir,cls..etc and batch files,.exe filesthru java program.
    I have tried it sofar thru Runtime.getRuntime().exec("execute.bat");
    but it is not working.anybody knows about how to run the system commands thru java please give me the code.
    thank you,
    regards,
    j.mouli

    I've seen other posts with this questions, and answers. Unfortunately I didn't pay much attention. But the basic idea is to exec command.com and pass the specifc batch or command as an argument.

  • How to run work item manualy

    Hi Experts,
    This is Chakri. How to run work item Manually ? I don't no exactly workflow.Basically i am working on EP.
    Regards,
    Chakri

    Hi Chakri,
    If you are after running a workitem manually then just go to txn swia give that workitem number and execute from there.
    or
    you can go technical details of it and complete manually.
    steps: 
    go to technical details
      click on the workitem (line)
      goto menu - technical details
      change menu
      complete manually.
    Cheers
    VJ

Maybe you are looking for

  • Not able to highlight text. Help please?

    Hi I am trying to build a tool which is going to be used to to load an html book and the make some notes on it. Now I am trying to highlight. I am in thye very beginning so I just try to highlight a small part from the begginig not the user, this is

  • Problem with user group querys in transaction Ad-Hoc-Quey

    Hello experts. I have one doubt, i need to know how when I execute transaction S_PH0_48000510 (Ad-Hoc-Quey), like obtaining that by defect appear querys of a certain user group. I have tried with the user's parameters AQB, AQQ, AQW but nothing works.

  • Disk Utility causes mouse to not be clickable

    Upgraded to Mountain Lion, and ran disk utility. After it ran, the mouse would not click. What gives? Is there a glitch with Disk Utility and Mountain Lion?

  • Exchange 2010 move request failed with MapiExceptionCallFailed

    hi Attempting a local move request of Mailbox but it fails. plz help Request 'xxxxxxx' (c307df02-04f8-4428-855e-40cfd89fa67f) failed.error code: -2147467259 MapiExceptionCallFailed: IExchangeFastTransferEx.TransferBuffer failed (hr=0x80004005, ec=116

  • Problem creating directory configuration for BPM when using secure ldap

    I have all the configuration sorted for the creation, but when the config wizard tries to connect to the server I get this: fuego.directory.DirectoryRuntimeException: Exception [sun.security.provider.certpath.SunCertPathBuilderException: unable to fi