Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run-time error '394' in Visual Basic 6

Status
Not open for further replies.

raselwasel

Programmer
Dec 12, 2003
9
0
0
PH
I'm using VB6 and Crystal Reports 8.1. When i try to generate my report thru VB at runtime, "Run-time error '394'" appeared. It said that PROPERTY IS WRITE-ONLY. Does anyone know how to resolve this? thanks!
 
What part of the code is failing? (post the code segment)

Are you using the RDC?

-k
 
this is where the error appears:

cryRep.Action = 1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top