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: *

  • Users: oostar
  • Content: Threads
  • Order by date
  1. oostar

    showPage()

    Hi, I am using public boolean showPage(String pageSpec, String query, String orderby, Hashtable params) to open a new page when a button is clicked. However, no request was sent when there are a lot of parameters passing...
  2. oostar

    sql designer in crystal report

    HI, I use a VB program to run the crystal report. Inside the report, there are 8 subreports with query generated at SQL designer. The the query file saved with data, the VB program has no problem, however, when the query file saved without the data, the VB program fails to run. Anyone know how...
  3. oostar

    SQL designer in crystal report

    Hi all, I inserted a .qry file to generate a crystal report. I would like to ask do crystal report refer the query file to a relative path or an absolute path? When I try to copy this file to another computer to test and run, it will prompt error of cant find the dictionary and ask me to...
  4. oostar

    crystal sql designer in crystal report?

    Hi, I would like to include a complicated sql statement in my subreport. I have write a .qry file with crystal query designer and Is it possible to include it into the crystal report? Please specify the correct steps i should follow to make it work. Thanks
  5. oostar

    suppress a blank subreport

    I am writing a report with 8 subreports. Those subreports are at the group header part of the main report. I have already used the solution of suppress the section conditionally, like IsNull({object.FieldName}) and try to minimize the height of the subreport. However the empty boxes still appear...

Part and Inventory Search

Back
Top