Recent content by be_quick

  1. B

    Problems with AB and OCX

    Problem solved... all i had to do is remove the ocx calls inside the file: C:\DLC\src\template\activex.cst :mad:
  2. B

    Problems with AB and OCX

    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.
  3. B

    Problem with OCX method on Progress / MsVB 6.0

    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...
  4. B

    Problem with OCX method on Progress / MsVB 6.0

    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...
Back
Top