I am using CR XI and Access 20000
My report is in the form of a letter. I have grouped on Customer Id.
In GH1 I have Customer Name, Address, City, State, ZIP and Subject.
I have no trouble with this report when customer has only one Home address.
If the customer has multiple home address I...
I am using VB6.
I have a MDI parent )mdiMain) and two MDI Child forms. ( FOrm1 and Form2)
When the application opens the Form 1 (transacation entry) opens in the MDI parent screen.
I click on the menu to open Form 2 ( form 1 is still open). Form2 is History form displaying transactions...
I am using CR XI and access 2000.
I have an application developed in VB 6.0.
This is what I am trying to accomplish.
On double clicking on field in the report I want to open a VB form.
For example. if the user double clicks on Customer ID field, it will open the Customer specific Form.
if...
K,
Thanks for the response.. I do have Page N of M in my report. I have grouping and sorting too. I need all these in the report.
What changes/modifications do you recommend to show the first page ?
Thanks again
Hi I am using CR XI and access 2000.
I have report that displays the first page after it has read all the 255 pages of the report. The report will hour glass till all the pages are read.
Is there a way to display the first page with results so the user will be happy to see the records...
K.
Thanks for the response.. But I am not understanding how your approach will solve my problem.
Going by your approach, if the user selects 3 parameters
I will get the following:
table.field1 table.field2 table.field3
The right side of the report will still be blank.
Have I not...
thanks K for the response. I am using the "suppressing sections" approach.
I was wondering if this approach can be avoided. Let me explain my problem
I have 10 parameters being passed to a report.
col1, col2....col10
If the user selects 10 parameters
col1 col2 col3 col4 col5 col6 col7...
I am using CR Xi.
Is there a way to dynamically change the column width ? I read some where that you can use some API to accomplish this.
What specific APIs do I need to use ? Is this the only route to accomplish this functionality ? Is there no other approach ?
Hope somebody gives me a...
Thanks dgillz, Lb for responding..
LB,
Currently I have a formula calculating the difference of hours.
@hourdiff
Sum({@CurrentHrs},{@Staff}) -Sum({@PreviousHrs},{@Staff})
As per your suggestion. I moved this formula from GH2 to detail section (suppressed). When I click on the Insert , it...
I am using CR XI.
I have two groups
GH1 is Client
GH2 is Staff
GF1 is Total
Details section is suppressed.
Current Period Previous Period Increase/Decrease
Hours Hours Hours
Client1 StaffA 10 150...
K,
Thanks for the reply. May be I did not explain my problem correctly.
I have Visual basic Application. I call my report from the VB app. Before I call my report, I have the filter criteria to display the report. I need to display this criteria at the end of the report. Hence I have to use...
Hi ,
I am using CR XI.
My Client would like to print the parameter criteria after the report has printed.
My question:
I am thinking of passing a string parameter to CR. This string will be a long string and might contain "Carriage Returns", etc.
How many characters will Crystal allow me to...
Folks,
I was able to solve the problem. This is what I did.
I entered the following code in the "Use a Formula as Group Sort order"
if {?sort} ="ASC" then
crAscendingorder
else
crDescendingorder
That did it.
I am using CR XI
This is what I really want to accomplish.
Sort first then group
If parameter is ascending, sort by compnay Ascending then group by Company Ascending
Company Employee
CompanyA XYZ
CompanyA PQR
CompanyA ABC
Company A 3
CompanyB LMN
CompanyB RST
Company B 2
If...
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.