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. :)
Hello,
We encountered some random crashes in our application with PB2019r2.Now we are considering turning back the version.
Is there a simple sollution to downgrade from pb2019r2 to pb2019r0 without loosing all user settings?
best regards St...
Resize Event at PB 2019 does not fire
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi All,
We are facing an astonishing issue with PB2019 32bit due to missing resizing see correctlayout.png and wronglayout.png .
At Windows Server 2016 (via RDP) and under Citrix Xen/xp 6.5 (independent from OS) the resize event is not fired for a ...
Power builder migration from PB5 to 2019
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi tea,
I am having an application that is developed in PB5 using PB7 libraries. I am trying to convert this applications to 2019. As of now I am using trail version to check the feasibility. Could you please help me understand how feasible this con...
Hi Guys m deploying to a brand new windows machine a pb2017r2 exe using ADO.NET.
Dot Net 4.5 is installed
I have run the msi installer generated by the package installer and copied over my exe and Im getting the following error:
Sybase.Power...
AEM Backup/Restore question
- Resolved
- Misc
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
If I restore the data sources from a backup created via AEM, will I lose data sources which were added after the backup?
Thanks
Does Appeon do Progressive Web Apps (PWAs) or Something Similar
- Resolved
- Advice
- Last updated 4 years ago
- Ronnie Payton replied 4 years ago
Can you create PWAs with Appeon tools or do you accomplish similar outcome with Appeon differently? What are the Pros and Cons of using a PWA?
We are planning a basic application to collect data and save to an SAP ASE database. The application wo...
4 Different application objects for same code base
- How-to
- Last updated 4 years ago
- Daniel Mullings replied 4 years ago
Good day PB Gurus,
I have an old pfc application, currently migrated to PB2017 R3 and PB2019 R2 Build 2328. All the code is the same except for the application object, but I have it split up in 4 different folder structures, dev, test, stage, prod....
How to change location of TFS source control server in PowerBuilder?
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
We are using PowerBuilder 12.5 with Team Foundation Server MSSCCI provider as source control. Now we installed the Team Foundation Server on another server computer. In Team Explorer I added the new location, but in PowerBuilder still see the old( fo...
Limit the number of columns exported with dw.ExportJson()
- Resolved
- How-to
- Last updated 4 years ago
- Yiannis Papadomichelakis replied 4 years ago
Hi PBers.....!
I recently tested / used the dw.ExportJson() combined with JSONPackage and I am starting to feel that it's time to move on, from restful XML services to JSON.
What worries me is that I didn't find any way to limit the data exported ...
When i try to translate object give capacity error and i try translate function by function , but one function
give error - Before performing this operation you must place the cursor in the declaration of a function, event, variable , struct or obj...
Unable to login - getting "Cannot find a valid license"
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi guys:
My team mate is getting an error message while trying to log in when started PowerBuilder 2017 R3 for the first time.
He is not able to login - getting "Cannot find a valid license".
https://account.appeon.com/license-management/pb
sho...
hello Guru
I am implementing the dynamic addition of PBL to my running program.
In particular, I add 3 libraries in one shot.
[code]
ls_ = GetLibraryList ( )
ls_temp = ls_pbl+","+ls_
li = Setlibrarylist(ls_temp)
[end code]
This is the r...
PowerServer Recognizing File Server Directories
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
I have script in my Client/Server-turn-Web/Mobile application to 'see' directories on any file servers that are in our company's network. The app worked great in 2017 R3
Onto 2019 R2.
I understand that some of PowerBuilder File Functions are u...
CloudPro vs UNC (\\servername\folder\folder\...)
- Resolved
- How-to
- Last updated 4 years ago
- CJ Lai replied 4 years ago
Hi
If an application in CloudPro is not reading/writing files from/to an UNC based path, what is the most cost-effective way to work around it? I would appreciate it if someone could show me (or point me to) some basic know-how of how to go about it...
RTE- InputFieldGetData not returning/storing correct data value.
- Issue
- Last updated 4 years ago
- Danish Ahamed LiakathAli replied 4 years ago
Hi,
I have migrated our application from PB 10.2 and to 2019 R2 Build 2323 and getting multiple issues in RTE control with the new version. I am trying to fix each issue.
I found an issue in getting the InputFieldGetData option. I have insert...
Setting Value to specific C# DataStore buffer
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
We are converting our PowerBuilder code to C# and we are not quite sure how to translate the following PowerBuilder code in C#.
doArticle.object.data.Delete.Current[1, 1] = il_null
Can't seem to find a way to modify data in any buffer except primar...
HttpClient POST methods and gZip compression
- Resolved
- How-to
- Last updated 4 years ago
- Yiannis Papadomichelakis replied 4 years ago
Hi all
I have a small IIS service that has several GET methods and some (in progress) PUT/POST methods.
All my requests have Accept-Encoding: gzip on the header, as pb documentation recommends. This works great on GET methods, however, when I use P...
PB2017R3 and Git support limitations - Advise please
- Resolved
- How-to
- Last updated 4 years ago
- Ganesan Rajan replied 4 years ago
Hi,
I am trying to understand how Git will suite as SCM for our product(currently in Pb2017R3). So I am doing a PoC to check its feasibility.
Can you kindly answer these questions?
1) If an object is modified in a PBL, the PBL goes unsync even aft...
Issue with MailSession object (send mail using MAPI)
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
It seems there is an issue with the MailSession object and a specific version of Office365 Outlook (Semi Annual Channel Version 1908 (Build 11929.20776) 32 bit).
The Microsoft Outlook dialog (A program is trying to send an email message on your beha...
Export DW from EXE to PBL
- Resolved
- How-to
- Last updated 4 years ago
- ATK Gimmy Susan replied 4 years ago
Hi communityIs there a way to export Datawindows to a PBL directly from the compiled EXE program (not from source ide)?
The idea is that the user personalizes (*) the datawindows and then save it on a pbl at the top of the list of libraries.
* Enla...
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