Add commands to toolbar?

I'd like to add some of the less common commands (those that don't even rate a keystroke shortcut) to the toolbar. Needless to say these aren't an option in the customize toolbar screen.
I'd like to add Insert Equation (From MathType) and Shape>Make Editable. Both of these are from the Format menu I think.
Is there anyway to make this happen?

I'd feel better if someone just said "can't do it."
Your silence gives me hope, internet.

Similar Messages

  • Adding TS commands to toolbar in OI

    Hi,
    is it possible to add TS commands to a toolbar of a CVI written OI similar to TS_InsertCommandsInMenu?
    Thanks in advance for support.
    Regards
    Steffen Schmdit

    Currently, there are no environment specific helper functions for putting commands in toolbars. However, you can still easily execute commands from toolbar buttons your create.
    To get a command object, call  <ManagerControl>.GetCommand.  The command object has methods to execute the command, determine if it is enabled, etc.

  • When I open a "New Window" or a "link" does so, my customized "add(ed) new toolbar" disappears. FF version up to date.

    I have used the reset preferences option. I had to recreate all items I previously had in the toolbars. And had to "Add a New toolbar" and add the items i had in that, also.
    I also used the fix for a corrupt local.rdf file. No joy. At first I did not know why I was losing my custom toolbar. But I started paying extra attention and found out how to recreate the problem. I f a link opened a new window it opened without the custom toolbar. If I closed that window before closing the original window the custom settings where maintained.
    If I opened a new window or selected a opened tab to open or duplicate in a new window the custom toolbar was gone. Again, if I closed the "new" window b4 I closed the original window all was good. But if I close the original window and the the new window the next time I open firefox the custom toolbar is gone. Righting clicking on a clear spot of a toolbar to open the "Customize Toolbar" dialog the name of my custom created toolbar is missing also.
    Firefox info from the "About" section says Firefox 18 Funnelcake Oct 2012 mozilla17-1.0
    I have never had this problem with FF before. I did not post asking for help until I could recreate the problem so that I could tell you when it happened.

    I did find the problem... It was the DivX Plugin for Firefox. I just found I wasn't using it. I went to Add/Remove Programs and uninstalled it. FYI I am running Windows 7.

  • Setting VarChar Variable with String Parameter in Crystal Report Add Command

    Setting a VarChar Variable with a String Parameter in a Crystal Report 2008 SP6.3 Add Command is causing an error with a SQL State of 42000.  The Error Code depends on which value I select for the parameter.  I created the @DateOpt string parameter in the Modify Command window, not in the report. If I comment out line 14 of the SQL the error does not occur.
    I have attached the SQL Code and screen shots of the errors.   Please tell me what I am doing wrong.

    Since your parameter is of type STRING, you need to enclose references to it within the Command inside single quotes.
    For example, instead of
    SET @BeginDate ={?BeginDate}
    use
    SET @BeginDate ='{?BeginDate}'
    hth,
    - ido

  • Add Command button not in the Database Expert: VS2003

    We are using VS2003 and the bundled version of Crystal Reports.  We have no plans of upgrading right now, unless we have to. What I'm trying to do should be simple...
    We have an existing report that lists incomplete orders, including invoice# and items in the order.  One of the possible order items is "MISC", however, that is not descriptive, so I am trying to add a SQL query that will look up the actual MISC item text based on Invoice # (one of the fields in the report).  I was trying to do this via a subreport.
    The help file and this Youtube video ( [Crystal Reports Tutorial Creating SQL Commands| http://www.youtube.com/watch?v=BHNHsIUbcn8]  ) suggest the way to do this is to click "Add Command to Report" from the Database expert, which will let me add my own SQL command.
    However, "Add Command" is not visible, and I cannot get it to appear.   Under what circumstances would it be hidden or disabled?  How do I get it to appear so I may add a custom SQL item to the existing report?
    Any help is greatly appreciated.   Thank you in advance.

    Not possible with your version of CR. You'd have to upgrade to the current version of Crystal Reports (12.x).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Does MAC OS have a "route add" command similar to a DOS command?

    Does MAC OS have a "route add" command similar to a DOS command?
    I know that with DOS, you can type "route add 192.168.x.x MASK 255.255.x.x 192.168.x.x" to add a route on your PC,but does MAS OS X(10.4.9) have something similar to it? I have a network printer that my winXP can access but my MAC cannot. I was unable to ping it from both wINXP and MAC. But after I added the route to my winXP I was able to ping and print to it. I do not know if I can do the same to my MAC. Does anyone know what the command is?
    Thank you in advance.

    Yes, and Welcome! ...
    http://www.osxfaq.com/man/8/route.ws
    And to make it permanent...
    http://www.osxfaq.com/tips/kluskens/index.ws

  • Crystal Reports shuts down when trying to use the Add Command feature

    I am using Crystal Reports 9 with and Oracle database.  I go to new report, as a blank report, new connection to oracle, double click add command, paste the sql and click ok and crystal shuts down at that point.  Any one have this happen before?? Please help??

    Hi Allison,
    Have you tried with  basic syntax at command level.
    If you face any problem using Add command in crystal designer, just try to reinstall the product.
    Regards,
    Naveen.

  • How can I add the Language Toolbar to my English version of Firefox? I want to be able to switch to Japanese language for certain websites and when typing e-mails.

    How can I add the Language Toolbar to my English version of Firefox? I want to be able to switch to Japanese language for certain websites and when typing e-mails.
    There should be something that allows me to switch back and foth between Japanese and English...or is that in Windows XP and not in the browser?

    See:
    * http://windows.microsoft.com/en-US/windows7/The-Language-bar-overview The Language bar (overview)
    * http://support.microsoft.com/kb/258824 - How to change your keyboard layout

  • Add command with SAP SAP Tables & Clusters.

    Hi All,
    One of my customer is using the SAP integration kit and the document states that we can have a Add Command option in Crystal Reports XI against the SAP tables.
    So in Crystal Reports can we create an ADD COMMAND option against the SAP tables?
    Regards,
    Prashant Saduwale

    Post your question to the Business Object Integration Kits forum

  • Excel data source and the use of add command

    HI, Looking for suggestions on how to work with multiple inputs that cannot be joined directly.  Here's the background.
    The Report currently reads in two different Ecel files and uses 3 SQL commands to query an Oracle Database.  I need to join the 5 data sources and am having issues with the 2 excel files.  In one file I need to be able to derive a field based on another column in the file In order to create the join condition to the SQL commands.  I'd equate this to a case statement in SQL, but how goes one do that using the 'add command' feature?  What is the syntax?
    Next I would need to join (left outer) the two excel files using two fields from file A (a1, a2) and 3 fields from file B (b1,b2,b3), where a1=b1 and b2 <= a2  <= b3 when rows from A exist in B.  If row A does not exist in B then we still want it in the report and available to left outer join to the 3 oractab data sources.
    runtime is also a concern.
    Any Suggestions?

    hi Elena,
    in this case the use of subreports is not recommended. that's because you're exporting to excel and you need data in columns across the report. subreports will not, unfortunately, give you what you need.
    this would bring you back to joining the datasources. what i would recommend is looking into using 'oracle database link' to link your oracle db to excel files. here's one article as an example but you may be able to find a better one. if you have questions on this please ask them on an oracle forum as the syntax that you need will be database specific.
    a lot of databases have this type of technology which allows you to create a view to other data. sql server has 'linked servers', sap hana has 'smart data access'. essentially you are creating a non-materialized view to the external data. then this view is available on the main oracle server where you established this connection. this should be a lot easier than trying to bring a bunch of command objects together off independent datasources inside of crystal.
    -jamie

  • How to pass db source data to condition of add command ?

    I add a command (select * from abc where a='xy') to report,
    and I want to pass field (order number) of table xyz to 'xy'.
    How to do it?
    abc is one sql table ,  xyz is another table.

    why not you link them in the Links section
    link xy of the add command to xy of the table.
    is it hard?
    i mean
    in the add Command
    select xy from sometable
    and in the table there is a field called xy
    so in the links, you can link them together.
    good luck

  • Linking 2 tables with Sql Expressions or add command

    Hi
    I want to make a custom table using a union all using cr2008 but I'm unable to find/enable the sql expressios field? It's just not there?
    I've tried using the add command is the database expert but I cant see how to get this work.. I have 2 data sources that each consist of identical tables (but different data).  I have 2 tables I want to link:
    datasource1 statstable
    datasource2 statstable
    So I want to do:
    SELECT * FROM datasource1 statstable
    UNION ALL
    SELECT * FROM datasource2 statstable
    but it wont let me do this as the 2 stats tables are in different datasouces.
    I would really appreciate any help you can give me.
    thanks

    you can not do this unless you use busines views.
    you can not create one report based on two different datasources using crystal reports,
    my advice to you to solve this problem
    start to look for the "business views"
    which allow you to create a strucutre based on many different datasources, you create 2 connections for your datasources and map them in the view.
    then you use those business views in crysal reports to create you report.
    it may looks complicated, but i admit its too easy and not hard.
    you can get a small book about business views manager which comes with BO XI R2 or Xi 3.0
    from the business objects support site.
    i hope it was clear for you
    good luck

  • HT2473 how do I add websites to toolbar

    How do I add website to toolbar?

    Go to the browser or site you want to save > click bookmarks > add bookmark and on the dropdown menu that appears select Bookmarks Bar.   And you'll have it.

  • ADD COMMAND-link 2 fields where numeric value matches

    I have a Add Command that looks like this.
    SELECT *
    FROM "AS400"."MTMODBC"."#MTMTRP" "_MTMTRP"
    LEFT OUTER JOIN (
    SELECT CHGTRP, CHGFCD, Max(CHGDTE) As Max_CHGDTE, Max(CHGTIM) As Max_CHGTIM
    FROM  "AS400"."MTMODBC"."#MTMTCHG" "_MTMTCHG"
    WHERE CHGFCD= '076'
    GROUP BY CHGTRP, CHGFCD
    ) C1
    ON
    TRIP#=CHGTRP
    LEFT OUTER JOIN "AS400"."MTMODBC"."#MTMGAS" "_MTMGAS" ON (TRIP#=GTRIP#)
    LEFT OUTER JOIN "AS400"."MTMODBC"."#MTMMBR" "_MTMMBR" ON (TCSTKY=MCSTKY)
    LEFT OUTER JOIN "AS400"."MTMODBC"."#DMSFAC" "_DMSFAC" ON (TDELZP=DFZIP and DFADDR1=TDELVA)
    LEFT OUTER JOIN (SELECT TRIP# AS NTRIP#, THCPCS
    FROM "AS400"."MTMODBC"."#MTMND" "_MTMND") N1
    ON TRIP#=NTRIP#
    WHERE TINSCD= '0342' and
    (TRPFLG Like 'S%' OR
    TRPFLG in ('X1','X2','X3')) and
    TREASC not in ('53','81') and
    TAPTDT>=20101001 and
    TAPTDT<=20110331
    The bolded fields are Alpha numeric and I would like to match them on values
    EX: DFADDR1 has a value 123 High St
    and TDELVA has a value 123 High St
    How do I match them on the first 3 digits?
    Thanks!
    Achett13

    Hi,
    What about using  substing function in the join.
    (TDELZP=DFZIP and substr(DFADDR1,0,3)=substr(TDELVA,0,3))
    I have assumed that numeric filed length is fixed.Which is the database?
    Regards,
    Bilahari M

  • Add Command question

    To forum participants,
    I need to take a data file and construct a table.  The data file is written out in one long record format, see example below.
    Property ID Year Batch Base01 Penalty01 Interest01 Base02 Penalty02 Interest02 Base03 Penalty03 Interest03
    1234           2009 abcd  500.00  50.00          25.00     300.00  30.00       15.00         600.00   60.00       30.00
    Property ID     Year     Batch #     Base Tax     Penalty     Interest
    1234     2009     abcd     500.00     50.00     25.00
    1234     2009     abcd     300.00     30.00     15.00
    1234     2009     abcd     600.00     60.00     30.00
    I need to create a table like the one above.  I was hoping that this would be possible through the Add Command feature.  Any help would be greatly appreciated.
    Bdecker

    To forum participants
    OK, I didn't make myself clear.  I don't really want to make a table.  It's my understanding that the Add Command creates a subset of data that can be used in a report, just like a table.  This is what I'm needing.  I will try to provide a more simple example.
    The lines immediatly below is an example of the data file I'm dealing with.
    Customer Name    Order # 1                                         Order # 2                                     Order # 3
                                   Date            Product         Price       Date            Product         Price     Date            Product         Price     
    ABC COMPANY    04/01/11  Bike Helmets    100.00     03/01/11  Bike Seats    200.00     02/01/11  Bike Chains    100.00
    Below is what I hoped I could accomplish with the Add Command.
    Customer Name       Date            Product         Price      
    ABC COMPANY      04/01/11  Bike Helmets    100.00    
    ABC COMPANY      03/01/11  Bike Seats    200.00    
    ABC COMPANY      02/01/11  Bike Chains    100.00
    So I don't need to make a new file, I just need to rearrange the data.
    B Decker

Maybe you are looking for

  • My music from my itunes will not sync to my iphone

    I recently dropped my phone in the toilet (it was in my back pocket), I purchased a new iphone (3G) unlocked and have downloaded the new IOS software on my macbook pro and iphone. My music is on my iMac and I've synced my contacts, calender and aps b

  • Korean characters in my iphone

    For some reason when I reset my iphone Korean characters appear when I specified that Im in the US and wanted english.  They only come out in the itunes and apps icons.  Does anyone know how to get rid of them cause I don't speak and understand Korea

  • R/3 64 bit or 32 bit software package...

    Hi, 1) Is R/3  a 64 bit or 32 bit software package ? 2)If it is 64 bit package then do we need 64 bit Windows to run SAP ? Please clarify my doubt. Regards, Rajesh.

  • BDC ? .. ? . . ? 'am Confused  .......

    Hai Dear ABAP Pros.. As far as I know, BDC is used to Transfer data from legacy system to SAP system. I have newly started my career in SAP ABAP & I am the only guy for this company on ABAP & havenot yet worked on BDC yet. I have gone thru the notes

  • My Yahoo page that I access through Firefox is all messed up. No problem with IE or Safari.

    When I try to access My Yahoo through FireFox the page is all messed up - looks like y Yahoo! Web Images Finance News Sports more» Web Search Answers Autos Celebrities Directory Finance Games Jobs Local Mail Movies Music News Shopping Sports Travel T