Field-Map Scripting

4.4.1.4 UserLoginFullName

UserLoginFullName function


Prototype:

function UserLoginFullName : string;

Description:

UserLoginFullName function returns user login full name.

Syntax:

variable := Project.UserLoginFullName;


Part

Description


variable

A variable declared as a string


Project

A reference to the Field-Map project as defined in Field-Map Project Manager



Return value:


user login full name of Field-Map project


Note: This property is available since version X8.



See also:

Name; DatabaseType; Version; UserLoginFullName; UserLoginName; UserGroupName; LayerCount; Layer; GetMapLayerListAsXML; ActiveLayer; ActiveLayerName; LayerAtIndex; SysTab_LayerList; SysTab_AttributeList; GetMapLayerListAsXML; ApplyMapLayerList; LoadMapLayerListFromXML; SaveMapLayerListToXML; MapLayerListVisible; SendDataToAnotherRunningProject; GetResourceString; AnotherProjectIsRunning; OpenAnotherProject; BringProjectToFront;SendDataToAnotherRunningProject; OpenInactiveLayers; CloseInactiveLayers; OpenPlot; OpenPlotUsingDataCollector; RunPolyshape; AddLayerWrapper; ScriptsEnabled; OnValidateScriptsEnabled; OnChangeScriptsEnabled; OnChangeTimeStampEnabled; DisableScripts; EnableScripts; RunSynchronization; RunSynchronizationExt; AdjustOnlineCalliperConnection


Example