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,
is there any way to stop that constant IWAShell.exe prompt saying an "Update is available. Install? Yes/No". If I try Yes it installs but then prompts again! As it's backwards compatible we are OK with not updating it. We never want users...
mailResolveRecipient returning mailReturnFailure!
- Resolved
- Advice
- Last updated 4 years ago
- Miguel Leeuwe replied 3 years ago
Hi Guys
We have a problem with mailResolveRecipient returning mailReturnFailure!
This is code that is 20 years old has worked consistently forever. Clearly it is something environmental that is occurring but the symptoms are as follows:
1. Some us...
Looking for a buyer for my PB software-based business
- Advice
- Last updated 3 years ago
- David Peace (Powersoft) replied 3 years ago
I'm looking for an eventual retirement from my business, which sells two software programs we wrote in PB to small to mid-sized churches and charities.
It's a high volume, low price business, so I'm not necessarily looking to get a lot of money for ...
PB Runtime Package Silent Installation
- Resolved
- How-to
- Last updated 3 years ago
- Ken Guo @Appeon replied 3 years ago
Hi Guys
I'm installing the PB Runtime Packge MSI generated using PB2019R3
I'm using the following command for a silent installation:
msiexec /qn /a "C:\Powersoft\LCIA_DC\PBCLTRT 19.2.0.2703.msi" /l* "C:\Powersoft\LCIA_DC\msilog.txt"
The logfile h...
Not able to open href link tag from ole browser control.
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi All
We are using Ole web browser control and uninstalled Internet explorer, made edge as default browser.
Not able to open href link html tag from ole browser control.
Attached sample application for the above mentioned issue. Can you please le...
.Net Datastore add query parameters
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi
I'm still leaning and trying things with Snapdevelop.
I'm tying the generic .Net Datastore and l'm wondering if their is a way of adding DwParameterAttribute dynamically (Where statements).
I know this can be done with the Snapobject via SqlM...
Hi Guys
is there a way to change font style using theme?
Thanks in advance
Regards
powerbuilder 2019 funcky.dll
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I migrated PB.7 to appeon 2019 . but I found funcky.dll have some function did not work .
for example . num to dollars function , it output unreadable characters.
would you have any advice
Willaim
public subroutine _num2dollars(ref st...
Hi,
we are using the eon_mobile_webviewex object to display a pdf which is located in the plugin folder of the appeon custom workspace on our ios device (iPad Pro 11" 2nd gen iOS 14.6). We want to print this pdf from the custom workspace or share it...
Determine if a PowerServer project is being run from the PB IDE
- Resolved
- How-to
- Last updated 3 years ago
- Michael Connell replied 3 years ago
Hi,
We're upgrading a legacy PB application to PowerServer 2021.
In the application Handle(GetApplication()) = 0 is used to determine if the application is being run from the PB IDE.
Unfortunately when running the new PowerServer project from the ...
About Optimizing database server performance in PS 2021
- Resolved
- Misc
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hello everyone;
Please, could you provide me more details about where or how to configure "Connection Pooling"?.
It also seems that the table to configure the timeout in different DBs would be missing in the documentation.
https://docs.appeon.com/...
PowerServer error connecting to Oracle: System.Data.OracleClient require 8.1.7 version
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hello,
We installed a PowerServer 2020 in a server and deployed a mobile application there that connects to an Oracle database. It all worked correctly and our customer could begin to work with it.
But some days later the mobile application began t...
PB 2019 Crash on datastore reset with MS Server 2019 and Task scheduler
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi PB users,
We try to solve a crash problem with PB 2019 R2, that occurs in the constructor event of a user object instantiated by a window running with MS windows server 2019 and task scheduler with "Run whether user is logged on or not" mode.
Wi...
Re: Print pagenumber at the bottom of every page in Label dw
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hello,
In PB 10.5
One of our customers, require current page number to get printed at the bottom of the every page, in the Label type datawindow. Is it possible ?
CloudAppInstaller - Port 26568 In Use
- Resolved
- Issue
- Last updated 3 years ago
- Joe Hess replied 3 years ago
Hi,
I'm migrating my users to use our application via PowerClient. Every now and then, a user receives a message saying port 26568 is in use when trying to run the CloudAppInstaller (image attached).
We are in a hosted, Citrix environment. My guess...
How to get dw_1.SaveAs('', PDF!, TRUE) to Open in a specific directory
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
PB2021 R1 build 1288
I can't seem to find a way to have the dw_1.SaveAs('', PDF!, TRUE) open the Save As dialog window in a specific directory - it always just goes to the current directory.
I even tried to put a ChangeDirectory(ls_initdir) before ...
Excel, OLE, Error in Copying multiple sheets into an excel. Wrong sheet was copied.
- Issue
- Last updated 3 years ago
- John Fauss replied 3 years ago
Hi All,
My program is generating reports in excel format which contains 8 sheets. It is batch program to pick up the request from the queue, generate the reports, and send them to the user. And 4 sessions are running at the same time to process the ...
We are currently on IDE 2019 R3 2703 and using Runtime 2703 in production.
We would like to get bug fix 6504 out into our production. It is listed as DataWindow category.
Can we update our IDE to 2728, but use Runtime 2703, and recreate the executa...
Encrypt/Decrypt PB to C#
- Resolved
- How-to
- Last updated 3 years ago
- Francisco Martinez @Appeon replied 3 years ago
Hello
This is something specific, we are migrating some process to C#, but there is some Encryt/Decrypt code in PB that we would want to have something similar with c#, could someone tells us how to translate this section? same public/private keys, ...
No Listener problem when running PowerServer 2021 project
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi,
I'm trying to convert a legacy PowerBuilder application to an installable cloud app using PowerServer 2021.
The app runs, but I get an "ORA-12541: TNS: No listener" message when I try connecting to the database.
I see that I get a warning in t...
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