Hi
I am trying to get the value of a parameter field in crystal into VB.
In Report Intialization code of VB I tried
Dim parameter1 As String
parameter1 = CRystalReport.ParameterFields(1).Value
This is not working at alllllllllllllllllllllll..
Suggest any other way I can get it ....
I am...
Hi
I have to prompt for a parameter field in Crystal and capture it through VB. This parameter is a part of my SQL query.
In Report Intialization part I have
Dim parameter1 As String
parameter1 = CRystalReport.ParameterFields(1).Value
This is not working at alllllllllllllllllllllll...
Thanks Olichap & Balves and I really appreciate your help.
Olichap ,
I am running the app frm the code not an exe. I am comfy sending parameters from Crystal to VB . It does not matter even if we get the prompt for parameters.
VB is connecting to DB thru ADODB.
and CR is connecting using this...
Hi
I developed reports using Crystal 8 version using Oracle 8.0. ( NO DSN used)
I am using a VB application to change the Names of the fields in that report.
I opened the database connection through VB 6.0 ( NO DSN used).
But when I run the report, I get a prompt for the parameter and then...
Hi
I developed reports using Crystal 8 version using Oracle 8.0. ( NO DSN used)
I am using a VB application to change the Names of the fields in that report.
I opened the database connection through VB 6.0 ( NO DSN used).
But when I run the report, I get a prompt for the parameter and then...
Hi
I developed reports using Crystal 8 version using Oracle 8.0. ( NO DSN used)
I am using a VB application to change the Names of the fields in that report.
I opened the database connection through VB 6.0 ( NO DSN used).
But when I run the report, I get a prompt for the parameter and then...
Hi guys
I am getting some oracle database connection problems when using ADODB. Actually,Oracle OLE DB Provider needs
1) OLE DB SDK 2.1
2) MDAC 2.1
How do I check if I have them or not in my system .
If not Where can i download them from.
The code that is giving problem is :
Dim adCon As...
Hello Sauerc
My code is like this:
Private Sub Form_Load()
Dim adoCon As New ADODB.Connection
Dim strCon As String
strCon = "Provider=MSDAORA; Data Source=_data_source_name; User ID=_user_ID_; Password=_pwd_;"
adoCon.Open strCon
End Sub
I tried this simple code but its always giving...
Hi all
I want to connect to the oracle data base through vb.
I am totally new to Visual Basic. Please tell me how do I do it using ADODB thing....
ANd also can u please suggest me any website which can give me a complete idea of working with Oracle in VB.
Thanks in advance
Hi guys
I have a question for you.
My application loads reports from Crystal and it should save them in a network directory. And more important is all files are to be uploaded to Web sever using FTP.
There is no kind of visual interface involved at any stage of application.
I am new to VB...
Hi Guys
I have a requirement that I have to accept multiple command line arguments in VB. Each argument has more than one predefined value.
For example lets say parameters are X and Y.
X can be 1 or 2 or 3. If no argument is specified default is "1".
Y can be A , B or C. If no...
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.