TURL_SetProgressText |
Sets a custom text to be used for the progress dialog.
Syntax
TURL_SetProgressText( switches ; messageText ; buttonText )
TURL_SetProgressText |
Sets a custom text to be used for the progress dialog.
TURL_SetProgressText( switches ; messageText ; buttonText )
TURL_SetProxy |
Sets an explicit proxy server to be used, via which the data is sent to the web server.
TURL_SetProxy ( switches ; proxyAddress ; proxyPortNr ; proxyUserName;
proxyPassword )
TURL_SetUserAgent |
Sets a custom text to be used for the name of the user agent requesting the information. The user agent can be set to the name of a popular browser, so that unwanted redirects don’t occur.
TURL_SetUserAgent ( switches ; userAgentText )
TURL_SetUserName |
Sets the user name to be used for password protected URLs.
TURL_SetUserName ( switches ; username )
TURL_ToHTTP |
Encodes a text in HTTP.
TURL_ToHTTP ( switches ; text )
TURL_ToURLEncoded |
URL encodes text (also known as percent-encoding).
TURL_ToURLEncoded ( switches ; text )
TURL_Version |
Use this function to see which version of the plug-in is loaded. This function is also used to register the plug-in.
TURL_Version ( switches )
TURL_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
TURL_VersionAutoUpdate
For a path to a text file you can use for example: smb://192.168.178.12/myShare/MainFolder/subFolder/mytext.txt
Continue Reading