Hi Experts,
I need your assistance, I need to load the last recently Selected value in the combobox
every time when I load the Form.
1. I have added the Items to the Combobox.
<-Select->
ABAP
SAP
Oracle
SQL Server
2. Initially when I load the Form, the combo box will be empty and I will give select "SQL Server".
3. Once after exiting the form, when I load again the combobox is empty.
But, It should have the Selected Text "SQL Server" as that was the last recently selected form the combo box.
Help me to solve this. Anyhelp appreciated.
Thanks in Advance.
Loading

VulpesPosted Jan 22, 2013, 5:57 AM
You can then load this setting when the form opens and change and save it when the form closes.
If you're not familiar with settings files, I'd check out this MSDN link:
http://msdn.microsoft.com/en-us/library/aa730869(VS.80).aspx
Shankar MPosted Apr 23, 2013, 7:47 AM
Thanks alot.
Shankar MPosted Jan 22, 2013, 5:43 AM
Dorababu MekaPosted Jan 22, 2013, 5:36 AM
VulpesPosted Jan 22, 2013, 5:36 AM