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.

<html>
<head>
<title>Groups Administration</title>
</head>

<body>

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

</body>

</html>





+-----------------------------------------------------------------------------------+ 

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

Reply via email to