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. :)
PB2019 Standalone license be used at work & home?
- Misc
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Because of the mandated work from home.. I access my work desktop w/ a remote session. Compared to other software.. PB2019 has extremely slow refresh/response time. I've set the remote session screen resolution down and unchecked other functional...
State of New Hampshire Job Opening for PowerBuilder coder
- Misc
- Last updated 4 years ago
- Yakov Werde replied 4 years ago
The State of New Hampshire, Department of Information Technology has an opening for a PowerBuilder programmer working in an "essential job" in Concord NH. Good pay, great benefits, pension... We need you. Let me know if you are interested.
FileEncoding() UTF8 file returns ANSI.
- Issue
- Last updated 4 years ago
- Mark Goldsmith replied 4 years ago
Hi,
We need to read text files in linemode with fileopen() and filereadex()
We use fileencoding() before fileopen() in order to find out the encoding argument (EncodingANSI!, EncodingUTF8!, ...)
We have an issue with UTF8 files.
FileEncodin...
SnapDevelop class library for Powerbuilder 2019
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
If I create a SnapDevelop Class Library Project, can I use that dll library in PowerBuilder 2019 (or does it have to be the old style dll)?
GarbageCollectSetTimeLimit ( 0 ) - Purpose?
- Advice
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Hi All,
I discovered this code snippet in old code someone else wrote ages ago.
GarbageCollectSetTimeLimit( 0 )
GarbageCollect( )
Why set minimum time limit to zero?Is there a behind-the-scenes effect I cannot read from F1-Help?
Did it have spec...
PBVM190.dll is not designed to run on Windows
- Resolved
- Advice
- Last updated 4 years ago
- Kenneth Davis replied 4 years ago
Installed PB 2019 on a Windows 10 machine. Migrated my apps from 12.6. Compiled in 32 bit. Runs fine on that Windows 10 machine. Running from Windows 7 complained of missing DLLs. Got all the dlls listed in Help "runtime files" as being Core runti...
getting 02005 error during deploying to remote webserver
- Resolved
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi there i'm having an issue trying to deploy my app to a remote webserver.everything working fine on my local web server but when i try to deploy to a remote one i'm getting error 02005Ftp working fine since i'm connecting without problems using fil...
Source Control with TFS (Team Foundation Server)
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello together,
is it possible at all, to use TFS as source control for PowerBuilder 2019.I didn´t find useful instructions at all.First I tried to install the Team Server 2013. This failed due to compatibility problem.So, this is not that bad, i ca...
Powerbuilder 2019 filemove on windows 2012 server
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
We have recently migrated to PB 2019 from PB 10. We migrated several applications, half a dozen, and one in particular has an issue when trying to use filemove. We are getting -2 "Error writing targetfile". the file does not exist on the target. We a...
Hey PowerSphere
Can you play a sound on an Android Device (at least it works on IOS)
of_play() in the workarounds pbl
eon_mobile_audioex leon_mobile_audioexleon_mobile_audioex = Create eon_mobile_audioex leon_mobile_audioex .of_play( "beep-02.wav...
How to increase font size of function/event headers within Script Painter?
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello,
could not find the place in the PB IDE where font size of functionevent headers within Script editor could be increased. Using latest PB 2019 R2 2328.
Error Updating PBv12.0 to 12.1 - Error: pbgactool.PB_gac_install
- Resolved
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Update: 06-MAY-2020I realized that what defines a version of PB are the DLLs. Since I already have a copy of PBv12.1, and I want to update the PBv12.0 app I have on my Win10 VM, all I need to do is to copy the \SHARED\PowerBuilder folder from my Wi...
Powerbuilder web Enabling
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
HI,
Can somebody help me please.
I want to take my applications to the web.
This is my first time.
Do I just use normal Powerbuilder or must I install something else.
REgards
ML
Hello I would like to know if it is possible to maximize a window, maximizing the objects that it contains proportionally in the version PB 2017 R2. Thank you.
PowerBuilder2017-GitHub Support
- Resolved
- How-to
- Last updated 4 years ago
- Ganesan Rajan replied 4 years ago
Hi Experts,
I like to know the ways to migrate the Source control from VSS to Github.
We are using Powerbuilder 2017 R2.
Can you kindly let me know whether Github is supported in PB2017? Is it possible to migrate from VSS to Github?
We are going ...
Hi everyone,
using PB2019 build 2170 how do you keep consistency in datawindows when using themes and custom code for background color ?
See this example :
how to make that F2 look like F1 ?
Thanks for suggestions.
Philippe.
catalog tables could not be created and are not available for use - Conexion ODBC SQLITE
- Resolved
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Buenas Tardes
Al tratar de hacer un perfil de conexion OBDC en power builder , recibo la advertencia " catalog tables could not be created and are not available for use" y luego me sale conexión exitosa.
La conexión ODBC es de una base de datos SQ...
What is the best to use IIS or APACHE?
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
HI,
What is the best to use IIS or APACHE?
Regards
ML
We have a PowerBuilder Web application deployed to PowerServer. Data Source setting in AEM is using Dynamic Database Connection: and Pooling is checked. Maximum Connection Pool Size =1, Minimum Connection Pool Size =1. We have a issue that user datab...
Replacement for SelectToStore method in SnapDevelop 2.0
- Resolved
- How-to
- Last updated 4 years ago
- Logan Liu @Appeon replied 4 years ago
The SelectToStore method has been deprecated in SnapDevelop 2.0. We used this extensively in v1.0. What is the replacement for this this? How should our code be modified?
We used this to get values from SELECT statements like so:
var result = _d...
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