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. :)
How to activate Vertical Scrollbar for XplistBar in Powerbuilder using Powerbuilder UltimateSuite?
- Resolved
- How-to
- Last updated 2 years ago
- Nazmus Shakib Shadin replied 2 years ago
I am using powerbuilder ultimate suite in PowerBuilder 2019. In PBUS for XPlistBar I wanted to use the Vertical Scroll Bar. I have activated it but it is not working when I am using XPlistBar. Is there any way that I can use the vertical scroll bar i...
Hi try the send email via outlook with OLEobject
lOle_Outlook = CREATE OLEObject lOle_Outlook_Item = CREATE OLEObject lOle_Outlook_Item_Attach = CREATE OLEObjectli_Create = lOle_Outlook.ConnectToNewObject( ls_OutlookCurVer )lOle_Outlook_Item = lO...
Hi - Our team has been working on a unit testing framework for Powerbuilder. We originally looked at PBUnit but found it to be clunky and hadn't been updated in years - so we decided to build our own. Before working on perhaps getting it generalize...
Renaming the Application Object
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I'd like to rename the application object in one of my applications.
I found some instructions in a QA entry from 2019 that said to open the object, do Save As, save it as the new name, exit PB, change the application object name in the .pbt file, r...
Powerbuilder 2019R3 Pipe Error - Bind Parameter is Too Big
- Resolved
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
I support a system where inspectors use a PB2019R3 app to enter data into a Postgres 12 database and then generates SQL statements for the data and saves as a text file. The inspectors use another PB2019R3 app to populate a Sybase 15.7 database with ...
Hi
I Would like to know if possible create a RibbonBar in vertical instead on horizontal?
I created this on horizontal However on LargeButton click event the application must open other RibbonBar on vertical.
My kind regards,
I am trying to register the dll pb2xls.dll, I have added the files to"External Files" tab and I have selected the registry check, I am also running the app as administrator.It doesn't, I get an error message
SaludosW.
你好:
目前我们在应用中发现涉及带中文的查询都检索不出内容,怀疑可能是字符集导致的原因。我们数据库用的是cp936,按照帮助文档做了如下设置还是不行,请问是否还有其它地方涉及配置和调整?另外想问下应用运行相关的LOG文件在哪里可以找到?
谢谢。
commandparm showing prior commandparm to app.
- Issue
- Last updated 2 years ago
- Tracy Huang @Appeon replied 2 years ago
If i use a commandparm to start powerserver client app, it will be forever sent as a commandparm.
what is going on? how do you get rid of the commandline parm?
poweserver help has zero information if you search on commandparm
PB 2019 Build# 2170 migration Questions
- Advice
- Last updated 2 years ago
- Olan Knight replied 2 years ago
Our Client is using PowerBuilder 2019 Build# 2170 for an application. We are going to perform couple of migrations one at a time 1) migrating from 32 bit to 64 bit deployment 2) migrating from PB 2019 to PB 2021. While going through the documentation...
PowerBuilder 12.5 problem with KCrystal module
- Advice
- Last updated 2 years ago
- Olan Knight replied 2 years ago
We developed a program with PowerBuilder 12.5 running on Sybase SqlAnywhere 9. We had a module KCrystal calling a Crystal Report from the software without any problems.
We have now moved to MS SQL Server 2017 and the software runs normally except th...
Hello PB Guru's...
Since putting in R3 1915, we have come across an issue where the This.Print(JobNo, X, Y) no longer captures the screen.
If I set my printer to PDF printer, the file captures is 1 KB and is blank.
If I set it to a real printer, ...
DataWindow.Export.PDF.NativePDF Error with Arabic
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
Hi
this scrip i am use to export datawindows to pdf its work but Arabic its not support please help int li_retdw1.Object.DataWindow.Export.PDF.NativePDF.UsePrintSpec = 'No'dw1.Object.DataWindow.Export.PDF.Method = NativePDF!dw1.Object.DataWin...
JDBC no longer supported?
- Resolved
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi,
I just now heard from Ken Guo, that PB2022 will no longer support JDBC connections. https://community.appeon.com/index.php/qna/q-a/pb2019-mysql
Now I did know that calling java procedures / functions and stuff was no longer going to be support...
Autosize Width of Grid DataWindow NOT WORK
- How-to
- Last updated 2 years ago
- Luis Pesaressi replied 2 years ago
I have a DW Grid and need many column put with autosize width (3) but not work I try the solutions
in runtime but not work too
I put this
dw_1.Modify("fld_desprod.Width.AutoSize='3'" ) dw_1.retrieve(ls_filtro)
NOT WORK
why...??
I have ...
Could not reconstruct the statement graphically
- How-to
- Last updated 2 years ago
- Aleš Vojáček replied 2 years ago
Hi all,
in PB12 it seems, that table and column names was case insensitive. If I try to edit dw DataSource I can do it graphically.
When I migrate to PB2019, 2021, 2022 I cannot edit data source in graphics mode (it displays error : could not rec...
How do I over-ride Windows paste() function?
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi all,
I've got a dw that I want to over-ride the default Windows paste behavior on. In my dw the user can copy (CTRL+C) a value, then highlight several rows and paste (CTRL+V). I have an event ue_keypress for the keypress event, and trap CTRL+V....
Powerserver project setup - web server settings unable to copy
- Resolved
- How-to
- Last updated 2 years ago
- Kai Zhao @Appeon replied 2 years ago
if you copy the project setup for a powerserver project the webserver settings (server configurations) are not copied. apparently, they are stored elsewhere? *** copy it to a different machine ***
where are they, how are these copied?
how do read column values of dw on page basis ?
- Resolved
- How-to
- Last updated 2 years ago
- Olan Knight replied 2 years ago
I am trying to create jpg files and send them as whatsapp chat. let say user gives print order of pages 1,3-5,7. In that case I generate a print pages list 1,3,4,5,7 but at same time I have to read mobile_no and party name of particular pages. I disp...
PowerBuilder 2021 training video's
- Advice
- Last updated 2 years ago
- RamanaRao Nandigam replied 2 years ago
Hi Team,do we have any Basic training videos from appeon
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