Hello,
I'm using an Cognos 6.0, Impromptu HotFile for filtering my reports, and I automated saving my hotfile report as an actual hotfile using visual basic 6.0.
The problem is when I open a report that uses this hotfile, because I keep getting a dr.Watson error.
This is the code I am using in VB
The Dr.watson error is an exception stack error.
I also tried using cognos macros (via cognos script editor).
Can someone please help!
Thanks
Chargrams...
I'm using an Cognos 6.0, Impromptu HotFile for filtering my reports, and I automated saving my hotfile report as an actual hotfile using visual basic 6.0.
The problem is when I open a report that uses this hotfile, because I keep getting a dr.Watson error.
This is the code I am using in VB
Code:
objimpapp.saveas ("C:\newhotfile.ims")
I also tried using cognos macros (via cognos script editor).
Can someone please help!
Thanks
Chargrams...