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. :)
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...
mailsession object does not work
- Resolved
- Issue
- Last updated 5 years ago
- Sverre Tvedt replied 4 years ago
PB 2017 R3
What am I doing wrong here:
long ll_handle , ll integer i, li_countinteger li_ole_resultmailreturncode li_ret_mailli_ret_mail = iole_mail.maillogon("Outlook","")if li_ret_mail <> mailreturnsuccess! then
// never happens return -...
I have PB 2019 R2, I am trying to do as instructed https://docs.appeon.com/pb2019r2/pbug/ch20s03.html#Saving_as_PDF_using_xslfo and I get following error:
---------------------------Preview - dw_test---------------------------Save Rows As failed.jav...
in XML template how to remove automatically empty elements ?
Thanks
Hi
I have a powerbuilder application where I use Microsoft Web Browser in OLE custom control. It uses IE 11.
The problem now is that the website I need to open there is not compatible with IE anymore. Is it possible to use Edge if I migrate my OS t...
DLL UNKNOWN ERROR 1st VISIT - EXTERNAL FILE DEPLOYED
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello,
We have a web application that uses a dll for displaying graphs in our reporting module. Before I deploy to Power Server, I have made sure to include the dll as an external file to be deployed under the Power Server Toolkit Configurations fo...
having a problem with selecttab
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
il_selected_tab = this.SelectedTab this statement does not return the tab page when program is compiled. It does in the IDE.
I have tried my best all day to diagnose this. It does not throw a bad return code. This is a normal tab object on a ...
Did new versions of PowerBuilder change access to network drives?
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
We're currently working to migrate a bunch of apps to PowerBuilder 2019R2 from 12.5.2.
We have resource files that reference a network drive, which references a file share mapped to each developers' machine as a drive letter. When deploying apps...
Datawindow Questions
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I have two questions:
- I have a new datawindow control/object. The Row Selection Service is turned on, but I don't want rows to be highlighted. I've done some research, but haven't found how to do this.
- Can individual datawindow row's height b...
Report printing blank pages.
- Advice
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
I have a 2 page report but when I print it, it prints 4 pages with 2 blank pages in between.
I am sure that the text, line etc are fitted in each page and no overlapping. Can you advise
what causing this? I am using Infomaker 2017.
Thanks
...
Where I work and have worked we connect to Microsoft Word using ole. We cannot run two PB apps at the same time that startup Word using OLE because the Powerbuilder applications hang. Why is that? It seems to work for a while but eventually they hang...
TLS 1.2 when using SNC SQL Native Client(OLE DB) as DBMS for transaction
- Resolved
- How-to
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
I'm running PowerBuilder 2017 R3. We're looking to switch our database to require TLS 1.2. We're connection to a SQL Server with a DBMS of SNC SQL Native Client(OLE DB) and provider of SQLNCLI11. Using a transaction I am setting the parameters for t...
dw1.Object.DataWindow.Data.XML
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
We are using below statement for creating XML and passing this string to Oracle DB, however few of our customers who are on older version of Powerbuilder (less than PB 12.5)have reported issues with regards to data not saved, root cause was String XM...
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