<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> </DIV>
<DIV> <CFSET EprEvent =
EprUser.CreateEvent("CallGetRoleIDByName")><BR> <CFSET
EprEvent.SetEventVar ("env.RoleName", "myRoleName")><BR> <CFSET
EprEvent.ReturnVar ("RoleId" , "env.RoleId")><BR> <BR> <CFSET
EprUser.ExchangeData("")><BR> <BR> <CFSET roleId =
EprUser.GetEventOutput("CallGetRoleIDByName",
"RoleId")><BR> <BR> <!--- Grabs members in the role
---><BR> <CFSET EprEvent =
EprUser.CreateEvent("CallListParticipantsInRole")><BR> <CFSET
EprEvent.SetEventVar("env.RoleId", roleId)><BR> <BR> <CFSET
EprEvent.ReturnEnvVar("Success",
"client.env.CallListParticipantsInRole.Success")><BR> <CFSET
EprUser.RequestTable ("Rst_Table",
"ListParticipantsInRoleResults")><BR> <CFSET
EprUser.ExchangeData("")><BR> <BR> <BR> <BR><html><BR><head><BR> <title>
Members</title><BR></head></DIV>
<DIV><body bgcolor="White"></DIV>
<DIV>list here</DIV>
<DIV><cfoutput>#roleId#<br>#EprUser.GetEventOutput("CallListParticipantsInRole",
"Success")#<br>
#EprUser.TableRows("Rst_Table")#<br></cfoutput></DIV>
<DIV> </DIV>
<DIV><cfoutput>#EprUser.TableData("Rst_Table", row,
"LoginID")#</cfoutput></DIV>
<DIV> </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