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. :)
Dynamic DW, table name prefix to be removed
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hello,
We create dynamic dw, passing required sql statements, using SyntaxFromSQL. The issue is whenever there are two or more tables involved (Join), we get the table name prefixed to the columns of the field. We don't want this prefix.
Is th...
error ORA-01741 calling PLSQL ORACLE function from PB 12.5
- Issue
- Last updated 6 years ago
- Luca Militello replied 6 years ago
Hi,
an error occurs while calling Oracle PLSQL functions using Powerbuilder 12.5.
This is one of the function call:
trans_crcc.cl_fun_esiste_sosp(al_id_anag_rem,ls_codct)
trans_crcc is an transaction object connected to DB with no problems
al_i...
Save as PDF only works on developer station
- How-to
- Last updated 6 years ago
- Louis Arena replied 6 years ago
I have a problem saving datawindows to PDF but only for the clients. I am able to save as a PDF in the developer workstation. When I compile and distribute the code the clients go through the motions but the file is never saved. I have created the...
Error Calling a WS SOAP
- Resolved
- Issue
- Last updated 6 years ago
- Andres Slachevsky replied 6 years ago
Hello All,Need help calling a Webservice
I have this endpoint
http://efxpywsdev.informconf.com.py/Services/PDFServicePriv.svc?wsdl
i can create the proxy object with no problem
when i call any method in the WS it fails with the message:
no se ...
Hi.
Currently we have all of our sourcecode (C# and so on) in Azure DevOps.
I've added a project for the PowerBuilder application, and now I want to push the source from Appeon PowerBuilder 2017 R3.
In the dialog for Git, I enter the url for th...
PBNI Marshaler Extensions sample application code missing?
- How-to
- Last updated 6 years ago
- Mark Lee @Appeon replied 6 years ago
Hello Team,
I am trying to learn how to create a PBNI Marshaler extension. The PBNI Programmers Guide and Reference document points to the https://www.appeon.com/developers/library/code-samples-for-pb site for a sample application. Neither the Categ...
PB 17R3 Git push or pull now fail with 'server certificate invalid' error.
- Issue
- Last updated 6 years ago
- Tom Jiang @Appeon replied 6 years ago
Git integration with bitbucket cloud running on Windows Server pre R2 worked fine until December. Bitbucket then started enforcing use of TLS1.2. Since then 'push' or 'pull' fail with 'server certificate invalid' error. Surprisingly, Tortoise Git al...
SAVE XML document without
- Resolved
- How-to
- Last updated 6 years ago
- luigi venegoni replied 6 years ago
i'm using pbdom in powerbuilder 11.5 to generate a xml from a string, the problem is when i save the string (pbdom_doc.SaveDocument("c:\example\example.xml") ) the empty labels doesnt have the required format, this is for a third party and they dont...
PowerBuilder 2017 R2 does not connect to TortoiseSVN in Windows 10 VDI
- How-to
- Last updated 6 years ago
- Tom Jiang @Appeon replied 6 years ago
I was able to work with PowerBuilder 2017 R2 and TortoiseSVN for source control for past one year in Windows 7 VDI.
We recently moved to Windows 10 VDI and I installed PowerBuilder 2017 R2 but the TortoiseSVN does not even show in the dropdown when ...
Run a String (Similar to dw evaluate/Exec Immediate for sql)
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
I would like to store "rules' in a database column so that I can retrieve the rule and run it. The rule can contain a combination of static text and function calls I would like to run.
Example:
following info would be in a database column.
"Get so...
Error trying to deploy web app
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Getting the following error when trying to deploy to our Web Server. Anyone know what the following error could be? I am able to connect to the web, powerserver and AEM. I am running PB2017 R1.
Thanks, Dave V.
OLE ADSDSOObject LDAP/AD Query Intermittently Returns Empty Value
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Has anyone experienced any intermittent behavior with OLEObject, specifically Microsoft's ADSDSOObject (Microsoft OLE DB Provider for Microsoft Active Directory Service)?
We are using this as part of our Login routine, and the application in PB 2017...
Offline license hardware failure
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi,
We are using PB 2017 with offline licenses on machines without an internet connection.
According to the terms of the Appeon License User Guide, an offline license can only be released if properly disabled, so it is essential to back up all loca...
Git integration with PB: API or other access to workspace Refresh and Git Commit?
- Advice
- Last updated 6 years ago
- Luke Chase replied 6 years ago
We've purchased 13 licenses for PB 2017 R3 for our developers and are planning to use Git going forward. We have not migrated our applications from 12.5 to 17 R3 yet until our Git process has been refined and further developed.
I've developed an ext...
How do you remove blank lines from dropdown list box
- How-to
- Last updated 6 years ago
- Kevin Ridley replied 6 years ago
I defined a dropdown list in the datawindow painter.
I accidently added a few lines at the bottom of the list. I don't want them, but I can't figure out how to delete or remove them.
DETAILS/EXPLANATION: I was entering the lines in the dropdown...
Git Repository when Workspace is not in Root and other problems
- Issue
- Last updated 6 years ago
- Jeff Raymond replied 6 years ago
Hi
I have couple of questions and problems with the new source control implementation. We use PB in project with other languages and the workspace is often located in a subfolder in the git repository.
As the text editor lookup up when adding...
Windows Server 2016 install problem
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
After installing the PB2017 runtime kit and our application, running the app produces the error:
The application was unable to start correctly (0xc000007b).
I installed the same two kits on a Win 10 machine and it worked fine.
is it required powerserver to make web powerbuilder app??
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
My app was developed by PB 11.5 - it is client/server app
I want this app to be web app (running from browser (IE, Firefox Or Chrome)
what is I need
appeon Powrbuilder (which version)with cost 700$ to 1200$ per year
is it is required to je...
I was thinking about the new feature where you can generate C# code from a DataWindow object.
Will there also be an NVO to C# generator? PB 12.5 that I use now has a .Net Assembly wizard but it doesn't really allow for seeing the code.
Appeon Deployment Wizard
- Resolved
- How-to
- Last updated 6 years ago
- Juan Alejandro Lam López replied 6 years ago
Hi PB Pros
This may be a dumb question but I need to know how.
I can't find Appeon Developer (or the setup.exe) in my purchased and registered installed PB 2017 R3 folders on Windows 10.
I have the R3 running just find. I need to research how to d...
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