Link to home
Start Free TrialLog in
Avatar of milkmon123
milkmon123

asked on

Using VB Accelerator S-Grid - keeps giving runtime error '0'

Hi

I am trying to get an Outlook style grid to work in a program using VB Accelerators 'S-Grid' system.

However, I haven't even managed to get the packaged .exe to run, let alone compiled anything myself.

It keeps coming up with Run-time error '0'

..and..

Component 'vbalGrid.ocx' or one of its dependenceis not correctly registered: a file is missing or invalid.

I have search experts exchange, and found a possible solution: regsvr32 c:\windows\system32\vbalGrid.ocx - but it still comes up with Run-time error '0', and the error 'Component 'vbalGrid.ocx' may be out of date (or something to that effect).

Any ideas ?

Cheers

Matt Wilkes
ASKER CERTIFIED SOLUTION
Avatar of Erick37
Erick37
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of milkmon123
milkmon123

ASKER

What a super star - Many thanks Erick37 !!!!!
Had the same problem. Found that above wasn't enough: vbalIml6.ocx needed to be registered again, even though the same app used to run without problems. Weird, but it works now.