Hi
I'm getting a runtime error 429 on the following code.
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 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.