Re: Control question

new topic     » goto parent     » topic index » view thread      » older message » newer message

I made a mistake in my earlier post. The correct function is getNameId() and not getIdName().

There is also another useful function that returns a control's ID given it's name and parent ID. This can be used when controls have the same ID name but different parents.

   id = getNameIdInContext("SurName", win) 
 
-- or even ... 
 
   id = getNameIdInContext("SurName", "CustomerMaintenance") 
 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu