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!
|
|
re: remove value
Posted: 23 Feb 07 4:36 AM
|
fiogf49gjkf0d I have a dropdown field in my form, however this defaults to a value which is not there anymore, how do I remove this defaulted value on my form in design view? Thanks. |
|
|
|
Re: re: remove value
Posted: 23 Feb 07 7:22 AM
|
fiogf49gjkf0d A- What Version SaleslOgix B - is this an OOTB SalesLogix Form/Control?
Typically for 6.2.+/7.0+ you want to look at the Form change event or control change event and trace the code there. There is no "standard" for change events.
Basic SalesLogix 101.. something taught in Slx Development classes.
-- rjl |
|
|
|
Re: re: remove value
Posted: 26 Feb 07 9:06 AM
|
fiogf49gjkf0d Hi I am using Saleslogix version 6.1 A - Using Saleslogix version 6.1 B - It is a Form |
|
|
|
Re: re: remove value
Posted: 27 Feb 07 1:33 PM
|
fiogf49gjkf0d So most likely the text property of the field is being assigned somewhere in the script. Usually on the OnChange or OnOpen events of the form, depending on what kind of form it is. |
|
|
|