
In the shipper screen there is a text box (User8) that I would like to change to a combo box. I have tried adding this list in. I have also tried deleting it off the screen. I get a message that "Remove object changes will not take effect until customizations have been saved, and the current screen has been reloaded". I saved the changes, logged out of Solomon and logged back on. The field is still there. Any idea on either how to change the field to a combo box or how to delete it so I can add it back in as a combo box?
*This post is locked for comments
I have the same question (0)Hello sbooth71,
Sometimes SL will have like this. you can follow below work around to solve this issue.
Begin SAF.SAFMaskedText xuser8
'' Created = True
'' Version = 6
blankerr = FALSE
enabled = TRUE
fieldname = ""bShipHeader.user8";936;0"
mask = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
'' parentform = "Form1"
tabindex = 899
top = 133
visible = TRUE
width = 178
End
Hope this may help.