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. :)
RibbonBar - What are the Commands to loop through sub menu items of each master item.?
- Resolved
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
2019 R3 IDE and Runtimw 2556 built on 9/9/2020
So what is the winning combinations of commands that will loop through the submenu’s in the master menu?
Could it be that there is no way and I have to await enhanced features?
Below is t...
Re: Closure of PB 11.5 when opening a window
- Issue
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
Hello,
PB 11.5 , Win 10 Pro
Everything was working fine. Suddenly, when I open a window or create a new window, PB closes without any message. Uninstalling and re-installing PB solves this issue, but re-appears after some days.
This issue ha...
Spellcheck window is not getting the focus
- Resolved
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I migrated a Powerbuilder application from 8.0 to 2019 R2. The application uses Microsoft Word Spellcheck to check the text in a RTF object. On Windows 7 computers, the spellcheck window appears and gets the focus but on Windows 10 computers the spel...
HI
I have datawindows with pictureobject in the header, how can assign the image setpicture(blob) from the selectblob
tableblob NOT work in header
largebinary NOT work in heather
somebody can help how can assign the image
thanks
L...
InternetResult in Windows Server 2008 R2
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi.
I am using the InternetResult object and when distributing my application it does not work in the same way in Windows Server 2008 R2, as in Windows 10. What do I have to include in order for it to work correctly? Will I need any dll?
Thanks
UI Themes: datawindow with transparent background
- Resolved
- How-to
- Last updated 3 years ago
- Jeff Martin replied 3 years ago
We have a mdi parent/child application where we do some resizing of the child windows as they open (originally based off of the PFC libraries, I think). When a theme is applied to our compiled application with the "window"."drawing":true, the child w...
Alternate/faster technique for creating an Apache e-chart dataset
- Resolved
- Misc
- Last updated 3 years ago
- mike S replied 3 years ago
I have been playing around with the Apache e-charts implementation provided with PB 2019 R3. I have found it to be very slow when dealing with large amounts of data. A key factor in this is the use of getitem to extract data from datawindows to b...
Pre install application to user machine automatically
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi,
We are developing and testing Web application using poweserver2021. The problem that i have is that the users wants the application to run without letting the users install in their machine. its true it doesn't need a admin rights.
This app is ...
Hi,
if I do pdb from dll (pbx2pbd) everything works with PB IDE if I upload dll to C: \ Program Files (x86) \ Appeon \ PowerBuilder 19.0 (my installation). How to make this upload unnecessary.
Regards.
WS
Using the new RichTextEdit control in PB2019 R3
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
PB219 R3 Build 2670
Project properties set to "Built-in TX Text Control ActiveX 28.0"
32-Bit Application
Believe it or not, I've never had to use a rich text control in PowerBuilder over all these years as a developer. But now someone want to desi...
Old PB 12.5 - IDE - can it run in AWS?
- Misc
- Last updated 3 years ago
- Douglas Ross replied 3 years ago
Hi, we have an old PB 12.5 app that calls and checks the DB for needed updates. After checking and updating if necessary, it calls the PB 2019 application.
We need the two versions so that if the runtime dll's in the PB 2019 changes, we can overwrit...
We are using Powerbuilder 2019 build 2082 and the deployed applications are running on windows server 2012. The restclient object sendGetRequest() is returning a -1.
This works great on windows 10 from the IDE and it also works when deployed to a wi...
App Compiled in R2 fails after installing R3
- Resolved
- Issue
- Last updated 3 years ago
- mike S replied 3 years ago
I installed R3 a few days ago. Today I tried to run an app compiled in R2 that is installed on my DevPC like it would be on a normal client. The R2 runtime is installed. I'm getting the following error:
Faulting application name: longbow.exe, versio...
PowerClient CloudAppInstaller is not starting the application automatically.
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi
Today we tried app installation using powerclient. We activated iis and compiled using powerclient as application named pbclient .
On Client pc - we opened http://localhost/pbclient and we got a download installer page. On clicking it downl...
Migration of old PB6 code to latest version
- Advice
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hello.
The company I'm working for has some PB6 windows desktop applications that used to be maintained by a developer that is no longer with the company. Is it a major undertaking to migrate the code base to the latest version of PB for ease of mai...
Semicolon in Select SQL datasource. Is there any Bug in PB 2017R3 MR#1858
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hello Appeon Team,
We have PB application running in background as service which process some files. We are facing one issue where we have written one function in NVO object and doing below.
Create local datastore using n_ds
setting dataobject
se...
Hi,
How to resolve this issue ?
Full build and optimize of each library
- Resolved
- How-to
- Last updated 3 years ago
- Narayanamoorthy Thangavel replied 3 years ago
Hi Team,
I am new to the PowerBuilder. Actually our application is windows based application and build client side as PowerBuilder 2017 version and we recently doing published to the user for testing . But they faced some problem search screen an...
Open your PowerBuilder application in SnapDevelop
- How-to
- Last updated 3 years ago
- Benjamin Daniels replied 3 years ago
Hello
I would like to test PowerScript Migrator. I installed PowerBuilder 2019 R3 and SnapDevelop 2019 R3. According to Using PowerScript Migrator (appeon.com) I have to "Open your PowerBuilder application in SnapDevelop (right click in the Solution...
Using PBDom on 2019R3 where is the PBD
- Resolved
- How-to
- Last updated 3 years ago
- Roland Smith replied 3 years ago
In the process of migrating from 2017R2 to 2019R3.
My application implements PBDOM and we have PBDOM170.PBD in our lib list. seems simple enough I'll just grad a copy of the PBDOM190.PDB and adjust the library list....
Turns out I can't find the l...
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