CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thienloclt

Search: Search took 0.02 seconds.

  1. Replies
    579
    Views
    637,842

    change SQL Server in VB runtime

    Hi K.Babu,

    I have used CR 9 to create report that uses SQL Server data.

    Now I want in VB to change so that I get report for some other database server.

    Server: thienloc
    Database: payroll...
  2. Replies
    579
    Views
    637,842

    Hi K.Babu, Please help me! * I have 2 tables...

    Hi K.Babu,
    Please help me!

    * I have 2 tables following: EmployeeTb & DeparmentTb
    - EmployeeTb contains fields: EmployeeID, EmployeeName, DeparmentID
    - DepartmentTb contains fields:...
  3. Replies
    579
    Views
    637,842

    Hi K.Babu, Please help me! I have SQL...

    Hi K.Babu,
    Please help me!
    I have SQL statement:

    SELECT e1.FullName, (SELECT e2.FullName FROM EmployeeTb AS e2 WHERE e2.EmployeeId = a1.AppraiserId) AS AppraiserName
    FROM EmployeeTb e1 INNER...
  4. Replies
    579
    Views
    637,842

    hi K.Babu, I designed file .rpt in crystal...

    hi K.Babu,

    I designed file .rpt in crystal report (add in) within VisualBasic

    Currently, crystal report shows following form:

    Order_Code ------------------------- Quantity
    ma001...
  5. Replies
    579
    Views
    637,842

    Hi, Please help me! I have SQL statement: ...

    Hi,
    Please help me!
    I have SQL statement:

    SELECT e1.FullName, (SELECT e2.FullName FROM EmployeeTb AS e2 WHERE e2.EmployeeId = a1.AppraiserId) AS AppraiserName
    FROM EmployeeTb e1 INNER JOIN...
  6. Replies
    579
    Views
    637,842

    Hi, 1. Please help me solve bug: I have code:...

    Hi,
    1.
    Please help me solve bug:
    I have code:
    If crystal.LogOnServer("PDSODBC.DLL", "MQIS", "PAYROLL", "SA", "") Then
    crystal.ReportFileName = App.Path & "\reports\" & "contact.rpt"...
  7. Replies
    579
    Views
    637,842

    Show group

    hi,
    I designed file .rpt in crystal report (add in) within VisualBasic

    Currently, crystal report shows following form:

    Order_Code Quantity
    ma001 10
    ma001 ...
  8. Replies
    579
    Views
    637,842

    "dllname$"?

    Hi K.Babu,

    Please tell me what is the "dllname$"?
    Would you give me a example of "dllname$"?
    Thanks!
  9. Replies
    579
    Views
    637,842

    please help me...hot...

    Please help me how to crystal report connect to database (SQL Server) within code Visual Basic.

    Ex:
    in MS Access:
    crCommon.LogonInfo(0)= "dsn=;uid=;pwd=madras;dsq="
    crCommon.DataFiles(0)=...
  10. Replies
    579
    Views
    637,842

    crystal report connect to database SQL Server

    Please help me how to crystal report connect to database(SQL Server) within code Visual Basic.
    Thanks!
  11. Replies
    1
    Views
    627

    Connect to database in crystal report

    Please help me how to crystal report connect to database within code Visual Basic.
    Thanks!
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured