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 strongm 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: PrakashKC
  • Order by date
  1. PrakashKC

    To create Report with Header Detail Style

    Hi, First Link the two tables... then Select the Fields, OrderId, Date, Customer, ProductId, Qty, Price, Amount, etc... Now Sort the details first via OrderId, then Date and then Customer... Then In the Format Section of these three fields just have SUPPRESS IF DUPLICATED checked and you...
  2. PrakashKC

    Passing parameter to CR from VB...

    Try this: formName.CrystalReport1.ParameterFields[parameterno] := 'prameterfieldname;value;TRUE'; eg. MyForm.CrystalReport1.ParameterFields[0] := 'title;MYTITLE;true' This works fine... and helps to pass parameters to Crystal Report...

Part and Inventory Search

Back
Top