Hello everyone!
When I try to run Simple Report.vbp from the Crystal Reports VB samples, I get this error:
Run-time error '-2147217842 (80040e4e)'
Operation was cancelled
And when I hit "debug" this is the piece of code that is highlighted:
m_RS.Open "Select * from customer where country = 'USA'", "xtreme sample database"
Anyone know what am I doing wrong? (I have CR 8 and VB 6)
Thank you,
Gabi.
When I try to run Simple Report.vbp from the Crystal Reports VB samples, I get this error:
Run-time error '-2147217842 (80040e4e)'
Operation was cancelled
And when I hit "debug" this is the piece of code that is highlighted:
m_RS.Open "Select * from customer where country = 'USA'", "xtreme sample database"
Anyone know what am I doing wrong? (I have CR 8 and VB 6)
Thank you,
Gabi.