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 Mike Lewis 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. gzuhlk

    Finding Top 5 customers in Brio Report

    I am trying to find a way to show the top 5 customers on a Brio report. Is there a function or formula that can be used to just show the top 5 and hide the rest of the information. I now that Crystal reports has a TopN function to use with a cross-tab query. Is there a way to do this with...
  2. gzuhlk

    Getting rid of the clucky parameter dialog box

    I have gone through the sample apps. from crystal, but I still get the "clucky" parameter popup box. (Vb.Net Professional Edition 2002) Here are two different ways I have tried: Private Sub btnLoad_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  3. gzuhlk

    Getting rid of the clucky parameter dialog box

    I want to open a report in Vb.net and since I am passing over parameters through code, i'd like to suppress the dialogue box whenever the report is to be shown... How can I suppress the clucky crystal parameter box from popping up and pass all the parameters through VB code on the form side...
  4. gzuhlk

    Crystal.net help on windows application making reports

    Thanks for the reply. I am desperate. I know how to interact with the dasebase field. But in this situation I don't want to use the database to hold this information. What I am trying to do is simply pass the information the user types in the text box on the form, to the report. ex. On my...
  5. gzuhlk

    Crystal.net help on windows application making reports

    How would I pass the value of a windows form textbox (the user will enter text) to a crystal report. I am new to crystal reports and need help with this. What I am trying to do is a form letter type report that will have the users name on it. This will customize the report for every user...
  6. gzuhlk

    How to use a dropdown box that is unbound in a calculation?

    Thanks, Will give this all a try. Later---need a break gzuhlk
  7. gzuhlk

    How to use a dropdown box that is unbound in a calculation?

    OK, That sounds way to simple!!! Now--where in the heck to I put that statement--in the properites,or what. Thanks again, gzuhlk
  8. gzuhlk

    How to use a dropdown box that is unbound in a calculation?

    Hi dvannoy, I was planning on having the price per item in the products table. This database will not be used for sales--it will be used to demo price/profit projections. I guess the main question is: Can I take a number from a textbox or dropdown box that is unbound and preform calculations...
  9. gzuhlk

    How to use a dropdown box that is unbound in a calculation?

    Hi, I am trying to perform a calculation on a 'form' with an unbound control(either a textbox or dropdown box). I don't know if this is possible. There is a bound dropdown box with all the product listed. What I would like to do is have the user enter or select the QUANTITY and multiply it...

Part and Inventory Search

Back
Top