Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VBQuery

    Getting the CR parameter field value in VB ..urgentttt

    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...
  2. VBQuery

    Parameter from Crystal TO VB ----

    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...
  3. VBQuery

    Crystal 8 and Visual Basic compatibility .... urgentttttt!!!!

    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...
  4. VBQuery

    Crystal 8 and Visual Basic 6 compatibility ????###

    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...
  5. VBQuery

    VB 6 && Crystal 8 compatibility .....urgenttttt!!!!

    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...
  6. VBQuery

    Crystal 8 and Visual Basic compatibility .... urgentttttt!!!!

    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...
  7. VBQuery

    OLE DB SDK 2.1 ---- MDAC 2.1

    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...
  8. VBQuery

    Oracle and Visual Basic 6.0

    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...
  9. VBQuery

    Oracle and Visual Basic 6.0

    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
  10. VBQuery

    Visual Basic 6.0 and CR 8.0 guide

    Thanks for the reply Is there any online resources where I could get some kind of help?
  11. VBQuery

    Visual Basic 6.0 and CR 8.0 guide

    Hi friends Please suggest me a good book which deals with VB 6.0 and CR 8.0 . Urgenttttttttttttttttttt !!! Thanks in advance
  12. VBQuery

    Uploading files to a Web Server using FTP

    Thanks Sodakotahusker can you send me the application to <<< mystique_2002us@yahoo.com >>> Thanks again
  13. VBQuery

    Uploading files to a Web Server using FTP

    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...
  14. VBQuery

    How to handle Multiple Command Line arguments in 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 &quot;1&quot;. Y can be A , B or C. If no...

Part and Inventory Search

Back
Top