close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Problem with DA Wizard

Thread began 5/03/2011 7:44 am by giaino | Last modified 5/03/2011 8:06 am by Jason Byrnes | 1004 views | 1 replies |

giaino

Problem with DA Wizard

When i use DA Wizard and set my result page with filter
FORM PARAMETER the page give me NO RESULTS but
if i try to test my recordset in DW it give me some results
i don't understand what's the problem please help me
I use DA 2.0.8 - DWCS5 - XP PRO SP3

This is the results page URL

"rdm/fatture_Results.asp?S_ID_fornitore=2&Search.x=44&Search.y=11&Search=Search"

and code generate recordset

<%
Dim WADAfatture__GF_IDFornitore
WADAfatture__GF_IDFornitore = "-1"
If (request.form("ID_Fornitore") <> "") Then
WADAfatture__GF_IDFornitore = request.form("ID_Fornitore")
End If
%>
<%
Dim WADAfatture
Dim WADAfatture_cmd
Dim WADAfatture_numRows

Set WADAfatture_cmd = Server.CreateObject ("ADODB.Command")
WADAfatture_cmd.ActiveConnection = MM_RDM_STRING
WADAfatture_cmd.CommandText = "SELECT ID_fornitore, numerofatt FROM fatture WHERE ID_fornitore=?"
WADAfatture_cmd.Prepared = true
WADAfatture_cmd.Parameters.Append WADAfatture_cmd.CreateParameter("param1", 5, 1, -1, WADAfatture__GF_IDFornitore) ' adDouble

setQueryBuilderSource WADAfatture_cmd, WADbSearch1_whereClause, false
Set WADAfatture = WADAfatture_cmd.Execute
WADAfatture_numRows = 0
%>

bye Giaino

Sign in to reply to this post

Jason ByrnesWebAssist

Do not set any filtering on the results page.

The search and results page will automatically be configured to work together, the search page form will use the Get method, not the post method, meaning there will not be a form post to the results page, the search criteria will be passed using URL variables.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...