Get Commandline user Query Variable at first entry.
Dim UQ as string = GD.Get_UQ
Returns blank string if error
Set a command line variable before execute the following example - Example.aspx?Var1=It's a good example'
If the user variable Var1 is carried over to the submit screen, the single quote will cause the add submit to fail.
There is only (1) program entry as -> Program.apsx?UserVaraibles=ABC no matter how many modules (dbUNit) are in the aspx file. Therefore Get_UQ is not related to any particular dbUnit.
Dim ap As New Tornado.z
ap.dbQP = "U=1|S=3|D=Nwind|Bm=employees|Q=employees|Gdf=0,1,2,3|" _
& "Ni=b5,Add|de=request,editsetup,editaction|eaf=1,2,3"
ap.dbOptions="KeepUserQueryString=false"
ap.ASPdbNET()
Dim GD As New Tornado.GetData
Response.Write("My User command line query variable = " & GD.Get_UQ)
GetData Class | Tornado Namespace | dbOptions