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!
|
|
Adding records to a new table
Posted: 29 Feb 08 9:24 AM
|
I have a new table I am trying to add a record to and nothing is saving. The grid is on a data form with no associated scripts. I am able to enter all the data in the Add/Edit screen and click Ok and no errors. After I try adding the record I query the table in the database and the table is empty, it isn't generating an ID or adding a modifydate record. Any ideas? |
|
|
|
Re: Adding records to a new table
Posted: 29 Feb 08 9:40 AM
|
1) make sure the grid has a bindid properly set (its a property of the datagrid) if it is at the account/contact/opp or someother mainview level 2) make sure the grids keyfield property is set
Report back if both of those are set and we'll continue to work on the resolution. |
|
|
|
Re: Adding records to a new table
Posted: 29 Feb 08 10:04 AM
|
Both of those were checked several times while I was attempting to add a record. I checked all of the properties on the grid and compared them to a new grid in the same application that is working fine. |
|
|
|
Re: Adding records to a new table
Posted: 29 Feb 08 10:41 AM
|
Bill please provide more details: This problem could have its roots in a number of areas, can you provide screenshots or the grid's sql, its properties, and the properties of the add edit view? |
|
|
|
Re: Adding records to a new table
Posted: 29 Feb 08 4:49 PM
|
Matt, thanks for the help on this. I couldn't find anything in the properties that were set incorrectly so I started with a new form and only added a couple of the fields that were on the form that was giving me the problems. When I tested the new form everything was working fine so I just copied the fields from the original form to the new form and it is working fine. |
|
|
| |
| |
|