# Combobox ! calling function

**URL:** https://forum.kirupa.com/t/combobox-calling-function/156985
**Category:** Uncategorized
**Created:** [July 29, 2005, 6:35am UTC](https://forum.kirupa.com/t/combobox-calling-function/156985 "2005-07-29T06:35:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kdd](https://avatars.discourse-cdn.com/v4/letter/k/ecb155/32.png) [@kdd](https://forum.kirupa.com/u/kdd)
#### Post date: [July 29, 2005, 6:35am UTC](https://forum.kirupa.com/t/combobox-calling-function/156985/1 "2005-07-29T06:35:17Z")

</div>

i’ve a function on a frame, and some code (on the same frame) calls that function, and that function runs correctly. now i call the same function from a combobox and the function doesn’t get called. do you know why? and how to solve this darn thing?  
btw, in the combobox i’m using on(click){} i don’t like to use function for that…  
thanks.

edit: i traced my code, the exec. ends up on the line where i call that function, but the function still doesn’t get called.
