Hello all:I am using this code to open the database either from local or from server
If fdb.OpenByReplicaID( “”,“862569F1:005A3974” ) Then
Elseif fdb.OpenByReplicaID(profdoc.DelegationServer(0),“862569F1005A3974” ) Then
End If
I am getting an error “Database have not been opened yet”
although I am sure that my Replica ID is fine
what did I do wrong
thanx
Dalia