ReloadAppFromServer

When executed on the Client, this function reloads the necessary project files from the Server while maintaining the current state of the project on the Client.

Function Group Execution Windows Embedded Thin Client
ReloadAppFromServer System Info Synchronous Supported Supported Supported

Syntax

ReloadAppFromServer()

This function takes no paramters.

Returned value

This function always returns 0.

Notes

For this function, "Server" means the station that is actually running your project and has the TCP/IP Server module enabled, and "Client" means a Thin Client or Secure Viewer that is communicating with the Server via TCP/IP. For more information, see Configuring a Web Solution.

Tip: Before calling this function, you can use IsAppChangedOnServer to check the version of the project files that are already on the Client. If the files on the Client match the files on the Server, then you may choose not to call this function.

Examples

Tag Name Expression
Tag ReloadAppFromServer( )