Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. technovice

    Is it possible to send SMS messages from VB....

    ...and if so would you please enlighten me a little as to how. Thankyou very much in advance.
  2. technovice

    I am receiving a run-time error 340 and conrol array element 71...

    ...doesn't exist. This error sometimes occurs after a few hours of my package running (and it doesn't happen all of the time). Any views on why it may occur would be most welcome. Thanks
  3. technovice

    I want to copy a file from c:\ to new location on c:\ ....

    ...any ideas on what code I should have within a command button. Within the command button I have been using : shell "copy c:\file1 c:\newdir\file1" When I run this I get the error 'file not found'. Any help is much appreciated.
  4. technovice

    I need to access DOS from within my VB program .....

    ....What I need is the following: When a certain condition is met I want my program to be able to access DOS and run the command rsh sd-a /opt/qpage/qpage -s pagehosta -p banner1 "some text" Any ideas on how I do this?
  5. technovice

    When I go to run the 'Package and Deployment Wizard' ......

    .....for some bizarre reason something called VisData is loading up. Any ideas as to why the 'Package and Deployment Wizard' isn't loading up (i have used it before without problems)? Has anybody else ever had this problem? Thanks in advance
  6. technovice

    Simple list box question ..... that is bugging the life out of me.

    Thankyou everyone for your help. Also congratulations to Strongm who not only managed the almost impossible task of deciphering my question but also offered the correct solution. Regards Dave
  7. technovice

    Simple list box question ..... that is bugging the life out of me.

    vb5prgrmr - Thanks for your help. Unfortunately this still leaves me with the same problem where the only way to display what is in the listbox in the message box is by actually clicking on the list selection once it has been highlighted with the up/down arrow of the listbox. I need a solution...
  8. technovice

    Simple list box question ..... that is bugging the life out of me.

    I have a list box with 10 items on it. Each item can only be displayed one at a time to the user who selects their item by using the up/down arrow of the list box. However, if a user selects an item from the list box by using the up/down arrow but doesn't actually click on their selected item...
  9. technovice

    Does anybody know which component that I need to make available ...

    Martin, Thanks for your reply. If I could write some code that talks to your software, which then ultimately contacts a pager then I am definately interested in your software. Regards, Dave
  10. technovice

    Does anybody know which component that I need to make available ...

    ...in order to allow me to produce code that will be capable of contacting a pager. Thanks in advance.
  11. technovice

    Problem with MSoft Query reformatting my SELECT statement

    With the SQL button on Microsoft Query I am writing the following: SELECT JOB_EVENT.RUN_ID, JOB_EVENT.CONFIG_ITEM, JOB_EVENT.JOB_ID, JOB_EVENT.JOB_EVENT, JOB_EVENT.JOB_EVENT_TIME FROM SRD_DBA.JOB_EVENT JOB_EVENT WHERE (JOB_EVENT.RUN_ID=? AND JOB_EVENT.JOB_EVENT In...

Part and Inventory Search

Back
Top