July 2, 200124 yr I have an "export script" to export some fields in the set of found records to a HTML file. I am able to do that. But how do I export the record number(serialize number 1,2,3..)that appears before the record and is"@@" in the layout ?
July 3, 200124 yr Do it properly: create a number field in your database, set the field options to auto-enter a serial number. If your database already has records created, click in the newly made field and use the replace command to enter serial numbers (the newly made field in existing records is empty). When done, go back into define fields and set the serial number field to "prohibit modification of value". Now export this field along with all the others.
Create an account or sign in to comment