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. :)
RegistryGet() in PB2019R2 shows invalid result
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Update: After searching the Registry for duplicate entries, I found this: Computer\HKEY_CLASSES_ROOT\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\CSGI\ICABS4_5 I deleted this entry manually, and then the RegistryGet () function worked correctly. ...
How to update PB after SVN Server Change
- Resolved
- How-to
- Last updated 4 years ago
- Markus Eckert replied 4 years ago
My organization is moving our subversion from one server to another. Our PB2019 desktops are configured to look at the old server. I tried updating every instance i could find in the registry to the new server name but the source control tab on the w...
HiI uploaded an application generated to testflight with power server 2019 and xcode10.I upload the build version 1.8 on 28/08/2019, that version was accepted and dont sent me a message error but when I uploaded the version 1.9 and 2.0 on 29/08/2019 ...
Escapement property and wrapping / printing issue
- Resolved
- Issue
- Last updated 4 years ago
- Chris Stewart replied 4 years ago
I have an PB app that I am using metadata and modify to move columns and text around. I am having two issues that I think I can work around if I can figure out one of two approaches.
1 - when I use the font.escapement property to rotate a colu...
Accessing COM port from datawindow
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all,
We are using Power Builder 2017 R3 Build 1858.
Has anyone accessed the com port from a datawindow. I would like to access the com port and collect the weighment values sent to the com port from the weighment software.
Any sample codes wou...
Obsolete Application Entries in AEM
- Resolved
- How-to
- Last updated 4 years ago
- CJ Lai replied 4 years ago
Hi All
(screenshot attached) How do I get rid of those application (and transaction) entries in AEM that are no longer valid (in my case)?
Thanks!
Have not found any syntax/code yet on how to zoom a richedit text control. Does anyone know or have a workaround?
Is there a zoom coding option? Issue when I place the richtext control on the window the typeable part of the control is on the le...
Question about themes and classes
- How-to
- Last updated 4 years ago
- Ken Guo @Appeon replied 4 years ago
Hi,
We'll soon migrate our application from PB17R3 to PB19R2.
I'm currently testing the themes feature because we'd like to implement it.
First thing I tried is having different color for buttons, this is just an exemple, I'll have the same pro...
How to save a MailMessage Object to the file system
- Resolved
- How-to
- Last updated 4 years ago
- Sverre Tvedt replied 4 years ago
Preferably, I would like to save it to an eml/msg file after it has been sent. I can probably get the message using mailReadMessage to get it into a mailMessage object with the proper ID.
But I can't find a way to save it to a disk file.
PB 2019 and Informix Database Connection
- Resolved
- How-to
- Last updated 4 years ago
- Jeff Nesler replied 4 years ago
Hello,
Environment info:Powerbuilder 2019 R2 Build 2353Database: Informix 12.10.FC13 running on Linux serverInformix client: 4.10.TC14 (32 bit) and 4.10.FC12W1 (64 bit)PB App and Informix Client running on Windows 2008 Server R2 (Service Pack 1)
ED...
I have a default printer in Windows. In my application, when the print dialog box displays I select a different printer but the datawindow still prints to the Windows default printer. I have to close my application, change the Windows default printe...
Transaction Object and Data Source in Web Deployment
- Resolved
- How-to
- Last updated 4 years ago
- CJ Lai replied 4 years ago
All
I am a bit confused and don't seem to have a good way to solve this. I hope you may be able to help.
What's troubling me is how I can set up a deployment profile with one transaction object to have two different data sources?
I have to use the...
Hi Everyone
I need to implement in my PB 2019 R2 if there is a debugger reviewing my application. I read about IsDebuggerPresent from the windows API.
Can you please help on how I need to declare that function in PB2019.
I suppose i need to dec...
Appcrash after migration to PB2019R2
- Issue
- Last updated 4 years ago
- Ricardo Jasso replied 4 years ago
Hello:
We have a problem with an application (named GPS) since the migration from PB12.6 to PB2019 R2In a concrete scenario, the app crashes with the following message:
GPS.exe has stopped working
In the details of the message:Problem Event Name: ...
We recently moved from PB 12.5 to PB 2019 GA.
We noticed that the database painter is adding dbalias to the datawindow source as below:
name=id_num dbname="trans_hist.id_num" dbalias=".id_num" )
I went back to the PB 12.5 and I see it a lot there....
StaticBind=0, SQL Bit Columns returning -1 instead of 1
- Issue
- Last updated 5 years ago
- Berka Frenfert replied 4 years ago
Our original product used PowerBuilder 9.0.3. We are now required to use SQL Server Native Client 11.0.
For now, we are testing with the PowerBuilder 2019 (trial version) for our application; while we wait on the final purchase of PowerBuilder 2019...
Datawindow Height not sizing correctly on window when using inheritance
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I have a base window object w_parent that includes datawindow control dw_1. I create a new window w_child that inherits from w_parent. On w_child I assign datawindow object d_customer to datawindow control dw_1. Also on w_child I insert a new data...
Issues with Orcascr190 crashing
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I am currently experiencing an issue with an application that I have that was recently migrated to PB 2019. When calling the orcascript with orcascr190.exe the application will crash listing the faulting module as MSVCR100.dll. The same orcascript ...
PowerBuilder Code Audit Software
- Advice
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
We have a medical records application built on PowerBuilder Platform 2017. We need to do a code audit on the application and the database to makes sure it meets all the regulatory requirements, including HIPPA, there are not security vulnerabili...
Hi
I am hoping someone would know why this is happening.
This is the setup
I have the CloudPro IDE with PowerServer installed. (This is all local)
Also, I run the app as IWA.
- There are several (user-defined) function calls in a button's clicke...
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