![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, is it possible to create a link unter Windows with Filemaker 5.5 oder 6 to a remote database, so that the user can open it with one click? André |
#3
| |||
| |||
|
|
Create a file that you place in your local machine, and create a link (shortcut in Windows, alias on a Mac) to the file. The file will have no fields or layouts, and will call just one script on open: If[Status(CurrentModifierKeys) = 0] Perform Script[Sub-scripts, External, "Main_File.fp5"] End If Close(This file) ...where 'Main_File.fp5' is the file, opend via Hosts, containing the opening script in the remote system, and that opening script is the script called. The test for Status(CurrentModifierKeys) allows you to bypass the script's sub-script by holding down a modifier key (Alt or Ctrl or whatever you choose), so that you can repair or re-point the script in the 'opener' file. -- John Weinshel Datagrace Vashon Island, WA (206) 463-1634 Associate Member, Filemaker Solutions Alliance "André Lämmer" <Andre.Laemmer (AT) gmx (DOT) de> wrote in message news:bgefga$o6jpf$1 (AT) ID-180098 (DOT) news.uni-berlin.de... Hello, is it possible to create a link unter Windows with Filemaker 5.5 oder 6 to a remote database, so that the user can open it with one click? André |
#4
| |||
| |||
|
|
Hello, is it possible to create a link unter Windows with Filemaker 5.5 oder 6 to a remote database, so that the user can open it with one click? |
#5
| |||
| |||
|
|
The test for Status(CurrentModifierKeys) allows you to bypass the script's sub-script by holding down a modifier key (Alt or Ctrl or whatever you choose), so that you can repair or re-point the script in the 'opener' file. |
#6
| |||
| |||
|
|
"John Weinshel" <john (AT) datagrace (DOT) biz> wrote in message If[Status(CurrentModifierKeys) = 0] Perform Script[Sub-scripts, External, "Main_File.fp5"] End If Close(This file) ...where 'Main_File.fp5' is the file, opend via Hosts, containing the opening script in the remote system, and that opening script is the script called. |
#7
| |||
| |||
|
|
"John Weinshel" <john (AT) datagrace (DOT) biz> wrote in message If[Status(CurrentModifierKeys) = 0] Perform Script[Sub-scripts, External, "Main_File.fp5"] End If Close(This file) ...where 'Main_File.fp5' is the file, opend via Hosts, containing the opening script in the remote system, and that opening script is the script called. By automatically calling up a script of an open file on a remote host, does that bypass the need to choose a remote host, if there is more than one? It would be just what I'd like. -- "When the darkness comes, those who once lived in the shadows will need to guide the lost ones." -till next time, Jameson Stalanthas Yu -x- dolphins-cove.com consul (AT) INVALIDdolphins-cove (DOT) com ((remove the INVALID)) |
#8
| |||
| |||
|
|
John Weinshel wrote: The test for Status(CurrentModifierKeys) allows you to bypass the script's sub-script by holding down a modifier key (Alt or Ctrl or whatever you choose), so that you can repair or re-point the script in the 'opener' file. Why would you need the test to repair or re-point (assuming the remote file is always there)? Why would the Key be referenced or changed in value? -- "When the darkness comes, those who once lived in the shadows will need to guide the lost ones." -till next time, Jameson Stalanthas Yu -x- dolphins-cove.com consul (AT) INVALIDdolphins-cove (DOT) com ((remove the INVALID)) |
![]() |
| Thread Tools | |
| Display Modes | |
| |