Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

script import into a clone

Featured Replies

I have been searching the forum for some time. I thought there might be a script that automates the process of manually importing each table and resetting the serial number when copying into a clone. It is time consuming to do this for each table. Thanks

Assuming the database is called "Db". Create scripts to go to each of your tables and show all records ( one script per table ).Create a copy of the database and rename one of them to say DbOLD. Using the Db copy create a script which calls each of the scripts in the dbOLD copy in turn and imports into the relavent table ( NB make sure the option ot autoenter values is not checked )

You can reset the serial numbers in each table with a script step

Set Next Serial Value[Db::Pkey; Ceiling ( Db::Pkey ) + 1]

Next time you create a clone rename the original as DbOld and run your import script in the clone.

It's easier than it sounds, honest.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.