Hi
try this
myreport.refres h........
myreport.show
unload myreport
I guess it should work...cause it worked for me......
User Profile
Collapse
-
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 -
-
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... -
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...
No activity results to display
Show More
Leave a comment: