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

Runtime error 429 (ActiveX can't create object) on PrintData

Status
Not open for further replies.

HezMac

Programmer
Jan 14, 2004
56
CA
Hi

I'm getting a runtime error 429 on the following code.

Code:
Private Sub cmdPrintGrid_Click()
    
    gridPending.PrintData False, True
    
End Sub

I'm printing the information from an SSUltraGrid.

This started after I created an exe using Wise Installer, and it worked fine before that! I also uninstalled the application and reinstalled it - I'm wondering if something important was deleted during the unintsall.

I've re-installed VB runtime files, but still getting error.

Any suggestions on where to look? Thanks.
 
I'm printing the information from an SSUltraGrid.

and

I've re-installed VB runtime files, but still getting error.

You will need to re-install the SSUltragrid control, which is an additional one not shipped with VB. You may even have to re-licence it

Take Care

Matt
If at first you don't succeed, skydiving is not for you.
 
Hey Matt

Thanks. This was the problem. Actually, what happened was this:

I uninstalled an older version of the application I was working on, and when I did, some SSUltraGrid files were deleted. So, the next time I re-compiled, the files were not on my computer to get packaged up. Your suggestion of reinstalling the SSUltraGrid worked, b/c the files were replaced.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top