Suspend/Resume Serial Port |
Suspends or resumes the serial port with the specified name. The port needs to be opened first.
Syntax
Suspend/Resume Serial Port [ Select ; Result (error) ; Action ; Portname ]
Suspend/Resume Serial Port |
Suspends or resumes the serial port with the specified name. The port needs to be opened first.
Suspend/Resume Serial Port [ Select ; Result (error) ; Action ; Portname ]
Trigger Serial Test Script |
Use this script step to troubleshoot the serial port and test scripting.
Trigger Serial Test Script [ Select ; Result (error) ; Test data to send ]
Serial_SetDirectInsert |
Specifies how to insert data directly into the database when data is received. If you give an empty filename parameter, the direct insert is canceled.
Serial_SetDirectInsert ( switches ; portname ; filename ; tablename ;
fieldname ; matchstring )
Set Serial Direct Insert |
Specifies how to insert data directly into the database when data is received. If you give an empty filename parameter, the direct insert is canceled.
Set Serial Direct Insert [ Select ; Result (error) ; Port name ; File name ;
Table name; Field name ; Match string ;
Get last match ]
When you run a FileMaker script with a missing plug-in you can get this error dialog:
The previous script step, “<Unknown external script step from missing plug-in ( Xmpl 1234 )>”, could not be completed because of an error. Do you wish to continue with this script?”
In this example the error message shows the internal plug-in ID Xmpl and the number of the script step, 1234. Continue Reading