How to open a Filemaker DBF located in the server

How can i open a filemaker file located in the host filemaker server using applescript?

the example below will open a filemaker file in the current harrdisk:
tell application “Filemaker Pro” to open alias “Volume1:DBF:Sample.FP5”

but what if the database file is in the server?

need help! thanks.