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!

Recent content by Charming

  1. Charming

    multiple data in stored procedure parameter

    Parnini, How would you accomplish something like the one you have suggested ? Crystal allows you to pick only one value for a stored procedure parameter. If you choose to do it as a normal parameter, then how do you send data to the stored procedure from the regular parameter that you...
  2. Charming

    multiple data in stored procedure parameter

    See thats exactly what I dont want to do. If you are the user and have to enter data would you rather have a combo box with the list of your employees first names that you can pick and choose or would you rather enter the employees in the fashion that you have suggested. -Narahari.
  3. Charming

    multiple data in stored procedure parameter

    Thanks for the response. I know it can be done inside of stored procedure. But how do you gather info from Crystal to do that ? Do I set up a normal parameter and then pass its value to the stored procedure ? If so how ? -Narahari.
  4. Charming

    multiple data in stored procedure parameter

    Please suggest as to how to solve the following problem. I have a stored procedure which accepts one STRING value as input parameter. Crystal prompts me for this correctly. But user can enter only ONE value. Something like Chris or Robert or Alex. The user cannot select Chris and Robert...

Part and Inventory Search

Back
Top