Purpose
Allows you to refresh an image frame in a Layout window if the underlying image source file has changed. It can also be used on text frames. When applied to text frames it will force a re-evaluation of any SmartText expressions in the text.You can issue this statement from the MapBasic window in MapInfo Pro.
Syntax
Refresh Designer Frame
[ Window window_id ]
ID frame_id [, frame _id ...]
window_id is a Layout window's integer window identifier. If no window is specified the command assumes the frontmost Layout window.
frame_id is a number that specifies which frame within the Layout window you want to refresh. Frames are numbered 1 to n, where, n is the number of frames in the layout.
See Also:
Add Designer Frame statement, Alter Designer Frame statement, Create Designer Legend statement, Set Designer Legend statement