Thanks Manish!!! That seems to work. I wnat to use cellPress because I have an HR application that allows department contacts to request specific forms for employees based on department, type of action, exempt / non-exempt, etc... So when I ask for an employee ID number, I need to have a mechanism that allows them to search for the ID. I've decided to use a pop up and allow for search of Name, Job Code, Position #, Department, etc... The results of the search are returned in a DataGrid. Upon selecting the desired employee, I want the pop up to close and return the selected employee to the main app. I could allow them to select the employee in the datagrid and then click a continue button or something, but using the cellPress I think makes more sense. If you have any ideas on a better way of doing this, please let me know.
Robert >>> [EMAIL PROTECTED] 03/02 12:13 PM >>> Robert Moss wrote: > If you use the buttons, the window closes and you can hit search > again to get a new window, however if you select an item in the > datagrid the window closes, but you can not select the search button > again to get a new window, ultimately everything on the main app > freezes up. I don't know what's happening, but uses doLater() seems to fix it. cellPress="doLater(this, 'deletePopUp')" I wonder why you'd want to close the window on cellPress though. Manish Yahoo! Groups SponsorADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

