Hi All,
I am facing a weird problem with respect to my combo box.
I have a combo box which shows Sizes (in decimals) on an Edit Form.
My problem is that anytime I edit a freshly added record, it keeps on showing the last added value in the combo box.
For ex: Add Tool 1 with size 1.00
Add Tool 2 with size 2.00
Add Tool 3 with size 3.00
Adding is not causing any problem. However, when I am editing the tool, it shows the last value as 3.00 as a default item in the dropdown.
I have tried all possible approaches as mentioned below:
1. Reset the dropdown using a context variable
2. Set the reset property to true
3. Set DefaultSelectedItems as [] or [""] (tried with both combinations)
4. Cleared the default property of the combo box as well as that of the data card.
I am pretty clueless as to why it is retaining that old value from the last "add" operation.
Any suggestions?
Thanks,
--Ashep