Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 7 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. :)
RESOLVED: Installing SySAM on Windows 10?
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
My boss is trying to install SySAM on his new Windows 10 VM.
Are there known issues with that? Trick or tips? Hints? Clues? Treasure maps to success?
Thanks,.
Olan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This issue has been resolved...
How to save the file to ANSI format in the File Editor?
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
When I save the file, the File Editor/Database ISQL Session save unicode format.
How can I save the file ANSI format?
Thank you in advance,
Hiroshi
Im in the process of migrating several applications from PB 10.5 to 2017. Migration is complete, and I am building test builds.
Ive started getting a message during build:
A Full build is required to be compatible with the source code. Do the ...
Anywhere to upload sample code?
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Id like to upload some sample code somewhere. I hope it may be useful for others. Anyone have any ideas on the best place to upload code, and where to announce it? Is Appeon likely to provide such a feature one day?
Thanks!
SOLVED: How to integrate SVN with PowerBuilder
- Resolved
- Issue
- Last updated 7 years ago
- Eduardo G. replied 7 years ago
FYI -
I have created an article that explains how to integrate PowerBuilder with the Subversion source control product.
The file is named "SVN with PowerBuilder - Single User.pdf".
The file is 1.1 MB in size and can be downloaded...
PB No Longer showing Database Columns
- Issue
- Last updated 7 years ago
- Dominick Levi replied 7 years ago
Recently our database server was upgraded and although PowerBuilder runs fine, when I click design, data source for a datawindow I get the following error.
"Table "csd_currentenrollmentcount" has no columns; possible invalid table format.
Please ...
About AutoCompile (pbc170).
- Resolved
- Issue
- Last updated 7 years ago
- Miguel Leeuwee replied 7 years ago
Hi to everyone.
I was testing the autocompile in powerbuilder 2017. Ive seen also a bug submitted by Bruce Armstrong 14 July, 2017.
One thing that isnt really clear to me is if the DEBUG symbol is enabled or not. Nothing mentioned in the docume...
Is PBVM mandatory to run the application exe or DLLs will do the work?
- Issue
- Last updated 7 years ago
- Roland Smith replied 7 years ago
Hi,
I have migrated an application from PB12.5 to PB2017. I built the 64 bit exe and during testing it is crashing with no identified pattern. We are using same development machine to test the 64 bit exe so the need of PBVM was out of question. Bu...
About active support tickets.
- Resolved
- Issue
- Last updated 7 years ago
- Govinda Lopez @Appeon replied 7 years ago
Hi to everyone.
I have a question about the bug submission system appeon provided us. Is there any way to mark an active bug that it is affect us? I believe that a bug should be delcared only once, but anyone who is affected by that one, should al...
PB12.5.2 .NET Runtime Error - Please Help!!!!
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Hello,
I have a small PB .NET application which is failing randomly with the following error logged in the Event Viewer of the Server. Can anyone help me analyze what could have caused this?
I have logs writing from the application at the very...
PB 12.5.2 Web Service Proxy Objects And TLS2.0
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
We have a webservice (Developed in C#) for Authorize.net. From the Powerbuilder we are generating Web Service Proxy Objects. Everything seems to have worked till now since Authorize.net was using TLS 1.0. After the authorize.net Upgraded to TLS 1.2 ,...
Migrate from PB12.6 to PB2017 - Issue with PBNISMTP
- Resolved
- Issue
- Last updated 7 years ago
- Roland Smith replied 7 years ago
Greetings All,
Previously posted this about a month ago.
We recently upgraded to PB2017 from PB12.6. We are having issues with pbnismtp.
I created a new library and imported the pbnismtp126.pbx file and compiled a pbd. I added the new pbd an...
Appeon Web handling of OLEObject errors
- Issue
- Last updated 7 years ago
- Appeon Support Team replied 7 years ago
As I understand it, none of the traditional PB methods of catching and handling OLEObject errors are available in Appeon Web, like try/catch blocks, the ExternalException event, and the SystemError event.
I understand that Appeon Web does its own ...
Standalone mobile application & Powerserver connection
- Resolved
- Issue
- Last updated 7 years ago
- Appeon Support Team replied 7 years ago
I do not remember the answer. can i use a powerbuilder mobile application without having to connect to the Powerserver mobile 2017 ?
I have to create a standalone application ( for example a calculator ).
Ty for answer.
Gimmy
...
What static code analysis tools will PowerBuilder work with? My company currently uses SonarQube.
SOLVED: How to create license files for pre-2017 PowerBuilder
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
FYI -
I have created an article that explains how to create license files for versions of PowerBuilder that pre-date Appeobns PB2017.
There are three sections in the article:
1. How to create license files for pre-2017 PowerBuil...
Datawindow Select All/Select None checkbox
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
For datawindow checkbox column I want to create a checkbox in the header area to check (select) all or none. It appears that the only way to implement that is to alter SQL and define extra column. Is there better alternative to it? If not, can it be ...
Hello,
I created a few editstyles as extended attributes in the database painter. A lot of DWs in my app use these editstyles. I need to update one of the editstyles. How do I get all of the DWs to update automatically?
Thanks.
PowerServer as PB NVO Web Service server ?
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Hi PowerSphere,
Can I use PowerServer to host Common Web Services (applications) written in PowerBuilder ?
Even Web Services has been around for a decade or so - it seems unuseable (i.e. lacking basic functionality)
Especially when using P...
Cookies with Datawindow WS Connection
- Issue
- Last updated 7 years ago
- Govinda Lopez @Appeon replied 7 years ago
Hi PowerSphere ,
How can I add Cookie information ( like session id etc ) when using the Datawindow Web Service object ?
TIA
Georgios
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