The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Strange PickListCombo behavior
Posted: 15 May 08 1:08 AM
|
I am seeing a strange, but at least consistent, issue with the PickListCombo control. If the user changes the value in a picklistcombo and you reference the field through code, the first time you reference the field you will get the old value but after that if you reference the field you get the new value.
So if in the OnChange of a PickListCombo I have:
msgbox plField.Text msgbox plField.Text
I will get the old/incorrect value in the first msgbox and the new/correct value in the 2nd msgbox. Is this a known issue? |
|
|
|
Re: Strange PickListCombo behavior
Posted: 16 May 08 4:15 AM
|
Hi Scott,
I also see the issue in SalesLogix 7.2 Service Pack 2. I haven't seen this issue in the known issues lists.
I have checked on SalesLogix 7.0 Service Pack 1 and the issue is not there.
Regards,
Steve |
|
|
|
Re: Strange PickListCombo behavior
Posted: 16 May 08 9:15 AM
|
Thanx for posting this - these are the kinds of issues that when found its good to share as they can be frustrating if you're not in the know. |
|
|
|