You sir, are a life-saver. I made that change and it worked like a champ! Many thanks, Dan
>Your scope is wrong. > >You're inside an object, so instead of: >caseDetails.myGlobalObjects.caseService.getDocketSheet(_root.Docket_Number.t >ext); > >use: > >_parent.caseDetails.myGlobalObjects.caseService.getDoc[...] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250200 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

