Hi, i made an OCX using VB6 and when i tryed to use it with Progress in design time the AB just close and i cant open it anymore ... any suggestion how to fix it and re-open AB to try a solution?
tnks a lot.
I think i figured out my problem ... :biggrin:
On Visual Basic i must define what kind of parameter it is ...
Before :
Public Sub teste(cMaquina As String)
MsgBox cMaquina 'send a message box to windows .. easy...
End Sub
After :
Public Sub teste(byVal cMaquina As String)
MsgBox...
Hi people, it's my first message here ...
Now i have a little problem with Progress 91d when im trying to use an OCX made by myself on VisualBasic 6.0.
My OCX is working fine on VB, but with Progress i cant send parameter for a method of my OCX (i dont have any problem with methods without...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.