Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Using the ADO.NET Interface – Page 1024 – PowerBuilder Library

Using the ADO.NET Interface

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

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

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…