add new item [message #77643] |
Sun, 28 October 2001 05:47  |
Kefah A. Jabbar
Messages: 1 Registered: October 2001
|
Junior Member |
|
|
I want to add new item that exist in sql table to the form that exist in form bulider, how i can do it?
i want to start the number with number zero but the form does not consider the zero
i want to pre_insert number or put sequence number automatically
----------------------------------------------------------------------
|
|
|
Re: add new item [message #77645 is a reply to message #77643] |
Mon, 29 October 2001 07:52  |
Tamim
Messages: 23 Registered: October 2001
|
Junior Member |
|
|
Well, to add the item to the form, just add the text field and then choose the item as a database item and type the column name in the properties window
Use a database sequence for the sequence no. You can say start with 1 then.
----------------------------------------------------------------------
|
|
|