UIPermission – PB Docs 126
UIPermission The Unrestricted UIPermission setting is required for Windows Forms applications, although you can customize the setting to use a combination of AllowDrop and AllWindow permission values. Parent topic: Custom Permission Settings Document get from Powerbuilder help Thank you for watching.
GetExpires – PB Docs 150
SoapPBCookie: GetExpires method Description Gets the expiration date and time for a cookie. Syntax
|
1 |
<span>acookie</span>.GetExpires ( ) |
Argument Description acookie The name of an instance of the SoapPBCookie object Return Values DateTime. Gets the expiration date and time of a cookie. Usage A session cookie returns a DateTime value of January 1, 0001, 00:00:00.0000000. Document get from…
Overview of class definition information – PB Docs 90
Overview of class definition information A ClassDefinition object is a PowerBuilder object that provides information about the class of another PowerBuilder object. You can examine a class in a PowerBuilder library or the class of an instantiated object. By examining the properties of its ClassDefinition object, you can get details about how that class fits…
Chapter 7 Using Tab Controls in a Window – PB Docs 100
Chapter 7 Using Tab Controls in a Window About this chapter This chapter describes how to use Tab controls in your application. Contents Topic About Tab controls Defining and managing tab pages Customizing the Tab control Using Tab controls in scripts Document get from Powerbuilder help Thank you for watching.
Testing and debugging the component – PB Docs 125
Testing and debugging the component This section describes three techniques you can use to test your component: Live editing Remote debugging Putting messages into the EAServer log Troubleshooting EAServer components For more information about troubleshooting components, see the EAServer documentation. Document get from Powerbuilder help Thank you for watching.
Seek – PB Docs 125
Seek PowerScript function Moves the file pointer in an OLE stream object or displays a specified frame in an AVI clip in an animation control. To To Move the read/write pointer in an OLE stream object. Syntax 1 Displays a specific frame in an AVI clip Syntax 2 Document get from Powerbuilder help Thank you…
64-Bit WPF Application Deployment – PB Docs 126
64-Bit WPF Application Deployment You can deploy PowerBuilder� .NET WPF applications on 32-bit and 64-bit systems. Through a new platform option in the WPF project, you can create PowerBuilder applications that deploy on 32-bit and 64-bit systems. The default value is “32-bit.” You can set the Platform Target build option to “32-bit” or “32-bit or…
Detach – PB Docs 150
PBDOM_ATTRIBUTE: Detach method Description Detaches a PBDOM_ATTRIBUTE from its owner PBDOM_OBJECT, a PBDOM_ELEMENT. Syntax
|
1 |
<span>pbdom_attribute_name.</span>Detach() |
Argument Description pbdom_attribute_name The name of the PBDOM_ATTRIBUTE Return Values PBDOM_OBJECT. The PBDOM_ATTRIBUTE object detached from its owner object. Throws EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE – This PBDOM_ATTRIBUTE object’s internal implementation is null. The occurrence of this exception is rare but can take place…
Completing the style – PB Docs 90
Completing the style To complete your form style, enhance the window and menu to provide the processing you want. For example, you can: Work with the central DataWindow control Add controls to the window Define actions (functions that appear as actions in your form style) Modify the menu and its associated toolbar Write scripts for…
Defining and managing tab pages – PB Docs 100
Defining and managing tab pages A tab page is a user object. Two methods There are different ways to approach tab page definition. You can define: An embedded tab page In the painter, insert tab pages in the Tab control and add controls to those pages. An embedded tab page is of class UserObject, but…