question RE: rev reporter query (OpenInsight)
At 27 FEB 2001 07:50:59AM Glenn Bryant wrote:
I have a 'blank report' in rev reporter which will print one page per unit in inventory. The problem here is defining a query such that the operator can key in a SKU number (part number etc) and cause the page for that item to print. Obviously I can do it from a stored procedure, but now have so much time invested in trying to do it thru the query language that I just have to find out if anyone else has tried to do it and succeeded.
Thanks for the help
glenn bryant
At 27 FEB 2001 09:24AM Mike Ruane wrote:
Glenn-
I haven't done it and don't know of anyone who has.
Which language are you using?
Mike
At 06 MAR 2001 06:00PM Glenn Bryant wrote:
Mike, language is OI3.72. I was hoping to find some way to put the execute command in a menu, and have it ask the user for input. Looks like a program is the proper approach.
At 06 MAR 2001 06:21PM Mike Ruane wrote:
Glenn-
When I asked for Language, I meant Reporter Basic or Basic +
I think a program is better/faster/more controllable.
Thanks-
Mike
At 09 MAR 2001 10:30AM Glenn Bryant wrote:
Mike, I implemented it in a program and am happy with the results. My original hope was to be able to implement a report with a user entered parameter in a menu just as I could in AREV with the MERGE product.