developer
licenses
FileMaker
Pro
Plug-ins
Activator
Plug-in
ClipSave
Plug-in
Coding
Plug-in
Dialog
Plug-in
File
Plug-in
Grabber
Plug-in
Graphic
Plug-in
Number
Plug-in
Ranges
Plug-in
Serial
Plug-in
Sesame
Plug-in
Text
Plug-in
URL
Plug-in
other
software:
Astro
Tool
OsErrrs
database
ProMaker
Utils
©2002
Troi
Automatisering
|
|
|
Troi ClipSave Plug-in
1.1
Saves and restores the clipboard
|
overview
| download
| details | free license
Clipboard changing
steps
The FileMaker Scripting language has some very useful
steps for developers that change the clipboard. This plug-in
makes it possible to use those steps in scripts, without the
end user knowing the clipboard was temporarily changed. The
ClipSave plug-in can help with the following ScriptMaker
steps:
- Copy Record
- Copy All Records
- Copy (of a Page in Preview mode)
- Copy (of a field, with font and style preserved)
- External function steps from plug-ins that use the
clipboard (see for example our Grabber
plug-in)
Implementing the ClipSave
functions is easy
You can implement the ClipSave functionality with only 2
functions. Below are the main steps to do this:
- Save the clipboard
- Use the clipboard as you see fit
- Restore the clipboard
In ScriptMaker this will look as follows:
- Set Field [ gErrorCode, External("Clip-Save",
"") ]
- ... add here your step(s) that change the
clipboard
- Set Field [ gErrorCode,
External("Clip-Restore", "") ]
User Guide included and
online
Function names
Below are all functions of the ClipSave Plug-in:
Function
name
|
Short
description
|
Clip-Version
|
Check for correct version of the plug-in
|
Clip-Save
|
Save the clipboard to memory
|
Clip-Restore
|
Restore the previously saved clipboard
|
What are the
costs?
Troi ClipSave Plug-in is now freeware!
Get a free registration code
|