I have seen many program use command "CrystalReport.PrintReport".
What's the purpose of this command.
I try to use in my code, but it don't show my report on screen.
I use command CrystalReport.Action = 1 instead.
With this command, I can show the report.
So, please explain me more...
First, I can use following code (Visual Basic 6) to connect my database. It work well.
But after I set the Database Password, I can't use this code anymore.
When I run program, it show run time error '20997' ( I can not read the description ).
I don't know how can I set Database Password to...
I have one database file in AS/400, named ' PF1' in library 'MYLIB'.
This PF1 have 2 members: MBR1 and MBR2.
I already create ODBC to connect AS/400 and open recordset :
dim rs as new adodb.recordset
rs.open "Select * from MYLIB.PF1", MyConnection
This command allow me to view only...
I want to put some checkbox in datarepeater and bind them with the field in database. In user control project, I code like this:
--------------------------------------------------------------------------------
Public Property Get Discontinued() As String
Discontinued = ChkDiscont.Value
End...
Thanks for your suggestion. I read it already but I still don't know how to send parameter to my visual basic program. I see only example of vbscript and javascript on browser. But I want to use stand-alone to connnect with my program (do not browser).
So, what can I do ? .. please ..
How can I do if I want to load pictures to show on scene after I click button ? ( I don't want to load pictures before clicking the button and hind it).
Thank You :)
I'm newbie for Flash .. I want to create stand-alone flash and write the message that appear in textbox to text file but I don't know how to do it. Please help me .
Thank you very much.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.