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

    Passing Values between DIV containers

    Hi there... I have a simple Tabbed Menu on my webpage. Each of the tabs when clicked, takes me to a div container with a form inside it. Each of the div tags has a Previous and Next to navigate between tabs. On the first tab, I enter values for firstname and lastname and then hit Next which...
  2. onlyanarkali

    Problem with Shared Variables

    Hello there... I am using Crystal 8.5 with sql DB. on my main report, i have a SubReport1 in Details a and SubReport2 in Details b. On SubReport2, I create a Shared variable like this: whileprintingrecords; if isnull(Count ({@DateDiff})) then shared numbervar SharedItems2 := shared...
  3. onlyanarkali

    Passing Parameter to Sql Statement

    Hi there....newbie here trying to use Crystal Reports 8.5.... I am trying to create a new sql expression field called BatchCount in the subreport. The sql i wrote for it is: (select count(distinct batch_id) from audit_batch inner join LU_Application on...

Part and Inventory Search

Back
Top