How to register for class while using ActiveX

Hi
I am trying to use ActiveX to send an email with Microsoft Outlook. I have found an example Vi. but i was getting an error with code "-2147221164" (Class not registered in Outlook_Mail-1.vi). How to register for that class and what are the files required for that registration.
Attachments:
Outlook_Mail-1.vi ‏31 KB

Here is a picture of the Photosmart eStation:
Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
When a solution is found please mark the post that solves your issue.
Every problem has a solution!

Similar Messages

  • How to get default values while using the transaction "BP"

    Hi Group,
    I have a query on how to get default values while using the transaction <b>BP</b>?
    The thing is:
    when I enter into the transaction "BP", I need to see some default values to some of the input fields in the screen.
    how can I achieve this?
    So please kindly let me know the procedure to achieve this.
    Thanks & Regards,
    Vishnu.

    Hi,
    The events of BDT can be used to default some fields on creating a partner.
    For this create a function module for ISDAT. attach that event in BUS7.
    In the ISDAT funtion modulethe following code should be used.
    For example to set the nationality:
    I_BUSDEFAULT-NATIO = 'DE.
    CALL FUNCTION 'BUP_BUPA_FIELDVALUES_SET'
    EXPORTING
    i_busdefault = I_BUSDEFAULT
    Regards, Smita.

  • My daughter has somehow figured out how to register for her own Apple ID but is very underage. She is not giving me the correct info for me to get into her email. She has downloaded some apps that I would not allow. How can I recover her Apple ID info?

    My daughter has somehow figured out how to register for her own Apple ID but she is very underage. She is not giving me the correct info for me to get into her email. She has downloaded some apps that I would not allow. How can I recover her Apple ID info?

    No it's not stealing. They have an allowance that you can share with so many computers/devices. You'll have to authorize her computer to play/use anything bought on your acct. You can do this under the Store menu at top when iTunes is open on her computer.
    As far as getting it all on her computer....I think but I am not sure (because I don't use the feature) but I think if you turn on Home Sharing in iTunes it may copy the music to her computer. I don't know maybe it just streams it. If nothing else you can sign into your acct on her computer and download it all to her computer from the cloud. Not sure exactly how to go about that, I haven't had to do that yet. I wonder if once you authorize her computer and then set it up for automatic downloads (under Edit>Preferences>Store) if everything would download. Sorry I'm not much help on that.

  • How to handle  user exits while using BAPI

    HI experts can any one help me on how to handle user exits while using BAPI. Do we need to handle it explicitly or standard  BAPI will take care of it??.
    Regards,
    Hari Krishna

    If you have added some fields using append structures for screen enhancements, then you have to use appropriate user exits to fill these data while calling BAPI.  Some BAPIs have EXTENSION structures to fill the custom data which can be processed using user exists or enhancements.
    Regards
    Vinod

  • Serialization error: no serializer is registered for class BasicDynaBean

    Hi,
    I have created webservice for the java class i have written. And i was also successful in deploying the webservice on the application server.
    when i was trying to test the webservice, few of the operations were working fine. But i came across such kind of error message when i am trying to invoke one of the methods i have written . Below is the following error message seen from SOAP respone, highlighted with bold.
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://dataaccess/types/" xmlns:ns1="http://www.oracle.com/webservices/internal/literal"><env:Body><env:Fault><faultcode>env:Server</faultcode>
    <faultstring>Internal Server Error (serialization error: no serializer is registered for (class org.apache.commons.beanutils.BasicDynaBean, null))</faultstring></env:Fault></env:Body></env:Envelope>
    I am using RowSetDynaClass for representing the results of an SQL query.
    Please let me know if any one could provide me a solution for this error.
    Thanks.

    Hi,
    I have created webservice for the java class i have written. And i was also successful in deploying the webservice on the application server.
    when i was trying to test the webservice, few of the operations were working fine. But i came across such kind of error message when i am trying to invoke one of the methods i have written . Below is the following error message seen from SOAP respone, highlighted with bold.
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://dataaccess/types/" xmlns:ns1="http://www.oracle.com/webservices/internal/literal"><env:Body><env:Fault><faultcode>env:Server</faultcode>
    <faultstring>Internal Server Error (serialization error: no serializer is registered for (class org.apache.commons.beanutils.BasicDynaBean, null))</faultstring></env:Fault></env:Body></env:Envelope>
    I am using RowSetDynaClass for representing the results of an SQL query.
    Please let me know if any one could provide me a solution for this error.
    Thanks.

  • Shutdown ports that is not in use for a while using LMS 4.x

    Hi,
    Is there a way to disable switch ports that has not been in use for a while using LMS 4.x
    Your assistance would be much appreciated.
    Regards,
    Clifton

    Hi,
    Is there a way to disable switch ports that has not been in use for a while using LMS 4.x
    Your assistance would be much appreciated.
    Regards,
    Clifton

  • How to trigger New page while using ALV with classes/oops?

    Hi All
    I am trying to print a report which has to show the data in two pages.
    I am using ALV with classes/oops.
    Though I am able to print the report but a new page is not coming. Whole of the data is coming in one single page.
    Please tell me as to how to trigger a NEW PAGE while using ALV with classes/oops.
    Please send some code samples also if available.
    Thanks in advance.
    Jerry

    using sort option you can do it. in case of grid/oo alv class ALV you can view that only in print mode/preview mode.
    in case of list you can view that directly.
    sort-fieldname = 'FIELDNAME'.
    sort-group = '*'  "triggers new page
    sort-up = 'X'.
    append sort to it_sort.

  • How to handle an error while using classes.

    Hi gurus,
               when i tried to copy the code from function module into report and execute it, it is giving some error message as
    Error: components of classes declared using u201CCLASSLCL_TREE_EVENT_HANDLER
    DEFINITION DEFERREDu201D can only be accessed after you have defined the class
    (CLASS LCL_TREE_EVENT_HANDLER DEFINITION)..
    i included the declarations include and forms include which are standards.
    i copied the function module 'HR_CH_PERS_FILE'  to get the employee infotype details in tree structure.
    thank you..

    Hi,
        You must put the INCLUDE that contains the class object instantiation code (CREATE OBJECT) after the INCLUDE which contains the CLASS DEFINITION.
    This error is coming due to the fact the your program is trying to create an instance of the class whose definition is not found at the time of the instantiation.
    That is
    Before you write
    DATA obj TYPE REF TO cl_XXXxx.
    CREATE OBJECT obj.
    You need to have
    CLASS cl_XXXxx DEFINITION.
    ENDCLASS.
    Best Regards,
    Sesh

  • How to register User custom field using PHP?

    Hi!
    I am looking for a way to share user specific data between connected users. For example, all participants should know each other IDs(our own system IDs, not LCCS).
    User's custom fields looks the best solution for this, but I can't find a way to register one using PHP, while creating room.
    How to register User's  custom field using PHP? Or may be there are better solution to make such things?

    Got it, just need to add new node to UserManager collection.
    const USER_MANAGER_COLLECTION = 'UserManager';
    static private $USER_MANAGER_CUSTOM_FIELD_CONFIGURATION = array(
       'accessModel'=>self::ROLE_VIEWER,
       'publishModel'=>self::ROLE_VIEWER,
       'persistItems'=>true,
       'modifyAnyItem'=>false,
       'userDependentItems'=>true,
       'sessionDependentItems'=>false,
       'itemStorageScheme'=>self::STORAGE_SCHEME_MANUAL,
       'allowPrivateMessages'=>true,
       'lazySubscription'=>false,
       'p2pDataMessaging'=>false
    const USER_INVITE_ID_CUSTOM_FIELD = 'inviteId';
    static private function createUserManagerCustomFields($room){
       $account = self::init();
       $collection = self::USER_MANAGER_COLLECTION;
       $account->subscribeCollection($room, $collection);
       $account->createNode($room, $collection, self::USER_INVITE_ID_CUSTOM_FIELD, self::$USER_MANAGER_CUSTOM_FIELD_CONFIGURATION);

  • How To Register For a New eFax Account on the Photosmart eStation

    If you ever find yourself unable to log in to your eFax account and you have contacted HP Technical Support and eFax only to find the problem cannot be fixed by either party, there is a way to register for a different account but the only way to do this involves using a Photosmart eStation.  The error you may get will read "Invalid Login" and is only applicable on the Photosmart eStation, HP Envy Series, and the Photosmart 7510 regardless of whether you are trying to create a new account or just access one that already exists, here are the steps to fix that:
    1. Go to www.efax.com and sign in. 
    2. Select "Update Account" and then select the profile tab.
    3. Change the current contact email to a dummy/alternate email (must have a phone number listed on this page before changes will go into effect).
         a) Using the @hpeprint.com email may cause problems.
         b) Log out of eFax account.
    4. Go to the E-station and follow these instructions to be able to register for a new account:
         a) On the top of the E-station, select the 3rd Menu button (3 lines) and go to
         b) Select Settings then
         c) Tools then
         d) Advanced then
         e) Applications and
         f) Manage Applications
         g) next Filter > select All and wait for all the apps to load.
         h) Scroll down to very bottom for Webfax
         i) and then Clear Data in this section
         j) Select the Home button at the top and
         k) Select Efax and register for a new account with a preferred email and zip code
         l) Write down the new phone number and check your email for a new 4-digit PIN
    5. Repeat these steps to clear the Web Fax data and then try to login to efax.com on the printer by selecting
         a) eFax button
         b) Settings
         c) Account and upgrade information
         d) Change
         e) After selecting chance, in this area, login to eFax on the printer with the new number and pin.
    6. The best test to ensure everything is working now is to send yourself an eFax so you can check for incoming and outgoing processes to be just as you expect it to be.
    7. Print the ePrint info page so that the printer's ePrint email address will be associated with the new eFax account.
    And that is the trick on how to get a new eFax account if you are experiencing issues with signing in from the front panel of the printer.  If you do not have access to a Photosmart eStation, then contact HP Cloud Services at 1-855-785-2777 if you live in North America or are an English-speaking customer for assistance with this step.
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

    Here is a picture of the Photosmart eStation:
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • How can I add excel pictures using activex

    I would like to be able to use activex to insert an image into an excel spreadsheet. I know how to read and write data, but the chart feature is too cunmbersome and when I updated excel to 2007 most of the calls stopped working. I see that there is a pictures property/method that lets me specify an image file, but I don't know which property/method(s) to call it from.

    2007 does take more time to draw the data on the chart. I am not having any problems with errors on the active X for 2007. I is much slower than 2003 I would agree. My IT group moved us to 2007 so I am stuck with it no matter how slow it is. I am trying to figure out how to get the help file back. I had these in 2003 myself. I know it has nothing to do with LabVIEW. It is an add in or some switch that you need to throw in excel to allow for this connection.
    Tim
    Johnson Controls
    Holland Michigan

  • How to reference a class without using the new keyword

    I need to access some information from a class using the getter, but I don't want to use the new keyword because it will erase the information in the class. How can I reference the class without using the new keyword.
    ContactInfo c = new ContactInfo(); // problem is here because it erases the info in the class
    c.getFirstName();

    quedogf94 wrote:
    I need to access some information from a class using the getter, but I don't want to use the new keyword because it will erase the information in the class. How can I reference the class without using the new keyword.
    ContactInfo c = new ContactInfo(); // problem is here because it erases the info in the class
    c.getFirstName();No.
    Using new does not erase anything. There's nothing to erase. It's brand new. It creates a new instance, and whatever that constructor puts in there, is there. If you then change the contents of that instance, and you want to see them, you have to have maintained a reference to it somewhere, and access that instance's state through that reference.
    As already stated, you seem to be confused between class and instance, at the very least.
    Run this. Study the output carefully. Make sure you understand why you see what you do. Then, if you're still confused, try to rephrase your question in a way that makes some sense based on what you've observed.
    (And not that accessing a class (static) member through a reference, like foo1.getNumFoos() is syntactically legal, but is bad form, since it looks like you're accessing an instance (non-static) member. I do it here just for demonstration purposes.)
    public class Foo {
      private static int numFoos; // class variable
      private int x; // instance varaible
      public Foo(int x) {
        this.x = x;
        numFoos++;
      // class method
      public static int getNumFoos() {
        return numFoos;
      // instance method 
      public int getX() {
        return x;
      public static void main (String[] args) {
        System.out.println ("Foo.numFoos is " + Foo.getNumFoos ());
        System.out.println ();
        Foo foo1 = new Foo(42);
        System.out.println ("Foo.numFoos is " + Foo.getNumFoos ());
        System.out.println ("foo1.numFoos is " + foo1.getNumFoos ());
        System.out.println ("foo1.x is " + foo1.getX ());
        System.out.println ();
        Foo foo2 = new Foo(666);
        System.out.println ("Foo.numFoos is " + Foo.getNumFoos ());
        System.out.println ("foo1.numFoos is " + foo1.getNumFoos ());
        System.out.println ("foo1.x is " + foo1.getX ());
        System.out.println ("foo2.numFoos is " + foo2.getNumFoos ());
        System.out.println ("foo2.x is " + foo2.getX ());
        System.out.println ();
    }

  • How to register a new MacBook using info I entered in the startup program?

    I just opened my new MacBook for the first time and the startup program walked me through entering a bunch of information and connecting to my old iBook to transfer data. And the end of the process it tried to register me with Apple but my internet connection was down and it told me I couldn't register now. It left me instructions for how to register later using the info I already typed in. I did not write down these instructions. Instead I clicked 'continue' and lost them forever.
    Does anyone know how to register after the startup program has quit? I found register.apple.com but it requires me to re-enter all my data. Ignoring from the fact that I've spent more time typing this question than I would have re-typing my name and address, it bugs me that I can't find the menu or dialog box that I could swear the startup program told me to use to send my saved info.
    Any advice?
    Thanks

    Usually there's a shortcut in your new user's Home folder called "Register with Apple" (or something similar to that) of the original registration fails. To open your user's Home folder, press Apple-shift-H from the Desktop. Can you see the shortcut there?
    Just so you know, you don't need to register to receive any technical support or warranty support from Apple. Registering with Apple, I believe, helps their Marketing Department, but you don't need to register for support or help.
    -Doug

  • No Context for module while using WinDbg

    I would like to request some help with an issue reading a few SQL Server dumps. I'm currently analyzing a dump created by SQL Server 2012 Enterprise. The dump is due to a “Non-Yielding Scheduler” issue that has occurred at least 6 times with
    in the last two weeks.
    My issue is, I am unable to load the following symbol modules, while using WinDbg.
    ************* Symbol Loading Error Summary **************
    Module name            Error
    sqlevn70               No data is available : srv*c:\websymbols*http://msdl.microsoft.com/download/symbols
    SQLNCLIR11             No data is available : srv*c:\websymbols*http://msdl.microsoft.com/download/symbols
    msfte                  The system cannot find the file specified : srv*c:\websymbols*http://msdl.microsoft.com/download/symbols
    XPStar                 No data is available : srv*c:\websymbols*http://msdl.microsoft.com/download/symbols
    xplog70                No data is available : srv*c:\websymbols*http://msdl.microsoft.com/download/symbols
    Is this a known issue, has anyone seen this issue, and if so is there a workaround to the issue?
    Thanks you for your help in advance.
    Curtis

    Hello,
    Please read the following article to analyze further.
    http://mssqlwiki.com/2012/08/17/how-to-analyze-non-yielding-scheduler-dumps/
    The following fixed have been released about this too:
    http://support.microsoft.com/kb/2699013
    http://support.microsoft.com/kb/2672531
    http://support.microsoft.com/kb/2846378
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • How to implement for sap system use HADR

    hi expert ,
           i am a newbie to sap basis, we have a requirement that do HA for our sap using HADR,i want know if there are some good sulotion for my scenario。
       our scenaro is we have two window 2008 sever host,one host  has a sap system and we want the sap db2 database as a primary,and the other host also has a same the system which is restore from the previous sap system which we implement by system copy using database restore not migration。i want know as our secanrio could i achive SAP application HA by HADR,if we donu2018t have  HA  software  like MSCS。whether we must manual monitor the primary sap   when it stop because any issue like hardware failed and then manual start the other sap system in the other host?
      our two sap system have different sap profile beacause the hostname are different.
    our aim is when one of our host can't use we can immediate start the other sap system in the other host, the less the change the better the solution .
    is it possible?
    thanx very much,
    best regards.

    hi paul ,
        thanx for your information,i have already read the inforamtion about sg247363 once-over and SAMP。 but unfortunately we have a different situation,we only have two windows servers and must installed windows server 2008 OS because some reasons。we also don't have have other host to install sap。as this situation,how could we implement HA beacuse we also don't have shared disk。the window server are isolation。
    i  also read some pdf which download from sdn , in the book the HA is  implemneted as the sap application has a separate host and has two host for DB2 database using HADR,the HA is rely the cluster software 。in this situation the sap application also need HA to avoid single point failure。
        as the limited i have said above, is it possible to do HA by MSCS ,can any body tell me if the MSCS is free to install in OS windows 2008? if we can't use it  free,have any other solution?in the worst , we must manual monitor the application and when a sap application or database can't work ,we want to restart the other sap which in the other host,we need the database synchronization between two database which using HADR。is it possible ?if it do, whether there are some additional setup for sap application because the two sap application have different sap profile name(a sap is a system copy from the other by database restore)。
        any reply will be appreciated。

Maybe you are looking for

  • I LOADED NEW HARD DRIVE IN MY MAC PRO AND NOW I'M GETTING A GREY SCREEN!

    I REMOVED MY 160GIG HARD DRIVE OUT OF MY MACBOOK PRO AND REPLACED IT WITH A 320GIG NOW WHEN I GO TO LOAD MAC OS X DISC I GET A GREY SCREEN THAT READS CAN'T FIND DRIVER! CAN SOMEONE PLEASE TELL ME WHAT YOU THINK THE PROBLEM IS OR WHAT I SHOULD DO NEXT

  • Key volume button not working

    Recently installed SSD and now my volume keys are not working. In/outputs seem to be fine. Any ideas

  • Airport extreme firmware update 19 Jan 2011

    Today I was foolish enough to install the new firmware settings. the immediate effect was to remove me from the internet. I have tried factory reset and resetting the network but to no avail. Network diagnostics shows the status of settings OK except

  • Ask the Expert: Installation, Operation, and Troubleshooting of RF Gateway 1 (RFGW1)

    With Ron Hanson Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions from Cisco expert Ron Hanson about the RF Gateway 1 (RFGW1) including installation, operation, configuration, and tr

  • Interface#2

    If I create an interface that extends from an abstract class can I execute the methods of it's super from inside the interface? -- Ian