Or you could explicitely refer to the control: windowId.lblFilesProcessed.p_caption = ...
HS2
When I add the window id as in
p_window_id.lblFilesProcessed.p_caption = "Files Processed = " g_processedFileCount;
'Control lblFilesProcessed must be declared or cannot be a member of a non-struct/union class type'
is displayed, when I press F12
The call to find_control does not find this control at runtime either
find_control("lblFilesProcessed");
Do I need to reference the event table to access a control at this time??