Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-10-03 : 13:37:12
|
| Jeff writes "I am trying to automate a crystal report from SQL, I can create the object, and set printer properties for the report, but sp fails as it invokes the printout method for the report. the line I am currently using for this is: EXEC @hr = sp_OAMEthod @Report,'Printout',null" |
|
|
|
|
|