I have a little experience with this CFX. Does the tag return other information, but just not group or description?
Sincerely, Ricardo Sanoja Senior Web Architect Version 4 Technologies, LLC. 4288 Kellway Circle Addison, TX 75001-4200 972.267.1558 Ext 19 [EMAIL PROTECTED] -----Original Message----- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:43 PM To: [EMAIL PROTECTED] Subject: Fwd: Re: Intranet Hosting Toolkit - HELP!!!! >Date: Wed, 24 Apr 2002 14:39:41 -0400 >To: House of Fusion >From: phumes1 <[EMAIL PROTECTED]> >Subject: Re: Intranet Hosting Toolkit - HELP!!!! > > >ARG!!!!!!! > >Anyone here have experience with the Intranet Hosting Toolkit from >http://www.intrafoundation.com/ihtk.html? > >I have all the CFX tags on the developers PC and live server and added >them throught the CF Administrator. > >I have the below code working great on a Windows 2000 Advanced Server >developer PC. I then copied the code over to the live server, changed the >DOMAIN and COMPUTER names but no GROUP or DESCRIPTION gets displayed. > >I'm pulling my *(&@# hair out on this. > ><CFX_Groups > ACTION="GROUPS" > SCOPE="LOCAL" > TYPE="SECURITY" > DOMAIN="CRCPT" > COMPUTER="NTPAGER"> > > ><table cellpadding=12" cellspacing="0" border="0"> ><tr class="dirlinks" valign="top"> > <th> > Groups Administration [List] > </th> ></tr> ><tr class="dirlinks" valign="top"> ><td> > > <table cellpadding="2" cellspacing="0" border="1" > bordercolor="#ffffff"> > > <tr bgcolor="#000000" class="navlinks"> > <th><font color="#ffffff"">Group</font></th> > <th><font color="#ffffff"">Description</font></th> > </tr> > <CFLOOP QUERY="Groups"> > <tr valign="top" class="groups"> > <CFOUTPUT> > <td>#Group#</td> > <td>#Description#</td> > </CFOUTPUT> > </tr> > </CFLOOP> ></td> ></tr> ></table> > ><center> ><br> ><input type="button" value="Close" class="navlinks" onClick="self.close()"> ><input type="button" value="Refresh" class="navlinks" >onClick="document.location.reload()"> ></center> > > >+---------------------------------------------------------------------- -------------+ > >Philip Humeniuk >[EMAIL PROTECTED] >[EMAIL PROTECTED] >+---------------------------------------------------------------------- --------------+ +----------------------------------------------------------------------- ------------+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +----------------------------------------------------------------------- -------------+ ------------------------------------------------------------------------ - This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
