Button to Add DB to Replicator Page

Hi all,

I want to send a button to many users.

When they click on the button it will create a replica of a local database onto a server, and add an item to their Replicator Page.

This is so they are replicating their Local Address Book with the server it resides on.

Currently, I have made a button to db.CreateReplica. But this does not add anything to the Replicator Page, therefore they will not be replicating on local schedule.

Has anybody found a way to do this?

Subject: RE: Button to Add DB to Replicator Page

Hi,

I made something similiar and the quick solution I found to the problem was to open the database, then it got added to the replicator page.

I opened the database with:

@Command([FileOpenDatabase]; “name_of_the_db”)

I didn’t look any further into the problem because this simple solution solved my problem… but it would be nice to have a better solution.

Best Regards

/Peter Nylén