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

    Subscript OR Superscript in Crystal 11

    Hi All, I am fetching some dynamic data from the database, need one of the fields to be a superscript. Say field1 immediately followed by field2 as superscript. Like Field1-Field2valueinsuperscript. I tried using formula, HTML format but it does not work for subscript and superscript. When i...
  2. krishnappan

    Insert/Delete before running a report

    I wanted to execute some sql statements before running the report ... i found a knowledge base article which exactly says how it can be done ...but it does not work .... It actually asks you to add those statement sequentially in the command object ...when i did like that i am getting sql...
  3. krishnappan

    page header of subreport appear only in frist page

    I have a main report, in which i included a sub report, in the main report's, REPORT FOOTER section... the subreport's page header only appear on the first page. The sub report has 2 pages When i run the sub report as a stand alone report then the page header appears on both the pages. But...
  4. krishnappan

    While importing existing subreport, sub-sub report is not getting impo

    I am trying to import existing report inside a main report as subreport. The existing report has a sub report. While importing the existing report the sub report inside it is not getting imported ... pls help !!
  5. krishnappan

    Page footer to appear after detail secion

    Once the data in the detail section is complete, i want the page footer to close right there instead of the end of the page ... could u let me know how to do that? ... i tried options like suppress blank data ...but did not seam to work ...help pls...
  6. krishnappan

    How to add more than one sql statement to command object

    Whant to execute a delete statement before i select in the command object .... i added the following in the same command object.... delete from temp_table; select * from my_table; it says invalid character ...then i tried removing the semicolon ...then it said SQL statement not ended properly...
  7. krishnappan

    Execute some SQL Statements Before Report

    Before my report kicks off, i want to execute some SQL statements like insert delete. Could you let me know how i can do that?
  8. krishnappan

    Could not apply template to document

    I am trying to create a standard report, selected a table from the connection, table contains 5 fields, then i clicked on a template thats available Block(Blue), then i get a error saying "could not apply template to document". Any help would be gr8.
  9. krishnappan

    want to show the 2 reports one after another

    want to show the 2 reports one after another. The data comes from 2 different data sources. is there a way i can say show this report in page1 and show this subreport in page 2?

Part and Inventory Search

Back
Top