Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Xprogrammer

    Nested Datagrids

    Hi!! Anyone know how to get edit/update ability to work in the sub grids? I am trying but it is very confusing. Thanks!
  2. Xprogrammer

    Nested Datagrids

    Hi!! Anyone know how to get edit/update ability to work in the sub grids? I am trying but it is very confusing. Thanks!
  3. Xprogrammer

    Weird Cold fusion errors!

    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...
  4. Xprogrammer

    Changing menubar attributes via javascript.

    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.
  5. Xprogrammer

    Crystal Reports and Cold Fusion

    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...
  6. Xprogrammer

    Easiest way to add "continued" label ...

    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...
  7. Xprogrammer

    Easiest way to add "continued" label ...

    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.
  8. Xprogrammer

    "whileprintingrecords" clarification.

    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...
  9. Xprogrammer

    "whileprintingrecords" clarification.

    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...
  10. Xprogrammer

    Constant variable across multiple detail sections

    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.
  11. Xprogrammer

    Inability to pass array from main report to subreport

    Addition/Correction I am using CR 8. @DisplayArrayContents formula should be whileprintingrecords; shared stringvar array MyArray; numbervar subcounter; MyArray[subcounter];
  12. Xprogrammer

    Inability to pass array from main report to subreport

    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:= ["", "&quot...
  13. Xprogrammer

    Constant variable across multiple detail sections

    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...

Part and Inventory Search

Back
Top