RE: [flexcoders] Clearing Results

2006-03-04 Thread Matt Chotin
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Friday, March 03, 2006 8:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Clearing Results In my app, I have a section called add sale. When this state is called I use initialize to call

[flexcoders] Clearing Results

2006-03-03 Thread Jeremy Rottman
In my app, I have a section called add sale. When this state is called I use initialize to call a fucntion. This function queries my db and I use another fucntion that populates a text input when the results are returned. With the code below, how can I clear the results of the state. I have