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. :)
JSON generator additemdate adds a string not a date
- How-to
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
PB 2022 R3:
If you add a date using the jsongenerator::
objectname.AddItemDate ( ParentItemHandle, Value )
the json created is a string: {"mykey":"2017-09-21"}.
Instead, I expected it to add a date since, i told it to add a date and...
How to retrieve application properties at runtime
- How-to
- Last updated 11 months ago
- David Pylatuk replied 11 months ago
Does anyone know how to retrieve application properties while the application is running?
I am looking to retrieve properties like:
Product Name
Company Name
Description
...
See attached screen image. Thanks in advance.
Served Licensing question for 12.6
- How-to
- Last updated 11 months ago
- Roland Smith replied 11 months ago
12.6 states I am out of licenses. It allows 2 per license. BUT I no longer have those machines. How do I wipe those out and put it on a brand new computer? Thank you
Datawindow error when created from a SQL Server stored procedure with binary(max) column
- How-to
- Last updated 11 months ago
- Marcos Bolonha replied 11 months ago
Hi,
I'm trying create a DW from a MSSQL Server stored procedure that returns a varbinary(max) column.
The error message is attached file.
Any ideia how can I solve this problem?
One more info: the stored procedure returns some columns. The var...
question about CVE-2024-0056 vulnerability
- Advice
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
Hi,
Recently we received an email from Appeon about Vulnerability CVE-2024-0056.
It states that we should :
"Temporarily refrain from using the ADO.NET database driver for connecting to SQL Server for PowerBuilder and InfoMaker applications...."
...
NativePDF - print two datawindow pages on one PDF page (2 pages per sheet)
- How-to
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
Hi everyone,
I am currently using PowerBuilder 2021 (Build 1509) and we want to get rid of Ghostscript proceeding and force the use of NativePDF functions.
Is there a way to print two datawindow pages on one PDF page using NativePDF (or PDFBuilder ...
Conversion of non-visual business logic code into C# REST API.
- How-to
- Last updated 11 months ago
- Armeen Mazda @Appeon replied 11 months ago
I have deployed my PB app on IIS server using Power Server 2022.I need step-by-step guidance/demo/reference regarding conversion of non-visual business logic code written using Data windows Power scripts into C# REST API, also how to call those API'...
Compilation speed inquiry
- How-to
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
The total number of PBLs in the project source currently in use is 44 and the capacity is 481M.The capacity is about 2~10M per PBL. AFTER FULL COMPILEPBL individual incremental compilation takes about 7 to 10 minutes.Is it normal for compilation spee...
How can I distribute my Powerbuilder application ?
- How-to
- Last updated 11 months ago
- Andreas Mykonios replied 11 months ago
Hello,
When I want to install my powerbuilder application to a client I've to put my .pbds,.exe, resources and (.dlls) in a installer to install but i don't know if there's a way to put the runtime in a folder and create a enviroment variable to ...
error in calling external Function
- Issue
- Last updated 11 months ago
- John Fauss replied 11 months ago
Hello
Migrating from PB 2009 to PB 2022 64 bit
We are getting below error while calling external function :
Function calling from PB:
FUNCTION long Fchgstr32 ( ulong buffer, ulong fldid, longptr occ, ref string fldval, longptr fldlen ) Libra...
WebView2 Configure Tracking Prevention
- Resolved
- How-to
- Last updated 11 months ago
- Adam Narten replied 11 months ago
Hello,
I was wondering if the PowerBuilder WebBrowser using WebView2 might have a way to configure the setting for Tracking Prevention between Basic/Balanced/Strict?
The only configuration function available on the control seems to be the WebBrows...
Hi, I am sure this is a simple quesiton and that i have just missed something with the new verions.
I have installed pb2022 r3 on my machine.
I have compiled my app on it, however when i run it on the machine that I created it on it comes up with a...
pb2022 r3 datawindow insert and update
- Resolved
- How-to
- Last updated 11 months ago
- John Fauss replied 11 months ago
Hi
I hope someone can help, I am having a weird error - with the simplest of datawindows and programmes
I have just installed pb2022 R3 - on windows 10
I have it connected to SQLexpress database - v14.
I have a very very simple 2 column table...
Unauthorization error on trying to login app hosted on PowerServer
- Issue
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
Hi we ran into some serious issue on Friday evening, all our apps suddenly stopped working due to below error.we are using JWT authentication with our own JWT Servers and verified we are getting a valid access token also.
Dark Theme for PowerBuilder IDE?
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 11 months ago
Would Appeon provide a dark theme for the PowerBuilder IDE? My eye hurts with all this bright white background!
EXEs are getting quarantined post migration from PB2017 to PB2022
- Issue
- Last updated 11 months ago
- mike S replied 11 months ago
Hello Appeon Community Members,
Post migration from PowerBuilder version 2017 (v2017 R3 Build 1880) to PowerBuilder 2022 (v2022 Build 1900), two of the executables are getting quarantined by CrowdStrike. There is no code change for these applicat...
Unauthorization error on trying to login app hosted on PowerServer
- How-to
- Last updated 11 months ago
Hi
we ran into some serious issue on Friday evening, all our apps suddenly stopped working due to below error.and we are using JWT authentication with our own JWT Servers and verified we are getting a valid access token also.
erroring out at app...
Can I have multiple Recipients in a Smtp Client Message
- How-to
- Last updated 11 months ago
- Andreas Mykonios replied 11 months ago
Just a quick question. can I add multiple recipients in the AddRecipient of the native SmtpClient email. Like for example:
SMTPClient Lnv_SmtpClient
Lnv_SmtpClient = Create SMTPClient
Lnv_SmtpClient.Message.AddRecipient('testr002.appeon@gmail.com'...
I have to build out a somewhat complex JSON file.
I'm using the JsonGenerator object to build out the root structure which includes a array of submissions. I could build out the entire file with the JsonGenerator functions, but this will be tedious ...
Hello,
Is it possible to display a popup menu from a ribbon menu button, as seen here in outlook ?
Thank you for your answers
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