Subject ActiveX drive/directory control
From Charlie <tm@tc.com>
Date Tue, 25 Apr 2017 16:26:04 -0400
Newsgroups dbase.getting-started

Hi... I couldn't find any specific instructions how to do this so I finally figured something out myself but was wondering if someone could confirm is this is correct in controlling a directory with a drive in activeX

function nativeObject_OnChange()
      form.djvdrivecomboxcontrol1.nativeobject.drive = form.djvdirectorylistboxxcontrol1.nativeobject.drive
      return

One other thing .. I have a usb port with is E: on my laptop.  But it doesn't show up in the drive window.  Is there a reason for this  not showing up?  I guess what I'm getting at is does this actually work correctly or are their bugs in the activeX.  (I'm sure it may well come down to there are bugs in what I have done!! :)

Thanks!!!