Try OpenEdge Now
skip to main content
WebClient Applications
Developing the Application : Using the CODEBASE-LOCATOR handle and its attributes : Basic attributes
 

Basic attributes

The following table lists the basic attributes of the CODEBASE-LOCATOR handle.
Table 2. Basic attributes of the CODEBASE-LOCATOR handle
Name
Data type
Description
END-USER-PROMPT
Character
Text string for the security prompt of an authentication dialog.Used only if WebClient must prompt for security information.
KEEP-CONNECTION-OPEN
Logical
If TRUE, any connection WebClient creates to download As Needed components will be kept open until all As Needed components have been downloaded to the end user's machine.
LOCATOR-TYPE
Character
"AppServer" or "InternetServer."
NEEDS-APPSERVER-PROMPT
Logical
If TRUE, enables prompting for a user ID, password, and info string for accessing an AppServer.Applies only if LOCATOR-TYPE is "AppServer."
NEEDS-PROMPT
Logical
If TRUE, enables prompting for a user ID and password for accessing the codebase server.If LOCATOR-TYPE is "InternetServer," the prompt is for accessing a codebase residing on an Internet-based server.If LOCATOR-TYPE is "AppServer," the prompt is for accessing the AIA for a codebase residing on an AppServer.
PERSISTENT-CACHE-DISABLED
Logical
If TRUE, the user is not given the option of saving authentication information past the end of the session.
URL
Character
URL of the server.