March 30th, 2002 12:29 PM
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...
January 31st, 2002 05:25 AM
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...
January 31st, 2002 05:19 AM
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...
January 30th, 2002 03:55 AM
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...
January 30th, 2002 03:46 AM
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...
January 26th, 2002 05:05 AM
Resizing can be done, but it causes the listview to flicker a lot while doing so. Any other options?
January 5th, 2002 12:20 PM
December 7th, 2001 12:48 PM
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....
November 14th, 2001 05:32 AM
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...
November 11th, 2001 01:42 AM
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...
November 4th, 2001 01:19 AM
You can also try the below:-
strSQL = "SELECT * FROM SubCont WHERE Left(Sub_Cont_Name,1) = 'T'"
October 28th, 2001 08:56 AM
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,...
October 22nd, 2001 03:20 AM
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...