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!
|
|
Fields not saving
Posted: 27 Apr 09 12:51 PM
|
I created two new fields through the Archtect. I tied these two fields and two corresponding picklist to controls on the Account form. The account form from my understanding should be databound. However, when I make a change to these fields they do not trigger the save icon to be enabled. This results in the values not being saved when I go from one record to the next. Am I missing an important step? |
|
|
|
Re: Fields not saving
Posted: 27 Apr 09 4:20 PM
|
What Property (of the picklist control) did you bind to the Database? What is the value of the TextType property (of the picklist control) ? |
|
|
|
Re: Fields not saving
Posted: 27 Apr 09 4:20 PM
|
Do you mean the Account Detail form, or the Insert Account/Contact form?
Did you create the new fields on the Account table, or on an extension table?
Are you sure that you bound the controls correctly to the underlying db fields? |
|
|
|
Re: Fields not saving
Posted: 28 Apr 09 7:22 AM
|
Guys thanks for your interest in my question. I appreciate it. Chavez: I bound to the Text property. (ACCOUNT:DEM_LOCATION) The value of the TextType is (ttItem). Not really sure what the difference here is. I just went with the default.
Phil: I placed my new control on the Account Detail form. I created a new field on the Account Table itself. String 32 I believe I have bound everything correctly, but I could be wrong. |
|
|
| |
|
Re: Fields not saving
Posted: 28 Apr 09 9:27 PM
|
Try adding a simple text box and binding that to one of the new fields - maybe there is something weird going on with your picklists that we should rule out. |
|
|
|
Re: Fields not saving
Posted: 30 Apr 09 6:05 AM
|
Thanks to everyone who responded. I found my problem with another script changing my values. |
|
|
|