-homepurchasesupportnewsaboutliststipslinks-


Search:

Quick Links:
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

clipsave

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:

  1. Save the clipboard
  2. Use the clipboard as you see fit
  3. 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

We've included a user guide to the download. You can also view the user guide online: ClipSave User Guide.pdf. (You need Acrobat Reader for this).

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

Back to main ClipSave Plug-in page
 
www.troi.com/software