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. :)
Removing the OLE Wrapper from a Blob
- How-to
- Last updated 1 week ago
- Bruce Armstrong replied 4 hours ago
Good afternoon,
I'm working on a project where we're trying pull OLE Blobs (excel format) from a SQL Server table and then store them as a file. If I store the entire Blob to a file, it doesn't recognize it as being a valid Excel file.
I'm looking ...
Hello,
Where may I find information about themes for Power Builder 2022?
I need information about the theme json file, to create a theme to set up customized color properties
for a datawindow, columns and texts , depending its focus and editable p...
Hi @Appeon Team,Our team is currently using PowerBuilder 2022r3 and we are needding to update to .NET 8.0. I would like to know if there are any plans for PowerBuilder to support .NET 8.0.
Could you please provide information on the expecetd timelin...
Datawindow Page Break Print
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 10 hours ago
Hi
I am 'recycling' Mike Monette's question I found online (from 1997, long live the internet!!) about placing a page break onto a datawindow.
You may find his original post here - https://bit.ly/2UAZpbu
I'll copy and paste it here as well just so...
Query Regarding Retrieving Computer Name from HTML5 Webpage After Citrix Application
- New
- Advice
- Last updated 18 hours ago
- Chris Pollach @Appeon replied 10 hours ago
I am currently working on a process where an HTML5 webpage is opened from a specific application, and I need to retrieve the computer name from the webpage after a Citrix application is launched. Below is the sequence of steps involved:
Step 1: Th...
Cannot connect to db with ado and db_locale and Client_locale params
- New
- How-to
- Last updated 13 hours ago
I try to connect to DB Informix with ado with client and DB locale.
sqlca.dmbs='ADO.NET'
sqlca.dbparm = "Namespace='IBM.Data.Informix',Db_locale='bg_bg.utf8',Client_Locale='bg_bg.CP1251',Database='Base_name',Datasource='Server:9089'"
after connect...
httpClient returns 302 - How to obtain redirection?
- Resolved
- New
- How-to
- Last updated 1 day ago
- Laurent CRUMIERE replied 15 hours ago
Hi evrybody,
I try to dowloand a jpeg file from an url using HttpClient.
The url's is like "https://gateway.partner.com/proxy/patient-results/patients/xxxxxx/sa/photos/2023-05-10_1683735851000_A6MZ_80C9/959C-451F-Z_A6MZ_o-c-ll-in_photo.jpg".
This ...
.ico Location for exe Icon
- Resolved
- How-to
- Last updated 1 week ago
- Andreas Mykonios replied 16 hours ago
Hello, i build an .exe within pwoerbuilder with no problems. the exe.ico file is choosen correctly and gets deployed,
now i try to use the pbautobuild220.exe to Build the application, but there is no way, that the application.ico gets correctly, eve...
Query Regarding Retrieving Local PC Name When Accessing HTML5 Webpage from Remote Machine
- New
- Advice
- Last updated 18 hours ago
I am working on a scenario where an HTML5 webpage is opened from a remote machine, and we need to retrieve the local PC name rather than the remote machine name. Here's a breakdown of the process:
Step 1: PC1 opens a remote machine (RM1).
Step 2:...
Powerserver licence error
- Resolved
- New
- How-to
- Last updated 1 day ago
- mathews rutto replied 21 hours ago
Help with this error
Connection request timed out Error
- How-to
- Last updated 2 weeks ago
- Logan Liu @Appeon replied 22 hours ago
Hi Team,I'm facing "Connection request timed out" while running the static web app. But the same application (PB) is working in my local machine. API is running in the Azure Container Instances and then I ran the Application from Azure Static Web App...
2019 R3 and Spell checking w/Sentry
- Resolved
- How-to
- Last updated 2 years ago
- Lew Shepherdson replied 1 day ago
Demo application from WinterTree for Sentry Spelling Checker uses ActiveX 15.0, and this code works to find a handle that's passed to their 'as you type' spell checker.
I'm trying to get it to work using the latest ActiveX 28.0 version in 2019 R3. ...
deploying to server from a new workstation
- New
- Issue
- Last updated 1 day ago
- Armeen Mazda @Appeon replied 1 day ago
Hi,
We have a wierd issue when deploying to the poser server.
here's the story:
we used to deploy to the power server from one of our developers computer, and it all worked fine.
last week we dicided to move the deployment process to a diffrent...
Hi All,
I recently notice that PowerCilent was another option compared to PowerServer. So I deployed and got PowerClient running except that when I try to login my app, I'm getting an OCI.dll error.
Everything I have already checked:
OracleClien...
Outlook Try the new Outlook Powerbuilder method .connecttonewobject("outlook.application") returns -3
- Resolved
- Issue
- Last updated 10 months ago
- Miguel Leeuwe replied 1 day ago
User have the option in Microsoft Outlook to click on the text in the upper right of their outlook "Try the New Outlook". When they click that it closes older outlook and opens outlook in a newer look and feel.
This breaks the Powerbuilder code b...
OLE Binaries removed from userobject when converting to solution
- New
- Issue
- Last updated 1 day ago
- Chris Pollach @Appeon replied 1 day ago
When converting our workspace to solution all the OLE binaries (16 bit ActiveX controller works with PB2022) disapears.
In PB 2025 build 3503 After migration from PB 2022 and before converting to solution. We can use the OLE Control Porperties and s...
Unable to deploy PowerServer Installable Cloud app, no .exe file created
- Resolved
- New
- Issue
- Last updated 2 days ago
- Francisco Martinez @Appeon replied 1 day ago
Hi All,
Up until now I've had no problem deploying my PowerServer cloud app. Yesterday I was having trouble with forcing logout on my license and Appeon fixed it. Then I had intermittent problems doing the build and deploy. It worked once, but aft...
i have an error - connecting to outlook -3
due to my code
li_return = ole_outlook.ConnectToNewObject("outlook.application") //Check for the return code If li_return <> 0 Then Messagebox("Error",'Connecting to Outlook'+String(li_return)) Destroy ole...
OLE ConnectToNewObject("Outlook.Application")
- Resolved
- How-to
- Last updated 4 years ago
- John Strano replied 1 day ago
Hi All
I would like to ask a question that somewhat relates to this one - https://bit.ly/3j3rrFT
When I issue the command ConnectToNewObject('Outlook.Application'), Powerbuilder returns -3 = Object could not be created.
Later I found out that when...
Hi try the send email via outlook with OLEobject
lOle_Outlook = CREATE OLEObject lOle_Outlook_Item = CREATE OLEObject lOle_Outlook_Item_Attach = CREATE OLEObjectli_Create = lOle_Outlook.ConnectToNewObject( ls_OutlookCurVer )lOle_Outlook_Item = lO...
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