I am using Cold Fusion 4.5 and running into certain errors.
Error 1:
Error 405 "Method not allowed:The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are...
Is it possible to change menubar properties via javascript? I am trying to change certain attributes of the page using the file,page setup drop down menu in IE. This is to be done via javascript code. Thank you.
I have CR8 dev edition on the web server(complete installation) and CF 4.5. I am unable to use the CFRreport tag because I get an error message "The report file you have specified (abc.rpt) either does not exist or is not accessible to the ColdFusion service. " What gives? Has...
MalcolmW, dcm. Thanks for your response. To clarify, yes the detail section is several lines long, it doesn't always fit on one page. Also, no, I didn't use the grouping functionality. Sorting is accomplished using the Report> Sort records menu functionality. The sorted fields are placed...
Using CR 8, I have a report with no groupings but sorting implemented. With the "sorts", some records go over some pages. What is the best approach to implement this feature?
Thank you for your assistance.
Further clarification: Using CR 8, I have an additional formula field defined in the report header as
whileprintingrecords;
numbervar counter1:=0;
Basically, it initializes counter1
The formula defined in the earlier posting as
whileprintingrecords;
numbervar counter1;
counter1:=counter1 + 1...
I have a formula field with contents as
whileprintingrecords;
numbervar counter1;
counter1:=counter1 + 1
When it encounters a change in group headers, it still counts! Isn't it to count only records? if it counts group headers, how could one modify the formula to not include group headers...
How's that possible? Intuitively, one would think a section wouldn't be evaluated if it didn't meet the conditional suppression criteria. Or are you saying every section is evaluated, but not printed? Thank you for your help.
Addition/Correction
I am using CR 8.
@DisplayArrayContents formula should be whileprintingrecords;
shared stringvar array MyArray;
numbervar subcounter;
MyArray[subcounter];
I am attempting to pass an array from a report to a subreport defined in the main report's footer. The array is initialized in the main report's header in a formula field as:
whileprintingrecords;
shared stringvar array MyArray:= ["", ""...
Using Crystal 8, I have a report with 2 detail sections. The sections are conditionally suppressed as a function of flag from a column in the backend. E.g Records A,C,E will use detail A. Records B,D,F will use detail B.
I created a formula the gives the number of records printed out...
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.