Since this is just a password change, you can reschedule the current instance using the new password. "
Does the above quote suggest that I can change only the password, for a "Recurring" (daily) report, and not have to change the Format, Destination, Parameters, etc? We are still using bo10...
I just added Help to an app, and all works fine on my development computer - but when running the app from Citrix (where it will be run from), the Help doesn't come up. it does not seem to recognize that F1 has been pressed. I have not had any other Citrix/.Net problems.
Does anyone know:
1)...
I don't believe your question, and Refresh Report have any bearing on each other. Refresh only refreshes the records on the current report, it does not change the report source, or report name. If you want to change the name of the report being displayed, modify the ReportSource property from...
Do you know if I can use the Crystal Xi VCL component in Delphi 4? I guess I could just try to (find it) and add it to the pallette and see what happens, but I did not want to blow it up?
thanks,
John
I haven't gotten a new version of Delphi since 4.0, can anyone advise what is the latest Delphi version that will work with programs created in 4.0, without coding changes?
Also, I use the Raize and InfoPower components - will my old versions of those be usable as well (in some newer Delphi...
Whatever you currently have in the Report Footer - Headings, data fields, Summaries, etc., will display, and summarize, exactly the same way in the Report Header. So, assuming you have just what you want in the Footer, but your problem is you want it all on the 1st page, then you can just cut...
The preferred way in .Net seems to be to add the control and event to the Handles clause of the event that you wish to use, ie, if you wish to have the Button2.Click, and the txtBox1.TextChanged events utilize the button1 click:
Private Sub button1(ByVal sender As System.Object, ByVal e As...
Since you've already created the grid in design mode, and identified the data source, than I believe you should be able to edit the Columns collection (a property of your DataGridView), and change the Headers there. It is probably possible to do it "on the fly" also, but I don't know the syntax...
http://www.businessobjects.com/products/reporting/crystalreports/integration.asp
I should contact Crystal - I have Developer (Ver 11) and the first heading at the Link above "Interface SDKs" indicates that report creation should be accessible to end users. The book "Crystal Reports 11 - The...
I know I'm supposed to be able to make the Report Designer available to end-users of a custom application, but I haven't found instructions yet, on exactly how that is done. I don't see a component or control in the toolbox, that would seem to do the trick. There were a couple of additional...
Ken,
I began to think that was the case. Is there another way around this using Crystal, such as a Calculated field, or should I just go about it by generating a table of all of the possible Date/EmployeeID values and link to that? Being more familiar with databases, that's how I would have...
I went back and tried it with no criteria, and no grouping, and get the same result. The Dates table has only one field, "Dates", and has only the values I need. The Detail table Has EmployeeID, Work Date, Hours (and several other fields). I'm thinking that maybe I need to do it by recreating...
Thanks for the response LBAss. I thought I tried that (that is what I recalled reading), but maybe not - I've also tried to do it with an Access query, and have gotten the same result (not all of the dates) - Ideally I should have blank rows (no Hours info) for some dates for each employee. So...
I'm trying to produce a report (grouped by Employee) that will show every day in a month as a row value, whether or not there is matching Overtime detail for the date (and of course where there is matcing detail show it). The report would look something like this:
John Smith
Date...
I put together a CRViewer project using VB.net. When reports are displayed with crosstabs, there is nothing there. I also get an error when the report has drill down group level code (for header displa). The reports work fine using our Crystal (10) on our server. Drill down is OKed in the...
Since installing VS2003, I'm getting the following message, with queries that utilize the Format function, to parse date portions to fields. I understand from that it has something to do with Type Libraries needing to be referenced (a tip I found about a similar probem in Acces 97), but they...
VB.Net 2003 w/ Crystal Viewer form
I have the exact opposite problem. I'm opening one form (a viewer), from another (the app startup form), but would like to close both forms (in other words the whole app) when the viewer is closed. Although I can get them all to "disappear" (using Hide...
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.