Create A New Record [message #380978] |
Wed, 14 January 2009 09:55  |
Kevin58
Messages: 79 Registered: January 2009
|
Member |
|
|
I have a simple form with two data blocks.
The first is tied to a database table.
The second is a "control" block without a database table.
I'm trying to create a new record. I am creating the primary key
from values entered on the form and checking the database for the next value based on two characters used to query the database.
The form creates the key just fine. However, I cannot save the
record with a commit_form statement. It says there is no changes to save.
Am I suppose to create my own insert statement to store
the "new" record?
|
|
|
|
|
|
|
|