close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

tie dynamic list/menu to data assist search page

Thread began 8/17/2012 6:10 am by sfj6167 | Last modified 8/21/2012 8:48 am by sfj6167 | 1751 views | 7 replies

sfj6167

Hi Jason

Yes after using Dataassist to create the standar administrative user pages, I added
the UserGroup to the insert page, and that works fine

on the update page I also put in the UserGroup field to retrieve this information from the users table. That also works fine..

Then on the Search page I created a rs for bringing in the men/list for UserGroups and on the results page I added the field for filtering...

that should be right ???


but it dont works, it just returns all posts

regards
bison



This is the field I have set in on the users_search.php

---
<li class="formItem">
<div class="formGroup">
<div class="lineGroup">
<div class="fullColumnGroup">
<label for="UserGroupID" class="sublabel" >Bruger Type:</label>
<div class="errorGroup">
<div class="fieldPair">
<div class="fieldGroup">
<span>
<select class="formMenufield_Medium" name="UserGroupID" id="UserGroupID" tabindex="13">
<option value="value">Vælg gruppe</option>
<?php
do {
?>
<option value="<?php echo $row_WADAMenuUserGroupID['UserGroupID']?>"><?php echo $row_WADAMenuUserGroupID['UserGroup']?></option>
<?php
} while ($row_WADAMenuUserGroupID = mysql_fetch_assoc($WADAMenuUserGroupID));
$rows = mysql_num_rows($WADAMenuUserGroupID);
if($rows > 0) {
mysql_data_seek($WADAMenuUserGroupID, 0);
$row_WADAMenuUserGroupID = mysql_fetch_assoc($WADAMenuUserGroupID);
}
?>
</select>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
---

In DataAssist Search (WADAUsers) on the users_results.php page I`ve
added a filtered field:

Type EDIT
Separator AND
Column UserGroupID
CT = N
Value USerGroupID

Type of field is set as List

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...