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. :)
Need solution or workaround for using transaction as an argument in a function
- Resolved
- How-to
- Last updated 12 months ago
- Chris Pollach @Appeon replied 8 months ago
We have a base datawinow control uo_dw where we override the SetTrasObject function to handle few additional process before setting the transaction object for the control. This method accepts transcation object as input Parameter As per the PowerServ...
PBAutoBuild - Error while importing latest code from TFS
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 8 months ago
Hi,
our product contains, multiple applications (more than 50) and each having own folders and few folders are contains shared libraries for all applications
By using TFS, took latest code objects into respective folders.
Using PBAutoBuild trying ...
PowerServer Keep resource files (icons, images) into a single folder and refer across all applications
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 8 months ago
We have multiple applications that use SSO to log in. In the PowerBuilder application, we used to copy all resource files (icons, images) into a single folder and refer across all applications as needed.
Now in the PowerServer Client application, ho...
Cisco Secure AV captures malware during PowerBuilder/PowerServer application build
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 8 months ago
Hi,
While compiling PowerBuilder code ( both PowerBuilder and PowerServer projects) , CISCO Secure AV considers it as malware and tries to quarantine it. This is happening for the PowerBuilder 2022 R2 Build 2819.
Attached files are the Event Logs ...
prevent logging "Application URL parameter:" in "CloudAppLauncher_V2" logs
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 8 months ago
We have one main application and a few child applications, from main application launches child application by sending command-line arguments that contain some user credentials.
Observed that the CloudAppLauncher_V2 log file recorded the command ...
Azure App Service Powerserver "Failed to download the file" 404 error
- Resolved
- Issue
- Last updated 8 months ago
- Esau Redwan replied 8 months ago
Hello, I am following the steps listed here for implementing Azure App Services: https://docs.appeon.com/ps2022r3/steps_summary.html
I am on the part where I am installing the Static Web App here: https://docs.appeon.com/ps2022r3/deploying_the_cloud...
How to use CreateDirectory ?
- How-to
- Last updated 8 months ago
- Logan Liu @Appeon replied 8 months ago
Hello everyone,
I am on PB2022/3289 and building for PowerServer. How do I create a folder using the CreateDirectory function?
Is it possible to create a multifolder path like:
C:\user1\temp\logfiles
With just one call or do I have to create ...
Using "SHCreateDirectoryEx" API from PowerBuilder
- Resolved
- How-to
- Last updated 8 months ago
- Miguel Leeuwe replied 8 months ago
Has anyone successfully called this API from PowerBuilder? I have found two different declarations online as follows:
Try 1
Long ll_nullAny la_nullSetNull(ll_null)SetNull(la_null)
FUNCTION long SHCreateDirectoryEx(Long hwnd, String pszPath, Any ps...
We are using Powerbuilder 2022 R3 windows 10 on sqlserver.
I am looking into implementing SMTPCLIENT, Most of the examples make sense but there is no example of how to add a reply to email address to the message. Can this be done? Example?
Nexus for DB drivers
- How-to
- Last updated 8 months ago
- Francisco Martinez @Appeon replied 8 months ago
It's possible to use our nexus oss to download informix driver ?!
I try to create db connection and SnapDevelop try to download informix driver from nuget.org.
How to change setting to use our nexus oss to download informix drvier ?!
SilentInstall in Docker Container Won't Compile
- Issue
- Last updated 8 months ago
- Roland Smith replied 8 months ago
When running the compiler with this command...
pbautobuild220.exe /f \src\cactus.json /l Log_PBBuild.log /le Log_PBError.log
...we get this error output:
14:14:50 [Normal] PBAutoBuild Version: 22.2.0.3289.14:14:50 [Normal] Work Path: C:\src\...
Decimal values incorrectly passed to SQL Server as varchar
- Issue
- Last updated 9 months ago
- Bernhard Giesriegl replied 8 months ago
Using SQL Server and Powerbuilder 2022 R2 build 2819, I found another bug:
If I have the following:
decimal ldec_valuelong ll_id
ll_id = 1
ldec_value = 7.99
UPDATE my_table SET my_old_price = CASE WHEN :ldec_value my_old_price then :ldec_v...
Hi all
I am using HttpClient object to a WS .
One of the WS needs Authorization with the UseIntegratedWindowsAuthentication
I wrote that : lnv_HttpClient.SetRequestHeader("Authorization", 'Basic ' + CurentUserName + currentUserPassword)
The ws...
RESTful service: HttpClient vs. RestClient
- Resolved
- How-to
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 8 months ago
We are switching from SOAP to REST and I am asking myself which implementation/class is the best: HttpClient or RestClient? Which one should i choose and why?
I started with RestClient but run into difficulties loading a file (octet-stream) into Pow...
window function - missing fields to allow setting return etc
- Resolved
- How-to
- Last updated 8 months ago
- Andrew Davis replied 8 months ago
Hi all
PB2023r3 Windows 10
I am sure this is an easy one - but i cant find it !
When i add or edit a window function - the screen does not show the section that allows you to enter the return type or the function name
I tried reseting the layou...
How to dynamically adjust the color of the control after using the theme color?
- How-to
- Last updated 8 months ago
- Chris Pollach @Appeon replied 8 months ago
After using the theme background, I need to dynamically modify the background color of the ST control, but unfortunately it cannot be modified. Is there any way to modify it
SSL Pinning for powerserver application
- Resolved
- How-to
- Last updated 8 months ago
- Narayana Bhat P replied 8 months ago
Hi team,
Powerserver deployed application undergone for VA/PT process and observed that SSL pinning to be enabled in application, how we can do this? any guide help us
Below is the observation
Vulnerability: Application is vulnerable to MITM Attac...
SMTP mimemessage addattachment - inline image
- Resolved
- Issue
- Last updated 8 months ago
- David Peace replied 8 months ago
Hi
We are converting from our old SMTP object (Rolands) to the new SMTPClient and we seem to be missing functionality. We are adding images in an email that are inline, but there is no option in the new smtp object to achieve this.
Looking at th...
Window size at the width and height of 2 monitors
- Resolved
- How-to
- Last updated 8 months ago
- Eduardo G. replied 8 months ago
Hello,I have 2 monitors and for example, pressing a button on the response window should resize this window to the width and height of the extended desktop of the 2 monitors.
Does anyone have the code to perform this functionality?
Thanks
Hi,
We have embedded the webview2 controller in a PB2022R3 application to show an angular website.
We'd like to implement dragdrop from powerbuilder to webview2.
The idea is to show the dragging in the website and ondrop fires an event in pb so we...
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