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. :)
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...
Offline activation cannot find a valid license
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi folks,
We're trying to activate PowerBuilder offline on some VMs that don't have access to the Internet.
Trying the offline activation (generate a client request / copy to clipboard and so on). In a machine with Internet access, accessing the...
Treeview performance in Powerbuilder 2019
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I just migrated an application from Powerbuilder 6.5 to Powerbuilder 2019 R1. This application uses a treeview control which loads in about 18000 records from a datawindow.
I noticed that it loads pretty quick in the old application ( around 6 secs...
Appeon PowerBuilder R2 build 2328
MSSQL 2008
Hi All.
I have newer work with something this before, so any help/directions will be greatly appreciated.
So, i got a package, please see attached: ATGCommonLib.dll.rar
I did modify ATGCommonLib.dll.c...
CloudPro / PowerServer Deploy and Run
- Resolved
- Misc
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
A couple of questions that I have encountered during the Deploy and Run in PB 2019 R2 / CloudPro trial
1- I noticed either the Deploy and/or Run process changed the application workspace and target from their original folder to C:\Program Files (x86...
How do you do a sort off of multiple fields?
The SortBy for a C# DataStore only seems to accept one key field.
Thanks,Bernie
This PowerServer is not activated
- Resolved
- Advice
- Last updated 4 years ago
- CJ Lai replied 4 years ago
Hi
I got this popup when trying to deploy a PowerServer Web application to localhost.
I am using a 2019 R2 Trial
The IIS is running and the Web server is configured correctly. Just not PowerServer.
I am able to open and login AEM as well as I ...
application gets closed after logged in
- Resolved
- Issue
- Last updated 4 years ago
- mike S replied 4 years ago
Hi
I have tried to run the application with PB 8 it goes perfect. But whenever i am running an application EXE after build, it gets closed before opening main window(login window is opened). i have removed some dll's dated 19-09-2002 (pbdwe80.dll,...
Focus remains on DW button in spite of SetColumn
- Issue
- Last updated 4 years ago
- Stefan Tischner replied 4 years ago
Hi,
when the program detects an error while saving, I want to place the focus on the column (and row) where the error occurred. This works quite well with one exception: If the focus is on a DW button in the DW to be marked, both SetColumn and SetFo...
Is it possible to hide /delete the ball that appears in the scroll?
- How-to
- Last updated 4 years ago
- Oihana Goikoetxea replied 4 years ago
Hi:
We would like not to be seen the ball marked in the red box in the scroll:
Thanks,
Oihana
Librerias PFC Powerbuilder 2019
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Buenas tardes,
Dónde descargo las librerias PFC para powerbuilder 2019?
Alguien me podría ayudar...
Gracias
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