combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintUpdateBox Method


LlPrintUpdateBox Method

Allows redraw of the progress box that is used if you print with LlPrintWithBoxStart().

Syntax
'Declaration
 
Public Sub LlPrintUpdateBox() 
 
Remarks

This is basically a message loop. This function should be called if you run lengthy operations to get your data, as it allows the dialog box to react to possibly needed window repaint or an abort button press. List & Label implicitly calls this function on LlPrint(), LlPrintFields() or LlPrintSetBoxText() calls, so it is only needed if your own processing lasts some time.

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also