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. :)
How to get the query string in PowerSript
- Resolved
- How-to
- Last updated 5 years ago
- Olan Knight replied 5 years ago
Hi All,
Is it possible in PB to get the query string I'm going to execute from PowerScript with the bind variables replaced like in sqlpreview() event of datawindow? How?
Exemple.
Insert into table_test (columA, columnB) Values (:colA, :colB);...
Is there a way to recover some of the objects that are in a PBD file and get them back into a PBL? My company keeps the developer's checked out files on the C drive of each person's computer. They took my computer to upgrade to Windows 10 and when th...
Hi,
I need to access the json array, but I can't find a way to do that.
Array:
{ "department_array":[ { "name":"Website", "col1":"AAA", "col2":"AEI" }, { "name":"PowerBuilder", "col1":"B...
Hello PB users,
With Pb 2017 the busy windows' UI behavior is so different that the process seems to be crashing. It's something quite disturbing for our customers.
With PB 12.5 when a busy window can't respond, nothing appends, so it seems evident...
Is there a way to find out why, specifically, a data source is not found?
- Advice
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
We have two very similar programs, that are both running on Windows Server 2016. They are PowerBuilder 12.6 programs. Let’s call them A and B.
A runs very well, just like it did on the old Windows Server 2008 R2 system we copied it from. B can...
Is there a PowerBuilder DeCompiler available?
- Advice
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
We have some PowerBuilder (PB) code that we may have lost the source. We would like to know if anyone knows of a PB Decompiler that would help us reconstruct the code. The only PB Decompiler we have found so far on the Internet has been from a deve...
Docker Linux and ODBC connection
- Resolved
- How-to
- Last updated 5 years ago
- Olivier PAVLIN replied 5 years ago
Hi,
I am following this tutorial and I was abble to publish my web service to Docker.
https://docs.appeon.com/appeon_online_help/snapdevelop2019r2beta/Publishing_a_Project_with_Docker.html
But I have a question about database driver, I am using...
Migration from 8 to 19 - data type errors
- Resolved
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
New to PB 19.
Migrating an app from PB 8 to PB 19. I have a short list of errors. Two at least appear to be PB related and not coding issues -
pfcmain.pbl(pfc_n_trp).2: Error C0001: Illegal data type: transportpfemain.pbl(n_trp).2: Error C0001: Il...
Okay - I am not sure why this is happening, but I need to understand.
When I execute the application via the IDE the SQLCA.dbparm = "DataSource='**************',TrustedConnection=1,Namespace='System.Data.SqlClient',Database='*******',CommandTimeout=...
Generate XML from Structured Data
- How-to
- Last updated 5 years ago
- Mark Lee @Appeon replied 5 years ago
Since the support of webservice component had end in the PowerBuilder we have to change the strategy to transform and generate the xml.I have been reading about the PBDOM for the XML parsing and this works well, But how about the generation of the XM...
I am developing an application where I need to show the user all the images associated to a particular inspection. I want these images to be grouped and displayed from left to right just like File Explorer does.
I would have thought PB would have t...
Setting up an Oracle 9i connection in PB 2019
- Resolved
- How-to
- Last updated 5 years ago
- Kelly Amott replied 5 years ago
New to PowerBuilder 2019. I have two PB 8 apps that I will be migrating. Found the hard way that I have to have a DB connection for a full migration. I am attempting to set up a database profile but need guidance on the server connection parameters. ...
How to read mails from a specific folder in outlook
- How-to
- Last updated 5 years ago
- Roland Smith replied 5 years ago
Hi Team,
How to read mails from specific user created folder in outlook?
Using the below logic to connect outlook from PowerBuilder:
nvo_outlook.connecttonewobject("outlook.application")
nvo_outlook.Activeexplorer()
Upload documents in Powerbuilder web app
- Resolved
- How-to
- Last updated 5 years ago
- mathews rutto replied 5 years ago
Hi There,
I need help on how do i upload a document into my powerbuilder web app running on powerserver.
The document can be any format e.g pdf, word, jpf, png etc
User can also retrieve.
Thank you in advance.
Hi,
I have the following code lines.
iole_OLE = CREATE OleObject
result = iole_OLE.ConnectToObject(filename,"excel.chart")
it has been working correctly but since a few days the ConnectToObhect returns a -2, Class name not found.
The a...
pbdwe170.dll failing after Windows upgrade
- Issue
- Last updated 5 years ago
- Ken Guo @Appeon replied 5 years ago
We are currently experiencing a dll failure issue after upgrading from Windows 2008 R2 to Windows 2012 R2 with the pbdwe170.dll.
Looking at some docs, it appears this dll is related to database access. Below is the screenshot from the event log.
C...
Has anyone been able to use the PBDOM_Element.GetChildElement method successfully in PB2017? I'm using PB2017 R2 currently, won't be migrating to 2019 until R2 is GA. Anyway, I have an element with 5 sub elements. I'm able to get all of the sub el...
Do I have to replace my SOAP Connection webservice in PB2019?
- Resolved
- How-to
- Last updated 5 years ago
- Kevin Ridley replied 5 years ago
We are having a SOAP Connection build in PB12.5 for a webservice but in PB2019 its not getting connected giving error, what should I need to do?
Increase in column size of datawindow
- Resolved
- Issue
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
Hello,
Using PB 2017 R3, Postgresql 11.6
By using the query
Select a.itemcode as code, a.value as value, a.itemname as name, a.version as versionFrom tablex aUnion All
Select '' as codem, 0 as value, b.name as name, '001' as versionFrom tabley ...
2 Separate PB apps talking to each other
- How-to
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
I am trying to connect two separate PB Classic applications.
One is installed locally on my computer and the other is on a remote web based server.
I want to call a function from the local PB application in the Remote PB Application and pass argume...
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