Featured Questions
Problem launching application from Edge or Chrome
- Issue
- Last updated 2 weeks ago
- Logan Liu @Appeon replied 4 days ago
Has anyone else experienced an issue launching the client application from Edge or Chrome recently ?
For us, it has stopped working from Edge and Chrome, but still works from Firefox.
We did notice Edge was patched in the last few days but the link...
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 6 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. :)
Fun Times with PostgreSQL - RPC issue
- Resolved
- How-to
- Last updated 5 months ago
- Matt Balent replied 4 months ago
Anyone ever do this successfully? (PB 2022 R3)
In the postgres database I have defined this FUNCTION
CREATE OR REPLACE FUNCTION public.rpc_ordersbycustomer(
custid integer DEFAULT 0,
INOUT order_count integer DEFAULT 0)
RETURNS integer
...
The cursor does not move between fields using the Enter key
- How-to
- Last updated 4 months ago
- Sivaprakash BKR replied 4 months ago
The cursor does not move between fields using the Enter key
please I am facing a problem with moving between fields in version 2022 R3 Build 3356 Runtime 22.2.0.3356,as the cursor does not move between fields in this way i have 2 data windows i am ...
Scan code tool for PowerBuilder in GitHub
- Advice
- Last updated 4 months ago
- Bruce Armstrong replied 4 months ago
We are migrating PowerBuilder code (PB2019R2) from TFS/Git to GitHub, is there any scan code tool such as sonarqube or codeql for PowerBuilder? Also, we will migrate soon to PB2022R3.
DwCompute() Annotation is not fetching the data
- How-to
- Last updated 4 months ago
- Francisco Martinez @Appeon replied 4 months ago
Hi,
I am facing an issue with the DwCompute() attribute which always returns a NULL value. Please help me out to get the computed value from that property instead of NULL value.
For now I am doing this task manually for every property in the...
RestClient.GetOauthtoken() returns -21
- How-to
- Last updated 4 months ago
- Logan Liu @Appeon replied 4 months ago
Hello
I got a ps-script that can get a token. When trying similar in PB 2022 it returns -5 "Failed to get token".
Code pasted in below.
Any suggestions are appreciated.
BR
Jesper
Modify command in a datawindow not works for background color
- Resolved
- Issue
- Last updated 4 months ago
- Miguel Leeuwe replied 4 months ago
I want to change background's column in a datawindow, i'm using Modify command with an if, but it not change
This is the command:
v_res = dw_dat2.Modify( "#" + trim( string( i ) ) + ".background.color='255 ~t if( integer(syn) = 1 , 255 , if( inte...
How to incorporate Crystal Report Viewer
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 months ago
Hi Guys and Girls,
I've made a (pretty chaotic, but maybe useful) presentation on how to get Crystal Reports working with powerbuilder:
1. Download the zip file and uncompress it: https://drive.google.com/file/d/12dCqtlXQZIJyyJ_sIWpfM4jHduvpu82z/vi...
How to configure the firewall?
- How-to
- Last updated 4 months ago
- Francisco Martinez @Appeon replied 4 months ago
Hi all
We have installed powerbuilder/powerserver on a virtual windows server and everything works fine so far. The app can also be deployed and accessed there. However, when I call up the http link from outside (in the related network zone), I get ...
Close a remote application from a PowerBuilder application
- How-to
- Last updated 4 months ago
- Francisco Martinez @Appeon replied 4 months ago
Good morning,In a TSE (Terminal Server Edition) environment I have an application developed in PowerBuilder 19R3 that must launch another application. To do this I use the ShellExecuteEx function with the struc_shellexecuteinfo structure.
I thus rec...
Why application ICON is not getting updated?
- Resolved
- Issue
- Last updated 4 months ago
- Francisco Martinez @Appeon replied 4 months ago
Hello,
Using PB 2022 R3 build 3356
We created one exe with one particular ICON [ set at Application - Additional Properties - Icon ] and copied the exe, pbds, PB runtimes into clients 'computers. When we created a shortcut for the application, the...
MicrosoftWebBrowser vs WebBrowser
- How-to
- Last updated 4 months ago
- Mark Goldsmith replied 4 months ago
Hello,
We go from MicrosoftWebBrowser (PB17) to WebBrowser (PB22).What will this code look like with new objects?
1. ls_value = ole_1.Object.Document.getElementByID('mmm').value
2. ole_ilink = ole_1.Object.Document.ActiveElement
3. ole_1.Object.D...
Select Error: ERROR [07006] [Sybase][ODBC Driver][SQL Anywhere]Cannot convert string to a integer
- Resolved
- Issue
- Last updated 4 months ago
- Ravi Kumar replied 4 months ago
Hi Team,
We just used PB2022 R3 to deploy one of our products on PowerServer. We are seeing odd problems with datatype conversion on one of the application's screens. I am only receiving the error in the Powerserver deployed app, even though it d...
Any plan to support NOSQL database in future version of PB
- Misc
- Last updated 4 months ago
- Sivaprakash BKR replied 4 months ago
Hello,
Is there any plan for Appeon to support anyone NOSQL database in future release of Powerbuilder? Somewhere in this forum I remember reading that there is such a plan.
Happiness AlwaysBKR Sivaprakash
Hello,
I want to attach an existing XML-file to an existing PDF.
At the moment I do the following and it works:
////////////////////////////////////////// PDFdocument lpdf_doc PDFattachment lpdf_attach lpdf_doc = CREATE PDFdocument lpdf_attach = ...
My app is not updating
- How-to
- Last updated 4 months ago
- Mario Francisco Celleri replied 4 months ago
Hi guys.
Does anyone know why when an application is pinned to the Windows taskbar it does not update; once an update has been released from development?
I have this issue.
I have a frame/sheets application. On one window (shown below), when I scroll down, I don't want anything past the light blue uo to move above the sheet title bar (white line).
I want it to behave /look like the second window shown - i.e.
...
What does below flag do in pb.ini, How it will affect psr files?
[PB]PBESCAPEMENTMODE=1
String(Message.LongParm,"address")... working theory in 64 bit PB 2022 R3
- Resolved
- How-to
- Last updated 4 months ago
- Roland Smith replied 4 months ago
Hi Folks
Environment : PB 2022 R3 64 bit
Here is the sample code snippet where the application crashed in 64 bit but not in the 32 bit
but if I change the variable type Long to LongPtr or LongLong , the application does not crash.
confusion is...
Does GitHub Copilot or Microsoft Copilot work with PowerBuilder?
Grid lines in grid dw disappear
- Issue
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
I have PB 2022 R3. I have a grid datawindow. When you click on the last row in the datawindow, the grid lines disappear. You can click up one row and they reappear. Click down and they disappear. Any suggestions as to what is causing this or how...
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