Salesforce

ImageReload (Magic xpa 4.x)

« Go Back

Information

 
Approval Process StatusPublished
Objective
Description

ImageReload

Reloads an image from the disk into the memory and updates all the current form and subform controls with that image.

Syntax:

ImageReload(String: File name)

Parameters:

File name - The name of the file to reload.

Returns:

A logical value.

False, if the file is not found on the disk or was not cached.

True, on successful command execution.

Example:

ImageReload('C:\myImagefile.png')

Note:

Only Online and Batch tasks support this function.

Parent programs, child tasks, and phantom tasks will not be refreshed.

Since version: 3.3

Reference
TitleImageReload (Magic xpa 4.x)
URL NameImageReload-xpa-4x