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. :)
Server 2019 - Print to PDF crashes
- Issue
- Last updated 2 years ago
- Mark Lee @Appeon replied 2 years ago
We recently migrated a PB19 64-bit application from Server 2016 to Server 2019. On 2016 users could print to PDF without issue. Now, on Server 2019, when they print they can do 3 prints and then the program shuts down. The only error we are seeing is...
Opening & save large objects has become very timeconsuming
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello,Im a 20+ years professional Powerbuilder developer thats experiencing slow object opening saving in Appeon PB on large projects.Adaptive Server Anywhere as backend DB and win 10 as OS.Opening, changing and saving menu objects or other large ob...
PowerClient - Error - Application files are currently locked by another program
- Resolved
- Issue
- Last updated 2 years ago
- Olan Knight replied 2 years ago
Hi All,
When we download the powerclient application getting the error message "The application files are currently locked by another program."
Does anyone help on this to solve this ..
Please find the attached screen shot for the error we are ge...
Datawindow errors in EXE mode
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I am using PowerBuilder 2021 and have created an EXE package... I am getting an error 900-Invalid SQL Statement with every datawindow when running the EXE... I am not getting the errors when using PoewrBuilder...
I have created the Same EXE using Po...
Initialization file is not writeable
- Resolved
- How-to
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Ok, looks like I screwed up. Changed the location for the pb.ini file in my app, was trying to troubleshoot something else. Closed PB, now trying to open PB and I get an error "Initialization file is not writable". I didn't write down the new loc...
PB2022 deployment application on clean computer
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
HI,
How can I see and get the required PowerBuilder dlls to deploy and run my application on a client station (destination laptop) without installed PowerBuilder ? Currently, I'm migrating from PB12 to PB2022.
Regards
Paweł
Hello folks,
I have run into a weird issue. I am using PB 2021 - 1228.
I have a datawindow which has a column - member_id. There is a function in my application which tries to get this value.
// of_GetInfo
String ls_mID
.
.
.
.
ls_mID = ...
PB2022 bottom and right margin in response windows
- Issue
- Last updated 2 years ago
- Mathias Sikos replied 2 years ago
Hello,
After migrating our projects to PB2022 (Build 1878) we have a graphic issue in response windows.
There is a greater margin at right and bottom (normally nearly equal margins on every window edge).
In the design painter the margin is as we w...
Send MAIL PBNISMTP (Attach filename with comma)
- How-to
- Last updated 2 years ago
- Julian I. replied 2 years ago
Hi,
We are using PBNISMTP object (pbnismtp.pbx) to send mails throw SMTP and we have a problem when the user attach a file with a comma on filename. I know this is a rare case, but does anyone kow how we can fix it without renaming the file?
Regard...
How to git pull with PBAutoBuild220
- Resolved
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
I am trying to PBAutoBuild220 my project according to https://docs.appeon.com/ps2022/Build_the_PowerServer_project_with_commands.html, but it insists on download all the source from Git every time. Is it possible to configure it to not download every...
InfoMaker 10.5 Hangs When Running Reports
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Infomaker 10.5 is installed in a terminal server environment. I've successfully connected to the db and appropriate library. Im trying to run a report for a given date range. If I select a range of a single day it runs successfully but if i give a br...
The .NET engine is unable to start
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 2 years ago
We have developed PowerBuilder Client Web Services using .NET engine to download pdf document. We didn't come across any issues in the development or even after deployment. But we are running into issues when we deployed to a PC where PowerBuilder di...
Problem PB 2022 TX Text Control
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hallo all,
I installed the files for my software on a network share.
When I start my software on a computer from this share, everything regarding TX Text Control works fine.
On another computer doing the same I get a message, that TX Text Control ...
Good Morning!How to send email directly from PB, without having any email program installed on the local machine?
Thanks!
Drag/Drop event firing when it shouldn't
- Resolved
- Issue
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hi all,
My customer noticed something very strange... when he's got my application running, then clicks on the desktop (or runs another app from his task bar), then comes back to my application, the Drag/Drop event is firing. I sprinkled the code w...
Where do I copy prerequisite dlls?
- Resolved
- How-to
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Hi all,
My application requires atl100.dll, msvcp100.dll, and msvcr100.dll. There are 3 scenarios for user installs:
1. 32-bit Windows
2. 64-bit Windows, 32-bit PB install
3. 64-bit Windows, 64-bit PB install
I understand there's a difference b...
PowerServer2022, PB2022-1878, Oracle Stored procedure used for retrieving data
- Issue
- Last updated 2 years ago
- Kari Paukku replied 2 years ago
Hi,We have a working PB2022 application and when used as client/server it works fine as 32/64 bit. The database is Oracle19.When deployd to PowerServer environment, the stored procedur used in DW's to retrieve data give an error. regardled of the pro...
Using the describe method to obtain a column's data type
- Resolved
- How-to
- Last updated 2 years ago
- Gary Herrault replied 2 years ago
Hi. I'm looking for a way in my web api to obtain the column data types from a sql select statement. I am currently trying to use datastore.Describe( colName.ColType ) which returns "System.String" and "System.Decimal" without the length of the str...
How to create .exe file by using PBC190.exe utility.
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
How to create exe file using PBC190.exe,
I am able to create dll and pbd file by using PBC190.exe utility from command prompt , but it is not creating exe file.
I am using following command
PBC190.exe /d "application.pbt" /o "application.exe" /r ...
Create COM+ dll using PB 2021
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We have just started to migrate our applications from PB 11.5 to PB 2021. One of the PB 11.5 apps is a com+ application that creates a dll. This dll is used to create an interop which is called by a c# web service. When I migrated this app to PB 2...
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