Print Page | Close Window

Group_ID selection

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19326
Printed Date: 12 April 2026 at 9:42am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Group_ID selection
Posted By: cheops@collecto
Subject: Group_ID selection
Date Posted: 15 April 2006 at 9:48pm

how do I allow my users to select the the Group_ID with out giving them admin or moderator status.


and only display the Group_ID's below admin and moderator...??


-------------
Sorry for my bad 3nglish..!!



Replies:
Posted By: WebWiz-Bruce
Date Posted: 16 April 2006 at 12:34pm
They can't you need to set the group the member is in.


Posted By: cheops@collecto
Date Posted: 17 April 2006 at 3:21am

I found a snip of code, could something like this work....??

am I wrong or shouldn't something like this search trough the Group_ID, and sort out the administrator and MOD group....  and not display the admin and mod group, but list all other member groups...??

Anyone know how to make this work...!!

( I don't have the skills to make it work....???)



strsql = "SELECT * FROM " & strDbTable & " Author, " WHERE  & strDbTable & " Username " AND & strDbTable & " Author_ID " AND & strDbTable &  "Group_ID "<> 15 AND & strDbTable & "Group_ID" <> 3 "
 strAuthor.Open sql, conn, 3, 3
 If not strAuthor.eof Then
  If Not isNull(Trim(strAuthor("Group_ID"))) Then
   Group_ID = Split(Replace(strAuthor("Group_ID"), "@", ""), ", ")
  End If



-------------
Sorry for my bad 3nglish..!!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net