please ignore i have found the solution. On Apr 10, 8:37 pm, "sreenidhi b.s" <[email protected]> wrote: > private function getsentdata():void > { > <mx:HTTPService id="sent" url="sentflex.jsp" > showBusyCursor="true"/> > gendg.dataProvider = "{srv.lastResult.inbox. > mailrecord}"; > dgpanel.title="Sent"; > * sent.send(); //Access of undefined property sent. > } > > <mx:Button x="16" y="133" label="Sent" width="78.5" > click="{getsentdata()}"/> > > Any idea why i am not able to call send() even though property is defined? > please help me. > Thank you.
-- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

