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. :)
Error when generated PBD in PB2019
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello everyone, I am trying to generate the PBD in PowerBuilder 2019 and the system shows me the error that is in the attached image.I have tried changing the name of the exe and the directory but it always shows me the same error.Am I doing somethin...
Slow performances of large string, possible workarounds ?
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
I have a log functionnality that reads data from a datawindow and concatenate it into a string.
When the string gets fairly large the performance plumets.
On my test case with 3600 lines in the DW
ls_string += ls_added_data = 25 minutes
ls...
PB 12.5 and the quarantine!
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all!
So we have been quarantined for a little over a month, no employee is allowed to access the physical work building for any reason. We have been given VPN access and RDP to our machines so that we can work from home.
In the last couple days,...
Cannot UPGRADE PBv12/0 to 12.1 in Win10
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Windows 10. 64 bit platformCitrix hosted VMMonday, 13-APR-2020Thanks to Armeen's suggestion onm y last question I was able to successfully install baseline PBv12.0, open up a workspace, connect to a database, and successfully run the application! Tha...
Set rectangle visible = 1 in DataWindow dependent on row
- Resolved
- How-to
- Last updated 4 years ago
- Marc James replied 4 years ago
Hello, I am having a bit of trouble setting a rectangle on a particular row visible = 1 , i will then need to set it visible = 0 after the mouse has moved off that row.
The event that triggers this is is called mousemove (pbm_dwnmousemove).
You can...
Hi..
I migrated an old application from 2017 , via 2019 to 2019 R2.
None of the XML files we have will generate now using FileOpen(name,TextMode!,Write!).
FileWrite all of a sudden returns -1. I works fine when changing to FileWriteEx.
If the ...
SQLOLEDB to MSOLEDBSQL datetime parameter issue
- Issue
- Last updated 4 years ago
- Ken Guo @Appeon replied 4 years ago
PB 19 Build 2082
SQL SERVER 2017
Upgrading our driver from SQLOLEDB to MSOLEDBSQL and now get issues w/ SQL's DBPARAMBINDINFO.
PROBLEM:
MSOLEDBSQL conflicts w/ the Now() function in that the driver only wants 3 milliseconds instead of No...
Problem to free memory in Multithread
- How-to
- Last updated 4 years ago
- Ricardo Colarina replied 4 years ago
I need to do Multithread to run a process in the background and then return to the user. But I realized that every time I call Thread the system is not freeing it from memory. I created an EMPTY UserObject to test, and then used the following code to...
Hello, I am using using the method "Method = NativePDF!" and when I generate the PDF file, the page headers do not respect me. That is, the printing continues and the header overwrites me.
My PB version is 2017 R3
Regards
Hi.
We have a function that saves the content of a datawindow to Excel using this code:
try
ll_return = dw_saveas.SaveAs(ls_xls, XLSX!, true)
catch (Throwable th) messagebox("",th.GetMessage())
end try
The datawindow has about 180.000 r...
How to log out from PB IDE?
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi,
I am working on PB2019 on an Azure VM. I deleted and created the virtual machine but it seems I was not logged out from my Appeon license session in the previous VM, so now when I try to log into the new VM it fails telling me I am already logge...
MS SQL Server 2017 use ADO.NET, ODBC, or JDBC?
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi everyone,
We are migrating Windows 10 PB 2017 R3 Applications with a heavy stored procedure back-end from ASE and to MS SQL Server. I have done some preliminary work and the easiest seems to be ADO.NET for compiling the Declares.
I was curious ...
pb 2017 r3 1880. deploy of web service fails. no reason given
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello,
I made changes to a test project, and now it will not deploy.
i have tried to deploy to iis (that would be normally what i do) and to an MSI. neither works and no error messages are generated by full or incremental build or the deploy.
The ...
How can we deploy REST API on AWS from SnapDevelop ? Can you please guide me with the steps that should be followed to do so!
Default option on toolbar menu cascade.
- Advice
- Last updated 4 years ago
- Brad Mettee replied 4 years ago
Hi, friends:
I have a toolbar menu cascade with three options:
menucascade_toolbar
- option 1
- option 2
- option 3
It works fine: whatever option I choose at runtime , the me...
Powerbuilder IDE System Tree search missing results
- Issue
- Last updated 4 years ago
- Mark Lee @Appeon replied 4 years ago
Hi,
I stumbled across a disturbing bug or maybe feature in the PB IDE.
If a user definded object 'u_dw' derived from standard datawindow is on a standard class window and named 'dw_1' a System Tree search for 'u_dw' will report a match found on th...
When i try to start SnapDevelop i see SnapDevelop not register.
I have old license Universal who transformed in CloudPro.
In license info - Universal ! I use PB SD offline ! My license is valid to the end of 2021.
Do you need unregister and regis...
Setting up PBNewSPInvocation in the PB Database Profile Setup for ODBC
- How-to
- Last updated 4 years ago
Hi everyone,
We are migrating Windows 10 PB 2017 R3 Applications with a heavy stored procedure back-end from ASE and to MS SQL Server 2017. BTW, I already put an advice issue out for the optimum database driver to use, thanks everyone for their hel...
Issue connecting PB workspace to SVN repository
- Resolved
- Issue
- Last updated 6 years ago
- Stan Zihlman replied 4 years ago
Issue connecting a PowerBuilder workspace to SVN:
Details see attachement (in reply below).
PB Version: 2017 R3, VisualSVN Server (3.9.1)
Cannot connect PB workspace to SVN.
Empty Repository created
TCP connection is active and has PID
Rep...
I have an app which runs fine as 32 bit. I put it on a machine for UAT but found that in that environment they have a 64 bit SQL client. I redeployed the app as 64 bit and while it is functional for the most part I am getting this error.
I'm ho...
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