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

Search:

Type: Posts; User: satishbeh

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    508

    combo box in column header

    I have some data displayed on the form in five different columns. I want to have a combo box on top of each column header.
    Each combo box holds the value of that particular column. When I choose...
  2. Replies
    1
    Views
    3,178

    Execute Query in Access from Vb6

    I have an Access Database with MakeTable Query. This query populates data from Oracle database for a particular criteria and inserts it into a table(tbldata) in the Access Database. My VB...
  3. Replies
    1
    Views
    528

    Error Message

    I am trying to execute the following test1.asp file on WinXP

    <html>
    <body>
    <%
    response.write("hello folks")
    %>
    </body>
    </html>
  4. Replies
    1
    Views
    2,298

    Data Report VB6.0

    I have created a data report with four fields. Is it possible to have another field with a running serial no. i.e. 1,2,3,4.......
    Can it be done at runtime by creating an unbound field. In Access...
  5. Replies
    0
    Views
    599

    VB 6.0 Data Report

    When I execute a data report, only the first page appears on the screen. On the toolbar there is a print button and export button only.
    Is there a way to view all the pages in the report. Is there...
  6. Replies
    0
    Views
    670

    Groups in Data Report

    I have made a dynamic report with only a detail section. It works fine. I want to enhance this report by grouping the records by month / branch and adding subtotals for each group.
    To begin I...
  7. Replies
    4
    Views
    604

    Help - Groups in Report (Database)

    This is in reference to my earlier question. I am enclosing the database

    Regards
    Satish
    satishbeh@yahoo.com
  8. Replies
    4
    Views
    604

    Help - Groups in report

    I have made a dynamic report with only a detail section. It works fine. I want to enhance this report by grouping the records by month / branch and adding subtotals for each group.
    To begin I...
  9. Replies
    1
    Views
    477

    Update Image to database

    I have a form, an image control. In the Image control I have displayed a picture which is a bmp/jpg. I want to save this picture to a database having a field defined as ole object.
    Can any help in...
  10. Replies
    1
    Views
    1,047

    Vb 6.0 - User Document

    I do not know any thing about User Document. Can any one tell about it, i.e how to create and when to use it and purpose of having a user document. If any one can send me a appl. would be highly...
  11. Thread: Ado Help

    by satishbeh
    Replies
    1
    Views
    586

    Ado Help

    I am having a problem using ADO. Sometimes when I open a recordset using ADO I get the recordcount as -1. I open a recordset in the following way:
    rs.open "select * from account",cn,<adopendynamic>...
  12. Replies
    1
    Views
    575

    Update image to Database

    I have a form, an image control. In the Image control I have displayed a picture which is a bmp/jpg. I want to save this picture to a database having a field defined as ole object.
    Can any help in...
  13. Replies
    8
    Views
    3,588

    how do I get the reference to "'Crystal Report...

    how do I get the reference to "'Crystal Report Engine 8 Object Library'" in my computer.
  14. Thread: Error

    by satishbeh
    Replies
    5
    Views
    754

    I am using version 8.5

    I am using version 8.5
  15. Thread: Error

    by satishbeh
    Replies
    5
    Views
    754

    I do not know how to create the dsr file

    I do not know how to create the dsr file
  16. Thread: Error

    by satishbeh
    Replies
    5
    Views
    754

    Error

    Hello,

    Following is the code written to call a crystal report having records for branch 3 only:

    Dim appl As New CRAXDRT.Application
    Dim rpt As New CRAXDRT.Report
    Dim dat As CRAXDRT.Database
    ...
  17. Thread: Set Password

    by satishbeh
    Replies
    1
    Views
    514

    Set Password

    Can a password be set for a Visual Basic Project, so that the source code is not modified by any one other than the owner.

    Regards,
    Satish
  18. Replies
    1
    Views
    647

    Send me the code so that I can check

    Send me the code so that I can check
  19. Thread: Help me !

    by satishbeh
    Replies
    3
    Views
    570

    how can I create the dsr file for the report in VB

    how can I create the dsr file for the report in VB
  20. Replies
    8
    Views
    3,588

    I am not getting CRPEAuto method. What reference...

    I am not getting CRPEAuto method. What reference has to be made.

    what does crpeauto stand for?
  21. Replies
    8
    Views
    3,588

    This is in reference to your reply. In Example...

    This is in reference to your reply.

    In Example 2, CrystalReport1 is the dsr file created by clicking 'Project', 'Add Crystal Report 8.5' in the VB IDE.

    When I click Project, I cannot see "Add...
  22. Thread: Help me !

    by satishbeh
    Replies
    3
    Views
    570

    Help me !

    Mr. Babu,

    Following is the code used to call crystal report from VB


    Option Explicit
    Dim Report As New CrystalReport01

    Private Sub Form_Load()
    Screen.MousePointer = vbHourglass
  23. Replies
    8
    Views
    3,588

    I have tried parameters and it works, but I would...

    I have tried parameters and it works, but I would like to chang the sql
    i.e. select * from ..... where empno= variable

    regards,
    Satish
  24. Replies
    8
    Views
    3,588

    Create Dynamic Report

    Mr. Babu,

    How can I manipulate the query from VB depending on the input entered by the user. In this case I can make one report only and modify the query and pass it to the report.
    Otherwise for...
  25. Replies
    0
    Views
    717

    Open Database with Password

    Mr. Babu,

    I have made a crystal report, the source is from a Mdb file which has a password set. It works fine within Crystal Report 8.5
    When I try to execute the same report from VB, it gives a...
Results 1 to 25 of 44
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured