index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Why can not pass a QueryString HiddenFields ::    show all messagesPost a New Message | Post a Reply
Jun 27 2005, 11:06 AM
 Re: Why can not pass a QueryString HiddenFieldsPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Try the latest download. I used the following script in my test:

Dim HF
HF = Request("hf")
'Response.Write hf & "<hr>"
With objWiz
    .ReportsFile = "data/nwind.xml"
    .Title = "ASP Report Wizard v" & .Version
    .UsePopupFilters = False
    '.LocaleFile = "data/locale_es.xml"    
    .HideProcedures = True
    .HiddenFields = HF
    '.HideReportsWithIDs = "5062712511"
End With

Note: Use Request(ParamName) NOT Request.QueryString(ParamName)



-------------------------
Ghost
Pages: (1)   [1]

search this forum: