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. :)
Hi,
I'm using editmask control. Before migration to PB 2022 (from PB 12) I had to follow settings:
Mask : ####
Type: number.
I had always put the number 0 or other started from 0 ex. 01, 0 , 00 .
But after migration, it isn't possible. Currentl...
Excel OLE: How do I reference a sheet by name?
- Resolved
- How-to
- Last updated 1 year ago
- Tracy Lamb replied 1 year ago
Hi all,
I'm trying to import data from an Excel workbook using an OLE object. The algorithm works great, but I have hard-coded the WorkSheet number. How can I refernce the sheet by name instead of number? I specifically want to find the sheet nam...
PB2022 R2, Unable to change graph style at runtime while using SetSeriesStyle(-).
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Not clear why the function SetSeriesStyle() always return -1 in PB2022 R2.
I use SetSeriesStyle() in PB2017 R3 and it works perfect.
The graph in PB2017 R3 looks like that:
While The same graph in PB2022 R2 looks like that:
The graph sho...
PB Native not showing in list of Source Control options (PB2022 R2)
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I've loaded PB 2022 R2 and when I went to set up source control, PB Native is not showing up in the list. I saw another post for the same problem in PB2017 and the solution was to make sure there was an entry in the registry (which I have checked an...
Hello,
we just updated from PB2021 to PB2022. Now we run in a strange problem. Is there a change between PB2021 and PB2022 how printouts are controlled?
We print invoices (via a datawindow). The font of the text is Arial 10pt. Now some of our cust...
Is it possible to skip code when compiling the PowerServer project?
- Resolved
- How-to
- Last updated 1 year ago
- mike S replied 1 year ago
We are migrating a project to PowerServer. We still want to be able to compile and deploy the client/server application. There is code in our application that is useful only for the client/server version and we would like to skip it when we are compi...
Export Datawindow to JSON
- Resolved
- How-to
- Last updated 1 year ago
- JOSE WILLIAM ROMERO OLIVOS replied 1 year ago
Cordial Greetings, Gentlemen.
Is it possible in pb 2022 to export data from datawindows to JSON with the following structure?
invoice{} user1[{}] technology services{} service a [{}] service b [{}] service c [{}] user2[{}] technology services{} s...
I have installed Powerbuilder 2022 R2 Build 2819 and deployed my applications and WebAPI. In the previous release, I was able to change the Web API URL by using the command "dotnet customizedeploy.dll -url=url as mentioned in the help file below.
ht...
Connect to Azure Storage account with Connection String
- Resolved
- How-to
- Last updated 2 years ago
- mike S replied 1 year ago
Is it possible to connect to azure storage with a connection similar to below?
DefaultEndpointsProtocol=https;AccountName=fishingdatatest;AccountKey=Sm/P3zvoXEqgsqoDSskVA0NCv1pVJJ+smnn0atEcXRvVasQXSVrHYQtrcGiiv8y9Ck0Ao8NZNkWP+AStsk+M0g==;EndpointSuf...
Get Current Workspace failed
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
While migrating my app from PB 2017 to 2022, I got following error twice but it still finished successfully. It was before the selection of PBLs. Any thoughts?
Using themes, how can I give background color to headers and footers of tabular data windows?
Execution Timeout Expired
- Advice
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
HI Sir,
I am using PB/PS2022 Build 1900. We encountered below error when our application is exec a stored procedure.
SQLCA.sqlcode: -1 SQLCA.sqlDBcode: -2 SQLCA.sqlErrText: Execution Timeout Expired. The timeout period elapsed prior to comple...
Migrating from PB 2017 to PB 2022
- Resolved
- How-to
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Hi,
We are migrating from PB 2017 to 2022. I cant seem to find the migration document. Also where can i find the DLL files for 2022 as my app would need the DLL files as we had used with 2017. Any guidance would be appreciated. Thanks.
SMTP Client SetSender& AddRecipient is Null
- Resolved
- How-to
- Last updated 1 year ago
- John Fauss replied 1 year ago
Hi All,I am using PB2022 R2 SMTP client,In my development environment I am able to send and receive email whereas sender and recipient are getting added but when I make a build move to QA environment SetSender AddRecipient is setting as Null, so the ...
Having an issue getting past Deploylist.ini.zip Unauthorized with PowerServer HTTPS
- Advice
- Last updated 1 year ago
- Kevin Bell replied 1 year ago
We are trying to deploy a small app using PowerServer 2022 build 1900 and getting an error with deploylist access is unauthorized. Seems like not matter how I setup authorization, I'm unable to move past this issue.
We currently have this app runn...
I need a Get All and GetById Soap Api
- Resolved
- Issue
- Last updated 1 year ago
- Pbuser12 Ateikon replied 1 year ago
Dear Friends..
I do the post soap api in the powerbuilder..its works good..but iam unable to do the GetAll and Get by id soap api in powerbuilder..because of i dont get any resources....i will share my working for how to do the soap Getall a...
Hi guys,
PB version = 2022 Build 1900
I couldnt launch my cloudapp. I encountered http status code 500 when run my clouapp.(see attachment). I check the help file, not much information can help me to debug the issue. Anyone encountered before?...
Is it possible to code-sign the PB executable after a PowerClient project compiles it?
- Resolved
- Issue
- Last updated 1 year ago
- Mora Wang @Appeon replied 1 year ago
Hello,
We utilize PB2021 and deploy our application to our customers using PowerClient. We must code-sign our application to avoid warning messages when a customer downloads our application and to help our application from being flagged by antivirus...
How to set the position of a Window?
- Resolved
- How-to
- Last updated 1 year ago
- Brett Weaver replied 1 year ago
Hi everyone,
I am working on setting a custom position of a Window on startup. First, I tried adjusting the location inside the code in the open event by doing
this.X = 50 and this.Y = 100
but the window location remains unchanged. Then I tried ...
Is there a way to convert pdf to jpg image file in PB or SnapDev(as API)?
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi all,
We need insert a drawing from PDF file into an Excel file (serve as CoC with drawing).
is there a way to extract image from PDF into jpg within PB or SnapDev scripts?
Thank you.
Regards, JX
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