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,
We are working on implementing a process to handle the Session Timeout. We got a few unexpected "Session expired". Therefore, we want to clarify what means Session Timeout. Is the session timeout the time idle and it resets when the ...
We had installed in our machines PowerBuilder R3 1880, PowerServer R3 1880, and PowerServer Toolkit R3 1880. Also, we had installed PowerServer R3 1858 in our test and production server (this is the latest version for TESTING FOR WORKGROUP).
We noti...
Powerbuilder 5 connecting to Oracle 8i and migrating to PB 12.5
- Resolved
- Advice
- Last updated 5 years ago
- Roland Smith replied 5 years ago
Hi all,
I have two tasks at hand for which I need your input and/or advice:
1 - I have an application that was built in Powerbuilder 5/32 bit. (Yes, PB 5) with a back-end of Oracle 8i/32bit database. In the PB IDE database DB painter, I got drivers...
How use a NAtivePDf! in a Ole Object
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi,
Can you help about a how i can print a ole object using a NativePDF! , i am using the ole object for use a PDF viewer , and the i need print it with a distiller PDF like NativePDF.
Can you you help me please?
Thanks
Tabs with GIF images black background
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
I just converted a PB12.5 app to PB2019 and there's an issue with GIF images on tabs (not on a tab page, on the tab next to the text).
GIFs have transparent pixels showing as black. PNGs work fine. IDE shows them fine, but running from IDE or Compil...
DW_1.Importfile for ; separated CSV file
- How-to
- Last updated 5 years ago
- Olan Knight replied 5 years ago
Hi guys,
we have a CSV input file where the different columns are delimited by the ; sign ( not the comma, not a TAB ) it is ; sign.
dw_1.ImportFile fails when the ; sign is the delimiter , i read in the help that only commas , tabs are recog...
how to disable null value in Dw arguments
- Issue
- Last updated 5 years ago
- Kevin Ridley replied 5 years ago
Dear Appeon:
We recently encountered a strange request that old datawindow (under pb10) not allow empty value, empty value will prompt error; but in new PB version, null value is allowed, but this seems not fit our customer's request, have yo...
Hi ,
I am trying to use ws . the deployment worked fine . but when i am trying to run one of the functions i am getting an error :
client found response content type of text\html but expected text\xml/
what does it means?
u...
Hi All
I have migrated our application from PowerBuilder 7.0 to Appeon PowerBuilder 2019.
Currently i am having an issue where i m not getting values for returntype values having typedefinition datatype for scriptdefinition object.
for example:
/...
PB application invoked from a .net application - any incompatibility?
- How-to
- Last updated 5 years ago
- Jeffrey Alonzo replied 5 years ago
Hi Everyone,
We have a PB application (upgraded to PB2017R3) that's being invoked in a .net app(this is a desktop app) to perform backend processing. The .net app however, it crashes and needs to be restarted everytime. The .net app has been mig...
OpenSheetInTabGroup - move tabs to top?
- How-to
- Last updated 5 years ago
- Tobias Roth replied 5 years ago
Hello, we are trying to implement a Dockable application using tabbed windows. I was able to successfully use OpenSheetInTabGroup() to do this, however the tabs seem to default to the bottom of the window. Any ideas how to move the tabs to the top of...
Hello,
We are trying to run PowerBuilder 2017R on Windows 2016 using Oracle 12.2.0.1 (64 bit) ODBC driver to connect to Oracle DB. The error which we are getting is IM014. Is PB 2017R still considered as a 32 bit application?
How we can run PB ...
Can we use Dll's created in VC98 in Appeon PowerBuilder 2019?
- How-to
- Last updated 5 years ago
- Prasanth Kalivarapu replied 5 years ago
Hi All
Migrating PowerBuilder application developed in 7.0 to appeon PowerBuilder 2019. I am having trouble with Dll's declared and used in external variables by having a reference to a DLL developed in VC98 using C++ language.
What are the steps ...
hello community
How do I enable GIT sin SnapObject?
thank you
Gimmy
OracleCommandBuilder Class
ConflictOption →
OracleCommandBuilder Class
ConflictOption → ConflictOption {get; set;} Exceptions NotSupportedException - This property is not supported. Remarks This {get; set;} Exceptions NotSupportedException - This...
Max screen resolution for PB12 apps in Win 10?
- Advice
- Last updated 5 years ago
- Ken Guo @Appeon replied 5 years ago
Hi guys,
We have a legacy app in PB12.1 build 6639. One of our clients downloaded the latest version of the app to their test environment, and found that the app crashed randomly when running from a Citrix install on a Windows 10 machine. However, t...
Flat Style in Web browsers not IWA
- How-to
- Last updated 5 years ago
- Juan Pedro Sanz Diez replied 5 years ago
Hello.
We are continue checking the IWA software. We have seen that in web browsers (Chrome, Edge, etc), the graphic style is, somehow, modern flat. But in IWA Browsers still has the old 3D graphic style. (I show you it in the attached files)
Sinc...
Multi Tenant Set up PowerBuilder/Oracle
- Resolved
- How-to
- Last updated 5 years ago
- Kai Zhao @Appeon replied 5 years ago
Hi All;
I will be setting up an Appeon Multi tenant application where our application with be a Saas. We are using PB 2017 R3 Build 1858 (and AEM of same version), Oracle 12g to provide this service.
Is there a guild line on how to allow multi db c...
Query in Sybase ASE 15.7 for Powerbuilder 2017
- How-to
- Last updated 5 years ago
- James Beck replied 5 years ago
Hi Team,
We have Sybase ASE 15.7 version. Will it be supported by Powerbuilder 2017? And please let me know what do you mean by using ODBC. Do I require to install Sybase ODBC --> open client on my machine to get the connection to my DB server?
Al...
Step over,single step doent work with exceptions in the debugger
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi,
If you debug an application and an exception occurs anywhere, the you programm immediately continues.It doesnt matter if the exception was caught.
Take for example these three functions:
baz(){
throw create RuntimeError
}
bar(){ long...
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