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. :)
extract comma separated value from text field
- How-to
- Last updated 1 year ago
- Benjamin Gaesslein replied 1 year ago
Hi
I have a textfile which is formatted like below code then tab then size - size is a list of sizes separated by a comma but could be 1 or 20 values.
code tab size
AP01tab12,14,16,18,20
TR01tab28,30,32,34,36,38,40,42
what is the best way to ext...
Try to deploy APISERVER app to on premise IIS
- Resolved
- Issue
- Last updated 1 year ago
- Logan Liu @Appeon replied 1 year ago
Hello,
I am new at PowerServer.
I have created cloud project, built it, and deployed it.
Then went to Visual Studio to build and run the API SERVER. Then launched the shortcut as a user to to run the application from the server.
Everything...
Silent installation Error: code=-2147213312
- Issue
- Last updated 1 year ago
- John Fauss replied 1 year ago
What PB installation is required to execute PBAutoBuild220.exe ?
Also I downloaded PowerBuider Utilities only, and getting following error while running silentinstall.bat "opt=pb" "log=c:\temp\appeon-install.log"
PowerBuilder is installing ......
When I click on the Powerbuilder 17 icon to start it up it shows the splash screen then the icon appears on taskbar but I cannot actually open anything.
I suspect something is corrupted but I do not know how to fix it.
Does anybody have any sugg...
I need help with Syntax Error
- Resolved
- Advice
- Last updated 3 years ago
- Miguel Leeuwe replied 1 year ago
Hi friends,
I created a user event in my dw, and wrote a routine. Today, I've been trying to add a conditional loop, but can't save the changes due to error C0031: Syntax Error. The offending lines are the first IF statement and associated END IF ...
Wrong information MR bugs fixed
- Resolved
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
I just spend a full day on migrating my Pb 2019 R3 build 2703 and our customers to 2797 for nothing.
Of all the bugs listed on https://www.appeon.com/standardsupport/bugfixes?contents=product=PowerBuildercategory=version=2019+R3build=2797 the only o...
Power Server - DB setup as in hostname
- Resolved
- Advice
- Last updated 1 year ago
- Sim Joo Pee replied 1 year ago
Hi Master,
I am trying to setup the Database cache's Server Host in hostname instead of IP address. Compilation no error. When i try to launch it, connect to web server ...etc. It gave me error. sqlHandle_08_761DB45. (see attachment). I dnt have ...
I would need DB auto connection functionality, When it's disconnected.
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hi Team,Greetings!
Our application utilizes a direct connection. When users fail to connect to a database, they are forced to kill their session (when a connection failure occurs) and relaunch the application in order to reestablish a connection.
...
quoted_identifier and WebApi
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hi all,
we have strange problem with "quoted_identifier" in a SQL Anywhere 17 database and a WebApi generated with SnapDevelop.
The WebApi is generated from a couple of DataWindows with the DataWindowConverter.
"DbParam": { "kfz64": { "Delimi...
Powerclient with ini files example
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I need to distribute an application to multiple desktops from a central server as it runs unreliably as a client server app.
Powerclient was recommended as a solution and it looks promising, so I'm testing it out. I am very new to this.
When I d...
UPDATEBLOB only updates 1 row ?
- Resolved
- Issue
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
[EDIT]: it doesn't update even one row. It sets them all to null/empty, while having data in the blob.
I guess I'm going to have to create a test case for this. First I'll check if it has anything to do with build 2797 :s
I've used UPDATEBL...
Runtime path not found using pbautobild220 in a build server
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Until now we were using Powergen to compile our app in a DevOps build server but now we want to use pbautobild2022.exe
We have installed PB 22.0.0.1900 runtime in the server and copied Powerbuilder Utilities to a folder in that server.
When w...
Running exe without pbd files.
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hi Experts,
Is this possible to run the exe without pbd file. because through some external tools hackers are getting the code from the pbd file. Is any solution is there ?
Thanks
Deva
Powerbuilder 2022 line numbers in editor?
- Resolved
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
hello,
Did the option to add line numbers in the editor added in 2022?
thanks
Daniel
Application crashes when using vertical scroll bar.
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi guys,
Looking for some help regarding an issue I am having. The application is running in PB 2019 R3, There is a window with one datawindow which retrieves data on opening the window. When I use the vertical scroll bar to view the rest of the dat...
Cannot retrieve stored procedure result set #2 in Powerbuilder report
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi,
In Powerbuilder 2022, I have a report fetching data from a MS SQL stored procedure returning two result sets. This works fine when connected to a SAP ASE database, but after migrating to MS SQL, it looks like only the first result set from the p...
Check if user running app on Terminal Server vs. Citrix vs. RDP?
- Resolved
- How-to
- Last updated 1 year ago
- Vladimir K. replied 1 year ago
Hello All.
We already checking:
FUNCTION int GetSystemMetrics(int indexnum) LIBRARY "user32.dll"
integer SM_REMOTESESSION = 4096 // remote session
IF GetSystemMetrics(SM_REMOTESESSION) 0 THEN // on terminal server, skip version check ... retu...
SMAL 2.0 for authentication for Powerbuilder applications
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi All,
Good day..!!
I have a powerbuilder application which was build on PB 2017 R3 whether I can introduce SMAL 2.0 for authentication of user login and please advice the best approach for the same.
how do i create an API server
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi,
I am not sure if i have worded this correctly.
I usually connect to sites and get data from or send data to them using httpclient.
However in this case i need a client to connect to my Powerbuilder application / system, so it can pick up info...
Richt Text Edit (RTE) - TXTextControl - Disable Toolbar options
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello
In PB 2019 we were able to hide some toolbar items from the rich text edit control.
For example we hid the fontface combobox.
We did this using the handle of the rte toolbar and calling "showWindow(ll_Handle, 0)" from the user32.dll.
We w...
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