User Profile

Collapse

Profile Sidebar

Collapse
swagata
swagata
Last Activity: Dec 19 '06, 12:45 PM
Joined: Sep 15 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • swagata
    replied to VB6 Report problem, need help
    Hi

    try this

    myreport.refres h........

    myreport.show

    unload myreport

    I guess it should work...cause it worked for me......
    See more | Go to post

    Leave a comment:


  • swagata
    started a topic Send e-mail via outllook

    Send e-mail via outllook

    Hey

    Is there any way in VB 6.0 by which I can send e-mail via outlook.

    I have a command button on the form. When the user clicks on the command button,the outlook send screen should open with the default e-mail address in To:


    I am using Microsoft Office Outlook 2003...(incase there's a difference in code for different outlook version)

    Thanks
    See more | Go to post

  • swagata
    replied to Like query IN vb and access
    Thnx every1...the problem got solved...:-)
    See more | Go to post

    Leave a comment:


  • swagata
    started a topic Data Reports

    Data Reports

    Hi..

    I have a problem in Data Reports in VB 6.0...

    I am creating the data report via data environment. I have written the following query in sql builder in the properties dialog box of connection object

    "Select empid,empname from param1 where Bookno=param2"

    where param1 and param2 are variables that I want to pass to the Data report -

    param1 is the tablename that...
    See more | Go to post

  • swagata
    started a topic Like query IN vb and access

    Like query IN vb and access

    hi...

    I am developing a library application using VB 6.0 As front end and Microsoft Access as Back end.

    I want to search by keywords and i have used the following SQL statement in VB

    "SELECT * From Daily_Book WHERE Bookname Like' "& Text1.Text & " ' %"

    Daily_Book is my table name and Bookname is the column name.
    I want to enter the keyword in Text1.Text...
    See more | Go to post
No activity results to display
Show More
Working...