Button for replication

dgb

Registered User.
Local time
Today, 22:52
Joined
Apr 11, 2002
Messages
12
I have a user that would like to use a button that would start the replication process rather that having to use the menu on top. Does anyone know how to do this? thanks in advance, Dan.
 
If you are using Macros for this, in the Click event of the button, put a macro in and in the macro put this:

In the Action column select: RunCommand

In the Command argument below, select: CreateReplica (or SynchronizeNow) whichever is applicable to your situation.

Most, if not all of the tool bar commands are listed under RunCommand.

BL
hth
 

Users who are viewing this thread

Back
Top Bottom