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

Search:

Type: Posts; User: Mahasing

Search: Search took 0.05 seconds.

  1. In Crystal Reports, How to display financial reports (P & L, Balance Sheet etc.) in columnar format

    Dear All,

    I am developing a Financial application using VB6, MS-Access & Crystal Reports 8.5. I am facing problems in certain reports. Some of the reports like Profit & Loss and Balance Sheet...
  2. Manually modifying Setup.vbp in Visual Basic

    Hi everyone,

    This is a problem i am facing while making installations at client's places. The dll's and other controls which are already present in the user's machine might be of an higher...
  3. Accessing database using Crystal Reports 8.5

    Hi,

    I am developing an application using VB6, MS-Access2000 & Crystal Report 8.5. When i am password protecting my Access database, the crystal reports are not functioning properly,i.e., the...
  4. Accessing databases while making reports in Crystal Report 8.5

    Hi,

    I am developing an application using VB6, MS-Access2000 & Crystal Report 8.5. When i am password protecting my Access database, the crystal reports are not functioning properly,i.e., the...
  5. Manually Updating Setup.vbp in Visual Basic

    Hi everyone,

    This is a problem i am facing while making installations at client's places. The dll's and other controls which are already present in the user's machine might be of an higher...
  6. Replies
    5
    Views
    891

    Re: Hiding Column in ListView

    Resizing can be done, but it causes the listview to flicker a lot while doing so. Any other options?
  7. Re: Reading in data from an Access database table

    Yes it remains same.
  8. Replies
    5
    Views
    735

    ComboBox Problem - Need Help

    Hi everyone,
    I am designing an application wherein i have to add a lot of items in the combobox. But since the combobox takes only items upto 32736, what could be an alternative solution for it....
  9. Replies
    579
    Views
    648,476

    Many Problems in Crystal Reports

    It was really a major relief to see someone helping out in Crystal Reports (cr). Otherwise, hardly anyone knows cr properly in the industry today. The help that cr gives alongwith the software is...
  10. Replies
    579
    Views
    648,476

    Re: Crystal Report

    It was really a major relief to see someone helping out in Crystal Reports (cr). Otherwise, hardly anyone knows cr properly in the industry today. The help that cr gives alongwith the software is...
  11. Thread: VB,Access DB

    by Mahasing
    Replies
    3
    Views
    577

    Re: VB,Access DB

    You can also try the below:-

    strSQL = "SELECT * FROM SubCont WHERE Left(Sub_Cont_Name,1) = 'T'"
  12. Re: Heavy MS-Access Database - Need Help urgently

    Thanks Tom for your reply. But i have already given index on the particular field and still the records are accessed very slowly. Can you or someone else please suggest some other options?

    Thanks,...
  13. Heavy MS-Access Database - Need Help urgently

    I am using VB as front end and MS Access as backend. When i am retrieving records from the database, its taking too long (30 - 40 seconds when there are some 8000 records). I came to know that the...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured