Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

automatic serial numbers in database forms

1 view
Skip to first unread message

sonny varkey

unread,
Feb 22, 2003, 3:52:08 AM2/22/03
to
how can i get automatic serial numbers in the forms of database created in star office 5.2 with adabas and get them saved when a new record is saved?

Nils Homp - Sun StarNews Support

unread,
Feb 24, 2003, 8:48:09 AM2/24/03
to
Hi Sonny,

I'm sorry to say that this function is not available in StarOffice for
the Adabas Database format. We have forwarded your inquiry to our
Development team as feature enhancement request. It cannot yet be
determined if or when this feature can be implemented.

Nils Homp
Sun StarNews Support

--
All responses posted to this newsgroup are provided without guarantees
as to the suitability of their use. Although we believe the solutions or
explanations given to be accurate and correct, we cannot guarantee the
accuracy of the information contained.

Please do not reply directly to this e-mail address if you wish to
continue further dicussion of this matter, as you will only receive an
automatic response from our system. Instead, please reply to the message
itself so further assistance can be provided via the newsgroup.
Alternatively, you are welcome to have a look at our website for further
information regarding our support services, which is available at
http://www.sun.com/star/support

Lee Brown

unread,
Apr 2, 2003, 5:55:15 PM4/2/03
to
Why not simply set your field type for your record ID field (or whatever field you use as your primary key) to "number" and set the field's property to "integer"? You can start the numbering at any point you want in any digit range you want (i.e., 01 or 001 or 0001, etc.)? You could then base your form on the appropriate table with the auto-number field (record ID) and place that field on the form. In this way, every record you enter will have a unique number, and every form you print (in this case, I believe you're actually referring to the printed "report") should retain that same number (provided you include that record ID field on the report). Problem solved!
0 new messages