On Dec 15, 2008, at 4:52 PM, Mike Mabey wrote:

> def onHit(self, evt):
>    frm = self.Form
>    frm.PrimaryBizobj.moveToPK(frm.NameDropDown.Value)

        Is this dropdown set to ValueMode="Key", with the Keys property  
populated with the PKs of the table for that bizobj?

>    frm.requery()
>
> I've been able to verify that when a name is selected, the "Go To"  
> button is
> clicked, and the name dropdown is opened again, the program totally  
> freezes
> and my CPU usage shoots up to 100%.  What could possibly be causing  
> it to do
> this?

        Besides the suggestion Paul made, I wonder how you populated the  
dropdown list. Is it bound to the bizobj in question?


-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to