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. :)
DW no retrieve data with Thread was being aborted in PowerServer Error LOG
- Resolved
- Issue
- Last updated 6 years ago
- Kai Zhao @Appeon replied 6 years ago
Hello all,i have a working DW in client serverit takes around 15 minutes to finish in client serverwhen i run it in powerserver it finish with no data and no error in the browser but it get this in the errorlogi have changed all the timeout parameter...
PB 17.0 shows Error: Initialization File is not Writeable...on Startup
- Issue
- Last updated 6 years ago
- Richard Shakour replied 6 years ago
I just had to move PB to a new Computer after the hard drive crashed and am not getting an error message when starting PB which then shuts down PB.
I have already looked at the past article that states that this is caused by the pb.ini in the User s...
I have license PB Universal and i try generate key for offline activation, but see error.
You dont have mutliple license.How to activate PB 2019 beta with offline license ?!
Any way to hook into the PB Filter window?
- How-to
- Last updated 6 years ago
- Miguel Leeuwe replied 6 years ago
We use the built-in Filter window to allow users of our software to filter reports.
We have run into a problem where occasionally users somehow get curly quotes (like “this”) into filter expressions and then of course they don't work. One way that c...
Hi Guru
i try to send mail from Powerbuilder.
Where is the problem in my simple code ?
mailSession mSesmailReturnCode mRetmailMessage mMsg
mSes = create mailSession // Create a mail session
mRet = mSes.mailLogon(mailNewSession!) // Log on to th...
I am Encrypting the existing PHI data using SQL Server Symmetric Key and later I want to Decrypt the data in PowerBuilder using SymmetricDecrypt function. Is this Possible in PowerBuilder 2017 R3?
Is the Date Function Broken
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
In PB 2017 R3 1858 the Date ("string") function doesnt seem to recognise 4 digit years
In my case I have to conver strings like 31-Dec-2012 But Date("31-Dec-2012") returns 12/31/2020 (in US M/d/yyyy)
From what I can tell the Date function is onl...
Can not login to ASA DB after a Invalid Password Error PowerServer
- Resolved
- How-to
- Last updated 6 years ago
- Kai Zhao @Appeon replied 6 years ago
Hello all,
i have a PowerServer 2017 Sql Anywhere 2017 Applicacion
the DataSource use a
Dynamic Database Connection set to ON
Maximum Connection Pool Size: 1
when i connect with a correct use...
GO ON ...
With the call of CURL it works, now I would like to try using a post.
What am I doing wrong ? Posturl return: -1 -- General error-InternetResult ls_resultinet iinet_baseblob urldata string urlname long ll_ret string urlheader urlname =...
Alternative to Left-Aligned Toolbar
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
It appears PowerServer does not support a left-aligned toolbar. I could only get it to display on top.
What would be an acceptable alternative to a left-aligned toolbar menu?
Thanks
Joe Hess
Dear supporter:
As we deploy Powerbuilder application with SNC connection for SQLSERVER2017, few PC encountered error message below to indicated that the SNC not connected, as we download and installed SQLserver SNC driver 2008, and deploy t...
Error de API 18 subir apk para Android en googlePlay
- How-to
- Last updated 6 years ago
- David Castillo replied 6 years ago
Desarrollamos una aplicación en PowerBuilder 2017 R3, la compilamos el apk, y probamos en dispositivos android sin problemas, al publicar el apk en googlePlay depliega el siguiente mensaje:
"Error en la carga
En este momento, tu app está ori...
Webservice(s) & Userobject
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Good morning guru
I'm playing with webservice(s).
Question:
With the version of Pb that will be released in 2019, will it be possible to pass to ws a user object or we could pass only elementary data types?
(in the 2017r3 version it is not possib...
Hello PB developer friends,
I have Appeon PB 2017 installed on my Windows 10 laptop. I am trying to connect Oracle DB (12c). So created DB profile in both under 'O10 Oracle 10g' and 'ORA Oracle'. But I am getting 'ORA-12541: TNS: no listener' error...
Error Dysplay a Numeric(16,0) PowerServer SQL ANYWHERE
- Resolved
- How-to
- Last updated 6 years ago
- Kai Zhao @Appeon replied 6 years ago
Hello All,
I have a PB2007R3 PowerServer 2017 Applicacion
with SQL ANYWHERE
i have a table with a numeric(16,0)
with for example a value of 4338280003005454
when i run it from powerbuilder it dysplay ok
when i run it from PowerServer it dyspl...
The PowerServer multi-instance feature work on PowerServer PB edition but not PowerServer 2017
- Resolved
- How-to
- Last updated 6 years ago
- Kai Zhao @Appeon replied 6 years ago
Hello,
Understanding that the Appeon PowerServer programmers team is working to solve the PowerServer multi-instance feature issue on PowerServer 2017 version.
We installed the PowerServer R3 (PB edition) on our development server (WINDOWS...
C# Full fledged or restricted
- Misc
- Last updated 6 years ago
- Armeen Mazda @Appeon replied 6 years ago
Hello,
Will C# integration is a full fledged one, should we work on other IDEs also for features not supported by PB C# ? ie whatever we do with C# in VS, we think that all could be done in PB C#.
If not, any plan to make it a full fledged C# i...
Powerbuilder 2018 (Dec 31st Release) & Appeon U courses
- Resolved
- Misc
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hello everyone,
I'm a C# developer who has been looking towards the next release of PB for awhile now. I just have two questions.
According to this page at the bottom PB's planned release date is Q2 2019 :https://www.appeon.com/developers/roadmap
...
Application License Per User Software
- How-to
- Last updated 6 years ago
- Roland Smith replied 6 years ago
I'm looking for something that can be used for out commercial on premise apps exactly how Appeon Powerbuilder works for per user license.
Right now we have something per Mac Address (like old SAP) and need something better like the Appeon model wor...
Why am I able to send a simple email through sp_spend_dbmail on the SQL server but when I try to send the same code through Powerbuilder it does not work. For example, the following code works fine in ISQL
exec msdb.dbo.sp_send_dbmail@profile_na...
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