01-12-2011 11:34 PM
Hi,
I'm using Run-Time Menu and I want something to happen when I select 'New File' from drop down menu. I want the same function to happen by a button click. I've attached an image where there is an illustration for this.
Thanks,
Pradeep.
Solved! Go to Solution.
01-13-2011 12:32 AM
Hi,
use an event structure with value change event case for that button and inside that case put the same function which you using for RTM selection
01-13-2011 01:59 AM
Thanks G K.
Pradeep