run_report report selection (OpenInsight 32-Bit)
At 09 JUN 2010 03:10:01AM Barry Stevens wrote:
I was looking for a quick way to allow users to select a report created in report builder. I tried the following:
declare function dialog_box
Repname=dialog_box("ORMAIN32_OPN",@Window,'')
if Repname then call run_report(Repname)
But,the "open" form has a 'delete' button of which I dont want access to.
Is there anyway of disabling the button, or another method, or will I just have to cut my own.
At 09 JUN 2010 03:56AM Barry Stevens wrote:
Sorry, created my own using popup.