<html><DIV>I am trying to out put this variable and I keep getting a 'error resolving 
parameter ROW' error. I don't understand it. Here's my code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&lt;CFSET EprEvent = 
EprUser.CreateEvent("CallGetRoleIDByName")&gt;<BR>&nbsp;&lt;CFSET 
EprEvent.SetEventVar&nbsp;("env.RoleName",&nbsp;"myRoleName")&gt;<BR>&nbsp;&lt;CFSET 
EprEvent.ReturnVar ("RoleId" , "env.RoleId")&gt;<BR>&nbsp;<BR>&nbsp;&lt;CFSET 
EprUser.ExchangeData("")&gt;<BR>&nbsp;<BR>&nbsp;&lt;CFSET roleId = 
EprUser.GetEventOutput("CallGetRoleIDByName", 
"RoleId")&gt;<BR>&nbsp;<BR>&nbsp;&lt;!--- Grabs members in the role 
---&gt;<BR>&nbsp;&lt;CFSET EprEvent = 
EprUser.CreateEvent("CallListParticipantsInRole")&gt;<BR>&nbsp;&lt;CFSET 
EprEvent.SetEventVar("env.RoleId", roleId)&gt;<BR>&nbsp;<BR>&nbsp;&lt;CFSET 
EprEvent.ReturnEnvVar("Success", 
"client.env.CallListParticipantsInRole.Success")&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;CFSET 
EprUser.RequestTable ("Rst_Table", 
"ListParticipantsInRoleResults")&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;CFSET 
EprUser.ExchangeData("")&gt;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&lt;html&gt;<BR>&lt;head&gt;<BR>&nbsp;&lt;title&gt;
 Members&lt;/title&gt;<BR>&lt;/head&gt;</DIV>
<DIV>&lt;body bgcolor="White"&gt;</DIV>
<DIV>list here</DIV>
<DIV>&lt;cfoutput&gt;#roleId#&lt;br&gt;#EprUser.GetEventOutput("CallListParticipantsInRole",
 "Success")#&lt;br&gt; 
#EprUser.TableRows("Rst_Table")#&lt;br&gt;&lt;/cfoutput&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;cfoutput&gt;#EprUser.TableData("Rst_Table", row, 
"LoginID")#&lt;/cfoutput&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks for your help</DIV><br clear=all><hr>Get your FREE download of MSN 
Explorer at <a 
href="http://explorer.msn.com";>http://explorer.msn.com</a><br></p></html>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to