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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal with VB

Status
Not open for further replies.

Markwithak

Instructor
May 17, 2001
1
CA
Have a problem when calling the action property (equal to 1) from inside a form.

Get an error = 20536.

Here is the code:

CrptMonthlyRegisterReport.DataFiles(0) = "d:\vb register\register.mdb"
CrptMonthlyRegisterReport.ReportFileName = "d:\vb register\Register.RPT"

CrptMonthlyRegisterReport.Action = 1
CrptMonthlyRegisterReport.PageZoom (89)


I had something slightly different b4 but it did not work either.

Using Crystal Pro with VB6 (SP5)


Help Pls
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top