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

Powerbuilder Documentation 2022 – PowerBuilder Library

Powerbuilder Documentation 2022

Powerbuilder Documentation 2022

Importing the production license – PB Docs 2022

Importing the production license If you are deploying to a production server, you might want to use a production license for PowerServer, instead of using a developer license. To use a production license, you will need to export the license file from the Appeon web site and then import the license to the PowerServer project….

GetTextBlockCount – PB Docs 2022

GetTextBlockCount PowerScript function Description Gets the number of PDFTextBlock objects in the current PDFRichText object. Applies to PDFRichText object in Objects and Controls Syntax

Return value Long. Returns the number of PDFTextBlock objects in the current PDFRichText object. Examples This example gets the count of PDFTextBlock objects:

See also AddTextBlock Clone GetOverflowPageText GetTextBlock…

Containerizing and Deploying Web API – PB Docs 2022

Containerizing and Deploying Web API Contents Pushing the container to the Azure Container Repository Creating the Container Instance Updating the Web API URL on the PowerServer project Make sure Docker Desktop is installed on your machine and running. To verify that it’s running, open Docker Desktop through the Start Menu or run the following command:…

GetStatusText – PB Docs 2022

GetStatusText PowerScript function Contents Syntax 1: for TokenResponse objects Syntax 2: for ResourceResponse objects Document get from Powerbuilder help Thank you for watching.

Creating an Azure AD B2C tenant – PB Docs 2022

Creating an Azure AD B2C tenant The following outlines the key steps: Step 1: Set up an Azure AD B2C tenant. For detailed instructions, please refer to Tutorial: Create an Azure Active Directory B2C tenant. Step 2: Register a web application in Azure Active Directory B2C. For detailed instructions, please refer to Tutorial: Register a…

GetTokenError – PB Docs 2022

GetTokenError PowerScript function Description Gets the error information returned by the authorization server if the request privilege grant failed. Applies to TokenResponse object Syntax

Argument Description objectname A reference to the TokenResponse object in which you want to get the error information. type A string specifying the error type. description A string specifying the…

APIs for managing statistics – PB Docs 2022

APIs for managing statistics Contents LoadRequestSummaryStatistics LoadRequestsStatistics LoadTransactionSummaryStatistics LoadFailedTransactionsStatistics LoadSucceedTransactionsStatistics You can use the following APIs to manage the statistics. Syntax Description /api/Statistics/LoadRequestSummaryStatistics Loads the summary statistics of all requests. /api/Statistics/LoadRequestsStatistics/{failedOnly} Loads the detailed statistics of all requests or only failed requests. /api/Statistics/LoadTransactionSummaryStatistics Loads the summary statistics of all transactions. /api/Statistics/LoadFailedTransactionsStatistics Loads the detailed statistics…

Commit objects to Git – PB Docs 2022

Commit objects to Git After you create a new object or change an existing object on your local workspace, you can commit the object to the Git source control system so that other developers can reach it. Similar to how you add a workspace to Git, you commit the object in two steps: 1) upload…

Application not found – PB Docs 2022

Application not found The following error occurs when trying to run the installable cloud app. Cause: The application has not been deployed against this Web APIs. You probably has created multiple PowerServer solutions, hence multiple Web APIs. You can access the API: api/Application/LoadAll to confirm. JSON strings similar to the following will be displayed. You…

GetInstalledRuntimes – PB Docs 2022

GetInstalledRuntimes PowerScript function Description Gets the version number of PowerBuilder Runtime that is installed on the current computer. Syntax

Return value String. Returns the version number as a string, or returns null if no PowerBuilder Runtime has been installed. If multiple version numbers are returned, they will be separated by a comma (“,”). Examples…