Best Way To Send Arrays to ActiveX

What's the best way to send array data to an ActiveX object? Do you
have any examples that you can show me? Are there any alternatives to
the "best way"?
Thanks,
Scott

> What's the best way to send printer control codes in Netware 3.12? Should
> I use a batch file that's run each time a particular queue is selected, or
> is there something I should be doing with a pconsole option? I'm trying to
> get rid of extra linefeeds and enable compressed printing. DOS
> environment, by the way.
Never mind, I'm in a habit of answering my own posts these days. Just create
a job configuration in printcon that uses a device with the appropriate
device modes.
Is it just me, or is Netware queue-based printing a bit on the obtuse side?
Seems like it could have been made a whole lot easier (more linear?) to set
up.
--Mike-- Chain Reaction Bicycles
www.ChainReactionBicycles.com

Similar Messages

  • Best way to send an procedure/function output to the application

    Hello,
    What is the best way to send the output of a PL/SQL function / procedure to the application in Oracle 11g. I understand that it could be different for applications built in JAVA , .Net , SAP etc.
    Could you please give a brief overview on all possible application makes.
    Thanks,
    Haider

    Anyway, the answer is yes, v$version is derived from x$version :
    SQL> desc x$version
    Name                                      Null?    Type
    ADDR                                               RAW(8)
    INDX                                               NUMBER
    INST_ID                                            NUMBER
    BANNER                                             VARCHAR2(80)
    SQL> select INDX,BANNER from x$version;
          INDX
    BANNER
             0
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
             1
    PL/SQL Release 11.2.0.3.0 - Production
             2
    CORE    11.2.0.3.0      Production
             3
    TNS for Linux: Version 11.2.0.3.0 - Production
             4
    NLSRTL Version 11.2.0.3.0 - Production
    SQL>

  • Best way to send printer control codes?

    What's the best way to send printer control codes in Netware 3.12? Should I
    use a batch file that's run each time a particular queue is selected, or is
    there something I should be doing with a pconsole option? I'm trying to get
    rid of extra linefeeds and enable compressed printing. DOS environment, by
    the way.
    The printer in question is an Ithaca Pcos Series 50 ( #52 pn-06-0629), which
    isn't one of the standard ones listed in Pconsole etc. It may emulate a
    standard IBM though.
    Thanks-
    --Mike-- Chain Reaction Bicycles
    www.ChainReactionBicycles.com

    > What's the best way to send printer control codes in Netware 3.12? Should
    > I use a batch file that's run each time a particular queue is selected, or
    > is there something I should be doing with a pconsole option? I'm trying to
    > get rid of extra linefeeds and enable compressed printing. DOS
    > environment, by the way.
    Never mind, I'm in a habit of answering my own posts these days. Just create
    a job configuration in printcon that uses a device with the appropriate
    device modes.
    Is it just me, or is Netware queue-based printing a bit on the obtuse side?
    Seems like it could have been made a whole lot easier (more linear?) to set
    up.
    --Mike-- Chain Reaction Bicycles
    www.ChainReactionBicycles.com

  • Best way to send multiple emails

    Hi,
    what is the best way to send different emails in batches in one
    smtp session? Lets say 50 emails in one smtp session.
    Is the smtp session closed after I call Transport.send() ?
    In general I can not find a hint when a smtp session gets established and when
    the session gets closed.
    Thank you for any suggestions,
    Oliver

    The answer is in the [JavaMail FAQ|http://java.sun.com/products/javamail/FAQ.html#rptsend].

  • Best way to send a jtextfield with a button action

    i have searched the internet and forums and cannot find this answer... does anyone have a best way to send the data in a jtextfield when a button is clicked? thank you.

    Window.java
    public class Window extends JFrame
        public Window()
            JPanel panel = new JPanel(new FlowLayout());
            JLabel hostLabel = new JLabel("hostname or IP address: ");
            JTextField hostname = new JTextField(20);
            JButton checkButton = new JButton("Check");
            checkButton.addActionListener(new CheckEvent());
            panel.add(hostLabel);
            panel.add(hostname);
            panel.add(checkButton);
    }CheckEvent.java
    public class CheckEvent extends AbstractAction
        public CheckEvent()
            super();
        @Override
        public void actionPerformed(ActionEvent event)
            System.out.println(event);
            boolean serverReachable = false;
            try
                InetAddress server = InetAddress.getByName(hostname);
                System.out.println("\t\tName: " + server.getHostName());
                System.out.println("\t\tAddr: " + server.getHostAddress());
                System.out.println("\t\tReach: " + server.isReachable(300));
                serverReachable = server.isReachable(30);
            catch (UnknownHostException e)
                System.err.println("Unable to lookup" + hostname);
            catch (IOException e)
                System.err.println("Unable to reach "+ hostname);
            return serverReachable;
    }My problem lies in the hostname jtextfield that i want to send the string to the CheckEvent.java.
    Thank you.

  • Best Way to send data from InfoProvider to DBTable

    Hi all,
    I need some advices on this subject :
    I want to send some data, stocked in several InfoCubes, to a table.
    This cubes are linked by a multicube (for queries).
    I don't know the best way to send the data in a table :
    - Use Open hub on each cube to send data
    - Use ABAP code for extract data directly from MultiCube (possible?)
    - Use open hub on multiprovider (I think it's not possible to plug a open hub to the Multiprovider...)
    What is the best practice on that?
    Can you help me please?
    Thanks in advance,
    Adrien.

    Oh yes, my mistake.
    I didn't think abuot the APD solution.
    I think it should be a good one...
    With the ABAP, it seems very difficult indeed.
    I'm gonna check this way ! Thanks for your help Daniel !
    And except the licence cost, the Open hub should be a good solution??
    Edited by: Adrien Loire on Oct 1, 2010 10:34 AM

  • Whats the best way of sending files ?

    whats the best way of sending files (mp3's) to another computer over the internet, been doing it over msn, but takes a while, is there any other way?

    Have you thought of using an intermediary file server, e.g. yousendit.com, rapidshare.de, etc? Alternatively, you could do it the computer-to-computer route by enabling either 'Remote Login' or 'FTP Access' (Sharing preference pane) on one and connecting with the other.
    As an aside, what you're doing isn't illegal, is it? Pardon my bluntness.
    Yang

  • Best way of sending signals between two VIs

    Hello all,
    I have two VIs. One that generate some complicated signals (sine wave, impulse, etc.). The other one takes manually inputted voltage and pressure send them out to some hardware with a pump, and reads back the output of the pump.
    What is the best way of sending the waveforms from the signal VI to the manual control VI? I still need to be able to control the signals manually in that manual control VI.
    Thanks.
    Solved!
    Go to Solution.

    nitad54448 wrote:
    hi
    For exactly this kind of process, I am using queues, FG and (relax ppl, I know..) global variables. If you are writting a global in one Vi and reading it in another (to prevent accidental (fake)updating); globals are easy to implement. Many people hate them (I do, sometimes) but for these kind of cases I think they are well adapted.
    For FG you need a user control and a vi for each variable you want to share... Both FG and globals are "bottle in the ocean" like of information : you send some info and sometimes this info will arrive somewhere...
    If you need to be sure that the info is passed then Queues are to be used...
    N
    While you may not run into race conditions using global variables in a write once/read many approach they do not protect you from some part of your application deciding to write to them. FG at least provide some level of protecting access while globals do not. In addition, global variables can create multiple copies of your data. If your data is large, this can be problematic. I much prefered using a defined messaging scheme. The intent is very clear and you can provide safe guards. Even FGs are better. I personally would never recommend the use of global variables even though some cases MAY work out. A defined API is always a prefered approach and helps to keep the code modular and decoupled. This leads to greater reuse. Global variables tie things together and make reuse more difficult.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • What's the best way to send photos to a PC user?

    I'm new to the Mac world and need to know the best way to send photos to a PC user.

    Most if not all email have "Attachments" listed in the email menu.  Just click on it & follow the onscreen instructions.  Very simple. 

  • Best way to send a text to a number in Australia?

    So I have a BBRY BOLD, and the basic phone through Verizon and unlimited data plan through Blackberry.  Naturally, I never elected the world plan, because I didn't think I needed it.  But I now have a friend from Tasmania, and would like to know the best way to send her a text message without incurring additional charges, and without having to add additional services.  I have her Tasmanian Mobile number, but not her email, so I cannot email her.  Suggestions?

    I don't suppose she has a BlackBerry, does she? If she did, you could BBM to your heart's content for free.
    Otherwise, here's a link that explains rates and plan options:
    http://b2b.vzw.com/international/Text_Messaging/index.html

  • Best way to send Christmas cards by email?

    Based on other comments I've seen on these forums I advised my work this week that they should send their Christmas card email by creating it in iWeb and then sending it as an HTML message by choosing "File > Mail Contents of This Page" in Safari.
    The problem is the Director just called to say that one of our clients said all he could see was the text.
    Any idea what has gone wrong here? And what do people recommend as the best way to send Christmas card emails?

    Not every mail client is able to or setup to view HTML content in web pages. JBK's suggestion is a sure fire way to get the content of the card so that any client or platform can view it (unless they have display of image content turned off and they have to download the image file and open with an appropriate application).

  • How is the best way to send data from local database into remote database ?

    Hi all,
    I need to send data from local Oracle database into remote oracle database. Both sites connected via 128 kbps frame relay connection.
    The sending need to be done once a week, can be done nightly.
    How is the best way to do this ?
    Thank you very much,
    xtanto

    How is the best way to do this ?How much are you planning to send?
    You can use COPY command. Ensure that you have valid database link between two databases.
    Available options are:
    create - creates a new table. errors out if the destination table exists.
    replace - drop the destination table and re-creates with data.
    insert - inserts data if the destination table exists.
    append– appends data into an existing table.
    use set arraysize 5000 -The arraysize specifies the number of rows that SQL*Plus will retrieve from the database at one time.
    copy from scott/tiger@ORCL to scott/tiger@ORCL92 create new_emp using select * from emp;

  • What is the best way to send large, HD video files from the iPad?

    Hello,
    My department is looking to purchase between 50 and 150 new iPads. We hold conferences where participants take short, 3-minute videos of themselves in situations they have been trained for. The idea was that after they have taken the video, they could simply email these videos to themselves, negating the need to hook the device up to a computer, transfer the video over to a flash drive, and ensure that drive gets back to the right person.
    Now that I have the first one, I'm finding any video longer than 45s or so can't be sent via email because it's too large.
    Are you kidding?
    The file I was just able to send was 7.5MB. That's the biggest video I can send from this thing? Why even give us the ability to take HD video if we can't *do* anything with it?
    But, I digress.
    What I'm looking for is the best way to get video off the iPads and into the hands of our participants. Are there apps on the App Store which might convert whatever video we take to an emailable size? I thought about setting everyone up with Apple IDs and having them use iMessage since there is no limit on file size, but of course you must own an Apple device in order to do that, and it still doesn't solve getting it on their computers.
    Any help here would be greatly appreciated.
    Thanks!
    --Rob

    You could try uploading them to a joint dropbox account that they could then download them from....but how fast it is will depend on the internet connection available.

  • I want to find the best way to send my pictures from Aperture to CVS for processing.  How do I do that?  Also, there doesn't seem to be a good app to go from Iphone to CVS either.  Please help

    How do I easly send my pictures from Aperture to CVS for actual printing?  I always have trouble finding my photos in the Aperture library when I need to load them into the CVS web interface.  I can't even tell which photos they are without seeing them.
    Also, what's the best way to do it from my Iphone.  Doesn't seem to be a good app for that.

    Export the adjusted version from Aperture to the Desktop. Download the exported version to CVS.
    You shouldn;t be looking in the Aperture library (if by looking you mean using the Finder on the library). Use Apertures tools to do this. Besides the only thing you could get out of the library would be the  original file that you imported into Aperture not the version with your adjustments.

  • What is the best way to send auto mail with excel(generated by query) attachment?

    Hello,
    Need to generate first data from stored procedure and the save it to an excel file and then send mail with the same excel file.
    So am searching for the best way so that i could do all process in a single task with daily or monthly schedule.
    As per my understanding, we could it via SSIS and by sql server using
    sp_send_dbmail.
    But i have to generate excel file first by stored procedure and then end it by mail.
    So please suggest the best way to accomplish all task in a single task.
    Thanks
    Ajay 

    Hi Ajay,
    As shown in the blog mentioned by Syed, to delete records from the Excel file, you need to use Update OpenRowset command to update the corresponding rows to blank.
    Alternatively, you can also use Derived Column Transformation or Conditional Split Transformation after the OLE DB Source so that you can replace the target rows with NULL before exporting to Excel destination or just redirect the expected records to the
    Excel destination.
    Then, in the Control Flow, you can add a Send Mail Task to send the Excel file by setting it as the attachment. The following screenshot is for your reference:
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Unable to access my computer

    I have a satellite P855-S5312 - has been working fine then when I turned it on the other day I get a gray screen with Enter Password. No password I have ever used works. Any ideas help?

  • IChat is the MOST problematic OS X app for me...

    Okay, so a while back my iChat stopped working. I knew a couple of other ports that would work, so I changed it in iChat prefs from port 5190 to 443. My iChat will NOT work unless I have it on 443. Other people in my house can't get iChat access unle

  • Oracle Text:Problems in starting

    hi all i am working on Oracle 10g in windows and i want to do Text Mining,but i am having some problems.when i use the JDeveloper and start the text wizard it createa a jsp file but it is not loading properly.is there any document from which i can le

  • IPod syncing only certain tracks from iTunes

    I have more music in iTunes than i have space in my iPod. I want to exclude certain tracks when I sync e.g. all tracks classified a Christmas genre. Can i do this without having to set up all new playlists?

  • Hierarchy variables in UDT

    Hi all, We have a User hierarchy ... in that we have User Group,User Territory,User Terr in User names. These User Group,Terr are populating through Customer exit. This hierarchy is working fine Till Bex but when i create Universe on top of this in U