SetMenuCaption

This function allows you to override the default menu name. For example, if you are on the main menu you could display the user's name instead.

Group:    Application-Based Extensions

Syntax:   App.SetMenuCaption( )

Example:

'Personalize the menu caption to the logged in username in the RFMenu app

Dim sShowMyUserNameHere As String

sShowMyUserNameHere = App.UserName

App.SetMenuCaption (sShowMyUserNameHere)

 

Versions Supported:     RFgen 5.2.4.2 and newer.