StartServerDDE – PB Docs 126
StartServerDDE PowerScript function Description Establishes your application as a DDE server. You specify the DDE name, topic, and items that you support. Syntax
|
1 |
<span>StartServerDDE</span> ( { <span>windowname</span>, } <span>applname</span>, <span>topic</span> {, <span>item</span> } ) |
Argument Description windowname (optional) The name of the server window. The default is the current window. applname The DDE name for your application. topic A string whose value is the basic…
Incremental Build Processing – PB Docs 126
Incremental Build Processing When you save recently edited code, the PowerBuilder IDE invokes the PowerScript compiler to get information for updating the System Tree and the property sheet. There are basically three kinds of changes that the compiler handles: Implementation changes, such as modifications to a function body or to the properties of a class….
Tan – PB Docs 126
Tan PowerScript function Description Calculates the tangent of an angle. Syntax
|
1 |
<span>Tan</span> ( <span>n</span> ) |
Argument Description n The angle (in radians) for which you want the tangent Return Values Double. Returns the tangent of n. An execution error occurs if n is not valid. If n is null, Tan returns null. Examples Both these statements return 0:…
Setting Full Trust Permissions – PB Docs 126
Setting Full Trust Permissions When you deploy and run an application from a network path (either a path on a mapped drive or a UNC path), the .NET Framework on the computer must be configured to have Full Trust permissions at runtime. From the Windows Control Panel, select Administrative Tools > Microsoft .NET Framework 2.0…
Resources and Other Required Files – PB Docs 126
Resources and Other Required Files All resource files must be relative to the path of the .NET Windows Forms target. Click Add Files on the Resource Files page of the project painter to select image files that your application requires. PowerBuilder .NET Windows Forms applications do not support PBR files, and they are unable to…