Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any way to keep default selection in my LIST BOX..........????
Regards
Ashwin
Hi Ashwin,
This is possible using the triggers. There are many methods for this. This is one methode. First make a bookmark of whatever selections you want to reflect in your applications. That is the default selections. Then make a trigger to call the bookmark whenever the application is opened. you will get the trigger options in the Document properties. Here in the triggers section just add an action to call the BookMark. Hope this helps. Please do check the application I have attached with this post. hope this helps you.
Thanks Joseph
hi,
just select your default value and check "always one selected" in general tab of list box proprties dialogue.
thanks
Dear Thopz , i seen the book mark , but i dnt find any trigger in u r application....
plzz if you can specify wher you have made it
Dear Thopz , i seen the book mark , but i dnt find any trigger in u r application....
plzz if you can specify wher you have made it
Hi Ashwin,
you will find the Triggers tab in the Document properties Window under the Settings. Here click on the OnOpen <has Action(s)> and clik the edit Actions button to the right. Here you will be able to find the action. Hope this helps you.
Thanks Joseph......