Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 8 months ago
A recent post included some PowerScript code, and I thought I would pass along a tip for pasting code snippets that produces a slightly more readable result than simply pasting code into the website's text editor.
The toolbar contains a button to as...
Please Update Your Queries With The Solution
- Resolved
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
Composite: Retrieve Nested Report with a nested report
- How-to
- Last updated 1 year ago
- Bernhard Giesriegl replied 1 year ago
Hi all,
I have a composite datawindow with a nested report in it. This nested report itself contains another nested report.
1
In Desgner preview everything is fine. But running the program, when I do a retrieve on this datawindow nothing is displa...
Web Application and Mobile Apps using Power Builder 2019 R3 or Power Builder 2021
- Resolved
- Advice
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 1 year ago
Hi,
I wish to make some Web and Mobile app (Android and iOS) for customers to login and check their balances etc.
Is is possible using Power Builder? I am currently using Power Builder 2019 R3. However, I can upgrade to Power Builder 2021.
Your a...
PS application ran fine, then suddenly won't run.
- Issue
- Last updated 1 year ago
- Logan Liu @Appeon replied 1 year ago
PS2022R2 build 2828 running on windows 11 HOME computer
disable AV, which did not help.
user no longer able to open up files (possibly the directories?) from PS. ran fine for a week or so, no updates to the application, so it isn't failing on ...
Differences between 2021 Powerserver project and 2022
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I'm trying to deploy a new project using PB 2022, and the PowerServer project configuration is totally different. Never used it before and trying to build one by scratch. Under 2021, I cant find the Client Configuration. I'm wanting to deploy to m...
Datawindow retrieve timeout issue in Web API
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi, everyone!
In client/server, a retrieve on a specific datawindow takes less than 1 second to execute, but in the same PowerServer cloud app it does not finish fetching the information and, after several seconds, a timeout error message displays. ...
Old PowerBuilder 12.5 DLL - WebService SOAP
- How-to
- Last updated 1 year ago
- Roland Smith replied 1 year ago
I have a DLL file generated in PowerBuilder 12.5 (accesses SOAP webservice)
I would like to convert this DLL file to PowerBuilder 2022 R2.
It is possible?
Getting bad runtime function reference error
- Issue
- Last updated 1 year ago
- John Fauss replied 1 year ago
I am working on Powerbuilder 2019 R3 version (64 bit) and while calling one external function which is being defined in DLL and while running application I am getting below error .
Please find attachment for the same.
Can you please let me know the...
SMTPClient.Send keeps returning an error
- How-to
- Last updated 1 year ago
- Tracy Lamb replied 1 year ago
Hi all,
Using PB2022 R2. Thought I'd play around with the new SMTP features.
I've got a window with a button on it. The button just sends a test message via SMTP. Everything is hard coded. SMTPClient.Send keeps returning an error. Here's the co...
PowerServer Sql Connection
- Resolved
- How-to
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
I got the SqlServer connection working in the database configuration and can compile run the application in client server. But when I configure the PowerServer project (database), I'm not able to connect. Below is my Database connection. Below tha...
Hi Team,
I wanted to export data to excel file using the powerbuilder SaveAs feature. I can successfully save the datastore data to pdf with SaveAs pdf method, with all specific formats. but when i save the same data in excel, using SaveAs (type Exc...
Session creation failed. status code: 404
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hi,
I am experience an issue that I cannot figure out (hence this post). Basically we are in the final stages of converting some of our PowerBuilder 2022 applications to be PowerServer 2022 cloud apps. We have one application that is set up ...
SQL statement fails when used with application deployed with PowerServer
- Issue
- Last updated 1 year ago
- Miguel Alzate replied 1 year ago
Hi,
I have a problem with application deployed through PowerServer.
Following SQL statement works fine when used in IDE enterface :
INSERT INTO rule_history Select *, :Allocation_id from rulesWHERE ( rules.rule_number = :saanto ) AND ( rules.d...
Session creation Failed: Http Status Code: 503
- Resolved
- Issue
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
runnig my application deployed on IIS I get this error:
I don't find any reference on documentation about this error.
I found this error in the Windows event log:
But that file exists
Any suggestion?
Thanks
Don't want schema name while selecting table name [ PostgreSQL]
- How-to
- Last updated 1 year ago
- Sivaprakash BKR replied 1 year ago
Hello,
PB 2022 R2 B 2819, PostgreSQL 15
While selecting a table, for datawindow creation, we get the schema name also along with the column names, by default it's public. I don't want the schema name here. Is it possible, by changing any setting...
I am currently trying to run Powerbuilder 12.5.2. I have a license file from Sybase which currently does not work. Can this be reissued.
Thanks.
Carla
tabs - should allow us to pull a tabbed maximized window into a floating window
- Issue
- Last updated 1 year ago
- Arnd Schmidt replied 1 year ago
In the IDE, I need to replicate the look of one datawindow onto another. so i need to display them both on the screen at the same time.
the tab interface in the IDE does not allow me to pull one tab off in order to resize it below another tab. the...
After applytheme,Response window with SetWindowLongA out of action
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I use SetWindowLongA external function to resizeable PB response window,but when i applytheme, the Response window cant be resized any more.
withour ApplyTheme, SetWindowLongA works ok.
Connecting to MQServer using IBM mqic32.dll
- How-to
- Last updated 1 year ago
- John Fauss replied 1 year ago
Good day...
Trying to connect to IBM MQServer using the IBM DLL mqic32.dll
MQCONN - Connect queue manager - IBM Documentation
The Function Definition in the PB Code
Subroutine MQCONN ( String QMgrName, REF Long Hconn, REF Long CompCode, REF Long...
Dear friends,
I want to do the Json into structures in the powerbuilder.How can i do .can you share me any videos on this exercise .
example for convert json into structute:
{ "getSupersessionResponse": { "returnCode": { "code": "00"...
Database Profile for SqlServer
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I'm in the beginning stages of converting my Oracle database to SqlServer. I have the tables moved and imported using SSMS. Now I'm to the point of setting up a DB Profile in Powerbuilder. Can anyone advise as to what driver to use for my LocalDB ...
Loading...
Find Questions by Tag
.EXE
.NET 6.0
.NET Assembly
.NET Core 3.1
.NET Core Framework
.NET DataStore
.NET Std Framework
32-bit
64-bit
ADO.NET
AEM
AI
Algorithm
Amazon AWS
Android
Apache
API
APK
App Store
App Store (Apple)
Appeon Workspace
Appeon Xcelerator Plug-in
Architecture
Array
ASE
Asynchronous Methods
Authentication
AutoBuild
AutoCompiler
Automated Testing
Automation
AutoScript
Azure
Barcode
Base64
Batch
BigData
BLOB
Branch & Merge
Browser
Bug
Build
Button
C#
C# Class Importer
C# Editor
C# Model generator
Calendar
Camera
Certificate
Chrome
Citrix
Class
Client
Client/Server
Cloud
Cluster
Collection
COM
Command Line
Compiler
Compression
Computed Field
Configuration
Controls
Cookies
Cordova
Crash
Cross-Platform
Crosstab
CSharpAssembly
CSharpObject
CSS
CSV
Cursor
Data
Database
Database Driver
Database Painter
Database Profile
Database Provider
DataObject
DataSource
DataStore
DataStore (C#)
DataStore (PS)
DataType
DataWindow
DATE
DATETIME
DB2
Debug
Debugger
Debugging
Deployment
Design
DLL
DO-WHILE
Dockable
Docker
Documentation
DOUBLE
Download
DragDrop
Edge
Edit Style
Editor
Elevate Conference
Email
Embedded SQL
Emulator
Encoding
Encryption
Enhancement Request
Entity
Entity Framework
ERP
Error
Event
Event Handler
Event Handling
Excel
Exception
Export
Expression
External Functions
F#
Field
File
File Access
Filter
Firefox
Firewall
Font
FOR-NEXT
Foreground
Format
Function
Garbage Collection
GeoLocation
Git
Graph
HANA
Hash
Header
HTML/5
HTTP/S
HTTPClient
Icon
IDE
Identity
IIS
IMAPI
Import
InfoMaker
Inheritance
Installation
Integer
IntelliSense
Interface
Internet
Internet Explorer
iOS
IPA
iPad
iPhone
IWA
J#
Java
JavaScript
JBoss
JDBC
JOIN
JSON
JSONGenerator
JSONParser
Kestrel
Label
Lambda
Large File
LDAP
Library
License
LINQ
Linux OS
Load Balancing
Localization
Localized PBVM
Log In
Log Out
Logging
LONG
LONGLONG
macOS
MAPI
Maps
MDI
Memory
Memory Leak
Menu
Merge
MessageBox
Messagging
Method
Migration
MIME TYPE
Mobile
Model
ModelStore
ModelStore (C#)
MSOLEDBSQL
Multi Threading
MVC
MySQL
n-Tier
Namespace
NativePDF
NVO
OAuth
ODATA
ODBC
Office
Offline
OLE
OLEDB
Online
Open Source
OpenAPI
OpenSSL
Oracle
OrcaScript
Other
Outlook
Output
Package
Parameter
Patch
PayPal
PB Classic
PB Native
PB.NET
PBC
PBD
PBDOM
PBG
PBJVM
PBL
PBNI
PBORCA
PBVM
PBX
PDF
Performance
Permission
PFC
Picture
Pipeline
Play Store (Google)
Plugin
Popup
Port
POST
PostgreSQL
PowerBuilder
PowerBuilder (Appeon)
PowerBuilder (SAP)
PowerBuilder Compiler
PowerBuilder Runtime
PowerClient
PowerScript (PS)
PowerScript IDE
PowerScript Migrator
PowerServer
PowerServer Mobile
PowerServer Toolkit
PowerServer Web
PowerServerLabel
Print
Properties
Proxy
Publish
PULL
PUSH
Query
Regression
Release
Renew
Resize
Response
REST
Retrieve
RibbonBar
RibbonBar Builder
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
Sort
Source Code
Speech Recognition
SQL
SQL Anywhere
SQL Server
SqlBuilder
SqlExecutor
SQLite
SqlModelMapper
Storage
Stored Procedure
Subscription
SVN
Swagger
Syntax
TabbedBar
TabbedView
Tablet
TabPage
Target
TE Control
Testing
Text
TFS
Theme
TIME
Timer
TLS/SSL
Tomcat
TortoiseGit
TortoiseSVN
Transaction
Transparency
Trial
Trigger
TRY-CATCH
TX Control
Type
UI
ULONG
UltraLite
Uninstall
Unit Test
Unit Testing
UNIX OS
Update
Upgrade
Upload
URL
User Center
User Object
UWP
Validation
VARCHAR
Variable
Versioning
Visual Studio
Visual Studio Code
VM
Voice
Warning
WCF
Web API
Web Extensions
Web Service
WebBrowser
WebForms
WebLogic
WebSphere
WildFly
WinAPI
Window
Windows OS
WinForms
Wizard
Workgroup
Workspace
WPF
XCODE
XHTML
XML
Zoom