Sergej General User

Joined: 07 Dec 2006 Posts: 7
|
Posted: Thu Jan 25, 2007 5:55 am Post subject: Get Form's Control |
|
|
Hello,
Say I have such code
sub UpdateLKW( oEv as object )
oForm = oEv.Source.Model.Parent
oComboBox = oForm.getByName("txtLKW")
.....
the problem is that oComboBox is now a "Model" of "txtLKW" Control, and I don't need that, I need link to control's methods, like through Dialog method "getControl()"
Anybody know how to do this? |
|