combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlDlgEditLine Method / LlDlgEditLine(IntPtr,String,LlFieldType,String,Boolean) Method
Window handle of the calling application.
In this parameter the formula entered by the user is written to.
Expected return value of the function. Multiple return values can be 'OR-ed'.
Window title. Note that the title will be preceded by the word "Edit".
Defines if only variables (False) or fields (True) are available.


In This Topic
    LlDlgEditLine(IntPtr,String,LlFieldType,String,Boolean) Method
    In This Topic

    This function is only available in the Enterprise Edition!

    Starts the List & Label formula wizard independently from the Designer. Thus you can use List & Label formulas at locations in your application that are independent from the Designer.

    Syntax
    'Declaration
     
    
    Public Overloads Sub LlDlgEditLine( _
       ByVal handle As IntPtr, _
       ByRef formulaText As String, _
       ByVal returnType As LlFieldType, _
       ByVal title As String, _
       ByVal useFields As Boolean _
    ) 

    Parameters

    handle
    Window handle of the calling application.
    formulaText
    In this parameter the formula entered by the user is written to.
    returnType
    Expected return value of the function. Multiple return values can be 'OR-ed'.
    title
    Window title. Note that the title will be preceded by the word "Edit".
    useFields
    Defines if only variables (False) or fields (True) are available.
    Requirements

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

    See Also