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. :)
Configuring PowerBuilder 2021 with Oracle X64 in a Dev Environment
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi everyone, I have a question in regards to PowerBuilder 2021 in X64 Dev Environment . As part as I know we cannot connect PB2019 with Oracle X64 running the GUI in the x64 Dev environment. Was this issue resolved in the new PB version 2021.
I re...
RTE right margin setting doesn't save
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Entering text into an RTE field in a Response type window. The right margin is set to 7 1/2 inches. We have a client who opens this response window, and finds their right margin is set to 3 inches - too small for them. When they move the right margin...
6-digit milliseconds on insert: quick fix on the server side?
- Resolved
- How-to
- Last updated 2 years ago
- Scott Gorke replied 2 years ago
Hi,
Powerbuilder 2019 R3
MS SQL Server
INI file excerpt:
[SQLServer]LogID=SQLuserLogpass=SQLpassword[Database]DBMS=SNC SQL Native Client(OLE DB)Database=DBnameServerName=SQL server instanceDBParm=Provider='SQLNCLI10',Database='DBname',DBTextLi...
Does any online formatter works for PowerScript?
- Resolved
- How-to
- Last updated 2 years ago
- Berka Frenfert replied 2 years ago
Sometimes script is divided into multiple events because of script length exceeds the limit which is i guess 1500 or 1000 lines. Having proper indentation is big problem with even smaller than 500 lines. I have no idea if any PowerBuilder version hav...
Winsock error 10035 in pbm_custom02
- Resolved
- Issue
- Last updated 2 years ago
- Berka Frenfert replied 2 years ago
This winsock code runs for 2 or 3 times and after that i keep getting same error line: MSG.text = "Error 10035: sock not ready or nothing was sent to server". Could not find exact reason, look like multiple request handling is the problem because thi...
Run Powershell commands from Powerbuilder
- How-to
- Last updated 2 years ago
- Berka Frenfert replied 2 years ago
I don't know how to call powershell script from powerbuilder. Some one please help
Thanks
Hai,
I am using Pwerbuilder - 2021 - 1509
To search any object from browser, eact time we need to select all pbls. This selection not fixing if once we select all.
Theme datawindow edit / style edit
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Hi
How can change to "drawing:false" only in dw/edit/style edit filed
in them file I can't fount that property for this field type
thank
Luis
PS2022 signtool not working?
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
PS 2022 BUILD 1845
i setup PS 2022 to sign my application using signtool. Everything is setup like i have it setup for regular PB to get signed (done in command line call, which is different than PS2022).
the exe does not get signed.
There is n...
Powerclient FTP settings - Active mode
- Resolved
- How-to
- Last updated 2 years ago
- Tomas Beran replied 2 years ago
Hi
Is it possible to force active mode for deploying to the web server? I've a router between me and the webserver which I don't manage and the only working way is active mode (PORT).
Is there a config file or a registry key which controls PB inter...
Hard-coded string vs constructed string as Sqlca.DBPARM
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 2 years ago
PB2019R3With much help I was able to hardcode a DBPARM string to get a DNS-less connection to a PostgreSQL database.// hard coded DBPARM"ConnectString='Driver=PostgreSQL Unicode;Database=nttest;Server=10.51.78.544;Port=5444;UID=oknight;PWD=oknight;',...
Hello everyone!
I am trying to use PBAUTOBUILD with our application. I have exported the build file using build plan with GIT.
Our application is big, the repository got over 43000 files.
Using pbautobuild, the GIT source code never finish suc...
How to handle errors when creating 'abb' package in Android Studio
- Resolved
- How-to
- Last updated 3 years ago
- Kai Zhao @Appeon replied 2 years ago
Hello? Register the app developed by APPEON in the Google Play Store. I'm going to try. In the past, it was possible to register as an APK file, but now it is possible to register as an abb package. It is made. When creating an abb package in Android...
Help says that the DEFAULT is 0 which means to ignore all certificate errors. Does that mean it does not check the certificate at all by default?
how do you have these clients validate the client cert? Do you set the value to null?
I ...
Are there libraries available to restrict specific password in power builder?
- Misc
- Last updated 2 years ago
- Olan Knight replied 2 years ago
Hello, Are there any libraries available in PowerBuilder/PowerClient to restrict specific passwords like Names/Surnames/company id’s/ dictionary words/guessable words from being used in used? Thanks.
How does everyone include Help Topics in their App?
- Resolved
- Advice
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Hi all,
Just curious how everyone is incorporating Help Topic in their app. About 20 years ago, we used RoboHelp, but I haven't maintained it since then... and don't even know where the Help file we created is. Embarrassing. Creating and maintai...
PB 12.5 Database Trace dbtace filename location is stored where?
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
I am looking for the pbtrace log location.
I turn pbtrace ON and a dialog box title: Database Trace Output will be written to: c:\dawn logs\mytrace.log Configuration OptionsLog File Name: c:\dawn logs\mytrace.log
I change name to: c:\dawn l...
I have an application were I use PFC Resizing Service in every window, dw and any object. Everything is working perfect.
When User make any window bigger or smaller all columns resize accordingly as position and percentages declared in the construct...
SQLSPY - capture executed SQL into a variable
- Resolved
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
Can anyone assist me with the code to capture executed datawindow SQL into a string variable using sqlspy?
My intention is to save the captured code in an audit table to record database changes effected by Users.
I'm using PowerBuilder ver 2019R3
Hi
I upgraded pb10 to pb2019 r3 , I did posting database as below message. so i downloaded mssoledbsql driver and installed it.
if program called by powerbuilder IDE. it is ok. but when I deployed it as execute file. it still occured below error ...
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