ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

what's wrong with my "cwbx" ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • what's wrong with my "cwbx" ?

    I was using VBA to retrieve data from AS400 with IBM client access activeX object. Everything is going well until I found some thing is missed in my "CWBX" !

    For example i can't declare following types:

    cwbx.DatabaseDownloadRequest

    cwbx.DatabaseTransferResults



    When I type "Dim xxx As New cwbx.", only following options apears in the drop down list:

    cwbx.AS400System
    cwbx.ClientInfo
    cwbx.CodePageConverter
    cwbx.Command
    cwbx.DataQueue
    cwbx.DataQueueAttributes
    cwbx.DoubleConverter
    cwbx.FloatConverter
    cwbx.KeyedDataQueue
    cwbx.LongConverter
    cwbx.program
    cwbx.ProgramParameters
    cwbx.ShortConverter
    cwbx.Structure
    cwbx.SystemNames
    cwbx.ZonedConverter


    Someone have ideas? Thanks so much in advance !

  • #2
    Re: what's wrong with my "cwbx" ?

    Add a reference to CWBX.DLL and that should work (I think).

    (Menu bar>Tools>References>Check box IBM AS/400 Client Access Express ActiveX)
    Philippe

    Comment

    Working...
    X