-
Topic
-
Has anyone been successful in getting the NWBrowse ActiveX Control from Novell to work?
I believe this is supposed to attach the NWBrowse control to a NWDir control:
Sub FormativFormShow(Sender)
Form.NWBrowse1.Control = Form.NWDir1
Form.NWBrowse1.Refresh
End Sub
But I get an error on the first line.
I’ve successfully read in the contents of the NWDir into a ListView, but I wanted to see what advantages the NWBrowse control has over that method.
- You must be logged in to reply to this topic.