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 derfloh 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: writchotte
  • Content: Threads
  • Order by date
  1. writchotte

    Can I open a report link in a new window?

    Since I cannot have a subreport within a subreport. Can I open a subreport within a new crystal window so my subreport becomes the primary and will show the links to the subreport?
  2. writchotte

    Problem with links in subreports

    I have created on demand subreport links within a report that is used as a subreport. WHy dont the links show up in the main container report?
  3. writchotte

    Displaying a predeclared global variable in another formula in Crytal9

    Here is the declaration in formula: global numbervar RecCountTot; RecCountTot := count({gsa_proc_tlib_list;1.alias}); This is where I am trying to use it in another formula: global numbervar RecCountTot; local numbervar iRecCount; iRecCount := RecCountTot; 'Tape Library' & '(' & iRecCount & ')';
  4. writchotte

    Problems declaring, using, and displaying global variables in Crystal9

    Hi and a pre-thank you for any help. I created a few global variables by declaring them in one formula and placing the formula field in the page header. Then I use the globals inside of a single formula that does extensive formulation and passes the results to the global variables Now I cannot...

Part and Inventory Search

Back
Top