Build a SelectBox with Init Record pointer option.
Unit = dbUnit
Text = Matching Text (Exact)
Index=Initial 0 based Record Number
Dim ret as string = GD.Get_Sbox("Unit=?| Text=abc| Index=?")
Dim GD As New Tornado.Getdata()
Dim Mydb3 As New Tornado.Z()
With Mydb3
.dbQP = "U=3| s=12| Ps=-1| D=nwind| Q=employees| M=ty=SBox!SboxMacro=#1#"
.ASPdbNET()
.Response.Write(GD.Get_Sbox("T=Peacock"))
.Response.Write(GD.Get_SelectBoxSelection(3))
End With
GetData Class | Tornado Namespace | dbMode