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 Chris Miller 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. Baquardie

    Impromptu Stored Procedure with Parameter

    I found it. I searched over the PDF file on my machine and into the file impadmin.pdf there were the information needed. Here is the right syntax for parameter : call StoredProcedureName ( ?ParamName1? IN, ?ParamName2? IN) Strangely, Impromptu just add the label ?ParamName1?, we have to...
  2. Baquardie

    Impromptu Stored Procedure with Parameter

    Hello, I have a report in Impromptu 7.1.724. My report simply call a stored procedure. This works very well. My problem is that now i need to add parameter so that my user will be able to filter data. When I click on the button Query Data, then Insert Parameter, I enter information about my...

Part and Inventory Search

Back
Top