George,

You just use a command with a selectlist, sort of as you would at TCL.
The UniSession CreateUniSelectList provides access to the regular numbered
select lists.

For example, assuming Sess is a UniSession:

 Dim ACmd As UniCommand
        Dim ASelect As UniSelectList
        Dim T As String

        ACmd = Sess.CreateUniCommand
        ACmd.Command = "SELECT VOC LIKE B..."
        ACmd.Execute()
        ASelect = Sess.CreateUniSelectList(0)
        T = ASelect.ReadList.ToString
        MsgBox(T)

Brian

 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George Smith
Sent: 27 April 2005 14:20
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] uvo.net

I have not been able to find out how to do the "SELECT <FILE> WITH BLA BLA
BLA". I wonder if it is possible with the uvo.net ?. You are right we need
it.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to