|
Subject:
|
Visual basic run time error.
|
|
Posted By:
|
rushikesh_mistry
|
Post Date:
|
10/19/2004 5:45:38 AM
|
When i am running my application at that time it will give me vb Runtime error -2147467259(80004005).
I am creating a datareport using sql quary with groupby phase. I am calling report.refresh() method at that time it gives an error.
|
|
Reply By:
|
SerranoG
|
Reply Date:
|
10/19/2004 7:33:28 AM
|
Whenever I get an error with that long of an error number, it means I mispelled something or referred to an object that doesn't exist.
Greg Serrano Michigan Dept. of Environmental Quality, Air Quality Division
|
|
Reply By:
|
mmcdonal
|
Reply Date:
|
10/22/2004 7:05:03 AM
|
VBA and reports are tricky sometimes. Is the report open when you use this method? You can open the report with vba and then invoke this method since the report is hidden unless you make it visible.
mmcdonal
|