Hi guys,
I've got a form with a Topgrid on it. The grid contains about 200 populated rows, of which only a certain number can be seen by the user at any one time (eg the top 10 rows). I'd like to put a button on the form to delete all grid rows that are currently being shown to the user.
Any...
Hi everyone,
A customer has asked if I can change a particular application to have a different title bar color (eg red, green) instead of the standard blue that every windows app has.
I've found a few other posts about this same topic, but haven't been able to find a solution yet. I'd prefer...
Hi guys,
I've got an application that i'd like to autohide (like the windows taskbar or the office shortcut bar). Any suggestions as to how to go about doing this?
Regards,
Andrew
Hi everyone,
I'm having difficulties exporting a report as html4.0 from a VB app using .
Whenever I export one particular report (some other reports work okay) to a html file, I get the error "Runtime Error '-2147190908 (80047784): Failed to export the report'. If I export it as a pdf...
Hi guys,
I've got a vb app that opens up a crystal report using RDC (crystal 7). I want to get the initial sql statement that the report is built on, modify it, and then run the report using my modified statement. So, I've done the following:
Dim crReport As CRAXDRT.Report
Set...
Hi everyone,
I want to display my program's build number (Project Options->Version Info->FileVersion) on a label on a form. Anyone know if this is possible?
Cheers
Andrew
Hi everyone,
I've written a program that parses csv files using a pretty simple function (using a bit of help from tek-tips I might add). I've had a request to expand the program to use a number of different file formats.
Basically, I've got three different file formats I need to parse...
Thanks guys. I changed things around so that I'm using a CRAXDRT.Application now, and used the following:
Dim crReport As CRAXDRT.Report
Set crReport = crApplication.OpenReport(strReportName)
crReport.ParameterFields(1).AddCurrentValue ("John Doe")
This works fine. Took me ages to...
Hi guys,
I've spent most of the day designing an app (vb6, crystal 7) that will export a crystal report into html format and do a bunch of other stuff. That seems to work okay (although when you export a report from crystal 7 into html it makes a complete mess of it...pretty average output...
Hi guys,
I'm thinking of writing an application in visual basic 6 to export a crystal report into html (already got one written in borland builder but it just doesn't work). I'm thinking of doing this with the "crystal report control" from crystl32.ocx which I assume comes with...
Hi guys,
I'm thinking of writing an application in visual basic 6 to export a crystal report into html (already got one written in borland builder but it just doesn't work). I'm thinking of doing this with the "crystal report control" from crystl32.ocx which I assume comes with...
Hi guys,
I'm having huge troubles with an application that I've "inherited" from someone. All it does is open a crystal report and export it into a html file (well, that's what it's supposed to do). The code that I've got doesn't spit out any errors, but it doesn't actually export...
Hi guys,
I've got a report which gets some alarm date/time values from a database. These values are in the format "dd/mm/yyyy hh:mm:ss".
I'd like to print a blank space " " if the date/time value in the database is 0. Having not used crystal much before, I thought this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.