CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: samanw

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Please Help (How to use Global Variable in MS SQL200 DTS)

    Hi All,
    I am working on DTS to migrate some data from one Database to another.

    1) I have a Master DTS Package.
    2) I have 2 Child packages (Siblings) and they both executing inside the master...
  2. Replies
    0
    Views
    440

    Need to write data into a PDF file.

    Hi,
    Please some body help me to write a report or a few lines into a PDF file.

    Thanks,
    Sam
  3. Replies
    2
    Views
    4,135

    Re: MS SQL Server - Date conversion on DTS

    Thanks but I inserted the right format like vbShortDate but still I get wrong values in the date field after the conversion. Thank you any way.
  4. Replies
    1
    Views
    642

    Does any one know DTS on SQL Server?

    Please let me know if any one of you know about DTS on SQL Server. I want to transfer data from Excel spread sheet to SQL table. Source column is numeric but dates are in MMDDYY format, The...
  5. Replies
    2
    Views
    4,135

    MS SQL Server - Date conversion on DTS

    Hi All,
    I need to transfer data from another database (IBM AS/400) into SQL Server, but I have a problem converting Date column from Numeric Data type into Date Data type,

    Here is an activex I...
  6. Re: Need to insert a row in an excel file spread sheet.

    Thanks, it works very well.
    You have a great long week end!

    Sam
  7. Re: Need to insert a row in an excel file spread sheet.

    I am sorry, I need to do this in my VB program. Can you explean it more. I need to insert a new row after the 5th Row. And then need to update values in it.

    Thanks for your response.

    Sam
  8. Need to insert a row in an excel file spread sheet.

    I need to insert a row in a excel file spreat sheet. Please tell me how to do that.

    Sam
  9. Re: How to create a Global variable to use in every form in my project?

    Ok thanks
    I appreciate your help.

    Have a good week end!
  10. Re: How to create a Global variable to use in every form in my project?

    Thanks, and I want to change the variable to put some value in it and see in all forms. For example, want to declare a variable as Public strFileName as string in the Module. Please tell me how to...
  11. How to create a Global variable to use in every form in my project?

    I want to create a Global variable and use it in every forms in the project. I also have 1 MDI form and 4 Forms.
  12. Re: How to Copy, Move and Delete a file from a folder in VB6

    Thanks every body, thanks for your help.

    Now I learn new stuff :)

    Saman
  13. Re: How to Copy, Move and Delete a file from a folder in VB6

    Thank you very much.
  14. Replies
    8
    Views
    6,740

    Re: Auto send emails using Outlook 2003

    Thanks George1111. Appreciate your help.
  15. How to Copy, Move and Delete a file from a folder in VB6

    Please let me know how can I do this. I need to move a certain file from 1 folder to another at some time of my VB6 program. Please let me know to perform such file operatons.

    Thanks,
    Saman
  16. Replies
    8
    Views
    6,740

    Re: Auto send emails using Outlook 2003

    Thanks George1111, Can you explain me how to send through SMTP? Also let me know if I can answer a reply 'Yes' within my program for popup messages. then I can continue my old program to work.
    ...
  17. Replies
    8
    Views
    6,740

    Auto send emails using Outlook 2003

    Hi I am trying to send email using the Outlook 2003 in my VB6 program. I am getting popup message from the outlook and need to click Yes to allow to send the mail.

    I want to automate this process...
  18. Replies
    6
    Views
    3,808

    Re: Need to send an email for 2 recipients in VB6

    Thanks for your help, I could relove this problem. What I didnt is I have to include the statement .ResolveName after adding the each recipient name as follows.

    .RecipIndex = 0
    .RecipDisplayName...
  19. Replies
    6
    Views
    3,808

    Re: Need to send an email for 2 recipients in VB6

    Hi George1111,
    It is working fine for just 1 recipient. I am trying to send for more than one at the same time. Your suggestion is not working for 2 by concatenating email address. Already tried...
  20. Replies
    6
    Views
    3,808

    Need to send an email for 2 recipients in VB6

    I am trying to send an email in my probram for 2 recipients and it fails, here is my code belo. Plese help me with this.
    ...
  21. Re: Need to send more than 1 email attachment in my VB program. (This is resolved now

    Hi friends,
    Thanks for your help regarding this matter. I could resolve this problem with using MessageIndex and MessagePosition together as shown below.

    With MAPIMessages
    .MsgIndex = -1
    ...
  22. Re: Need to send more than 1 email attachment in my VB program.

    Hi,
    It says Run Time error 32002 "Unspecified failure has occured"

    This gives me at the

    .Send False

    ------------------------------------------------------------------------
    Here is some...
  23. Replies
    5
    Views
    8,991

    Re: How to send an email with attachment in VB6?

    I tried using Attachment Index as you said, but it gives me an error message.

    Sam
  24. Replies
    3
    Views
    735

    Re: Need to check the date-modified of a file

    Thanks for every body for your response. I will try them.

    You guys have a great weekend!

    Sam
  25. Re: Need to send more than 1 email attachment in my VB program.

    Hi,
    I tried to send an email as you have mentioned with attachment index 0 and 1. but it gave me an error message.
Results 1 to 25 of 36
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured