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. :)
PB2022 R3 22.2.0.3289 APP CRASH with PBSHR.DLL
- Resolved
- Issue
- Last updated 9 months ago
- Marco Armbruster replied 9 months ago
Hello,
we migrate our app from PB115 to PB2022R3 recently.
After migration all seems to run perfect.
Now the app crashes without "any sound". Not always but sometimes.
Most crashes occur when many windows are opened.
It´s not a special line of c...
Middle mouse button (scroll wheel) click
- Resolved
- How-to
- Last updated 9 months ago
- John Fauss replied 9 months ago
Hi all,
is it possible to trigger an event on the tabpage after pressing the middle mouse button (scroll wheel) - e.g. to close it - as in the browser?
I can't find a way...
Regards,
Tomáš
Why SetSqlSelect returns -1 with SQLite connection
- Issue
- Last updated 9 months ago
- Roland Smith replied 9 months ago
Hello,
Using PB 2022 R3 Build 3289 (64 bit) with PostgreSQL 15 and SQLite 3
We have many reports which constructs required SQL and set it with SetSQLSelect to retrieve the data. It works perfectly fine when we connect to PostGreSQL 15. And fails ...
PowerBuilder 2022 R3 - Window Border and Titlebar
- How-to
- Last updated 11 months ago
- Heiko Betzler replied 9 months ago
Hi,
we would love to use the new optimized theme resize behaviour in PB2022 R3 3289 which allows us to reduce the size of our window borders back to 1px.
However it seems like there is a gap between the title bar and the window border which looks o...
PB(2022) IDE, how can a custom menu icon for DWSyntax tool be defined?
- How-to
- Last updated 9 months ago
- Roland Smith replied 9 months ago
I Use the DataWindow Syntax tool during development and would like to add an icon to the PB menu bar.
From PB help --
The DWSyntax tool, available on the Tool tab in the New dialog box, makes it easy to specify dot notation, Describe, Modify, and S...
Antivirus software and Powerserver apps
- How-to
- Last updated 9 months ago
- Monica Petersen replied 9 months ago
Hi team,
I deployed a PowerServer app, and then initiated it on 4 different laptops. Two of them ran fine. On one laptop, it ran once, then got snagged by the antivirus (BitDefender). It was quarantined, and I said to exempt the app, but it hasn'...
Powerserver & ODBC drivers
- Issue
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months ago
Hi Team,
We need to send the data to downstream systems, which is MariaDB hosted in aws environment. I am trying to connect to the MariaDB through MySQL odbc drivers. When i am trying to connect to the Maria db it is giving below error for the fi...
DECLARE AND EXECUTE Stored Procedures don't work with SQL Server
- Issue
- Last updated 9 months ago
- John Fauss replied 9 months ago
I have a stored procedure in SQL Server:
CREATE PROCEDURE [GROUP1].[test_return]( @OUTVALUE integer OUT ) AS begin SET @OUTVALUE = 999999; RETURN end
In Powerbuilder, I've set up a DECLARE and EXECUTE statement:
long ll_result
DECLARE te...
How to disable the theme for datawindow when the theme is applied
- How-to
- Last updated 9 months ago
- Sathishkumar S replied 9 months ago
Hi All,
I have applied the theme for the application using PowerBuilder 2022 R3 Build 3305.
I have two user objects. In one object, I am able to disable the theme for the data window (tp_grid), but in the other, I am not able to disable the theme(t...
Restriction in HTTP.SendRequest
- Resolved
- Issue
- Last updated 9 months ago
- Sivaprakash BKR replied 9 months ago
Hello,
Using PB 2022 R3 b 3289, HTTPClient
Trying to send multi-part data.
1. Working fine in Windows 102. Not working in Windows 7 - Returns li_ret = -193. Not working in Windows Server 2012 R2 - Returns li_ret = -4
C...
object with picturebuttons problem at pb 2022 r3
- Issue
- Last updated 9 months ago
- Andreas Mykonios replied 9 months ago
Hi ,I have user object with picturebuttons . when i clicked at the picturebutton (that on the user object) there is a script with picturebutton.displayname property .at pb 2022 r3 the picture that on the button Disappeared after the clicked and the ...
"ErrorMessage": "ORA-01008: not all variables bound"
- How-to
- Last updated 9 months ago
- Logan Liu @Appeon replied 9 months ago
Hi Team,
I Migrated the application from PB21 to PB2022 R3. Now, I created the Power server project and deployed the Project successfully.
when I try to run the Project, I'm getting the ErrorMessage: "ORA-01008: not all variables bound". Oracl...
Nested Report issue in Powerbuilder 2019 R2
- Issue
- Last updated 9 months ago
- Buck Woolley replied 9 months ago
Powerbuilder 2019 R2 Build 2353
Issue with summary height adjusting when there is a nested report in a trailer.
The nested report reduces the summary band height and there is no way to override this. This happens in the datawindow painter
T...
I'm using a OLE Object to connect to Word:
OLEObject contact_ltrcontact_ltr = CREATE OLEObjectli_result = contact_ltr.ConnectToNewObject("Word.application")
Then I replace bookmarks one of which need to be a mailto link. How do I this? So, far I'm...
HyperLinkToURL() vs OpenURL()
- Resolved
- How-to
- Last updated 9 months ago
- John Fauss replied 9 months ago
Hi,
Our PB2022 R3 app is installed on a Citrix server and, when the app opens an URL, our ITs want to use the client web browser instead of the default browser on the server.According to them, the behavior of HyperLinkToURL() and OpenURL() are not t...
Getting "Error: Session creation failed. Cause: (HTTP status code: 404)" when deploying to IIS
- Resolved
- How-to
- Last updated 9 months ago
- Monica Petersen replied 9 months ago
Hi All,
I'm trying to deploy a PowerServer app to an IIS server using PS 2022 R3 build 22.2.0.3289.
I've had this app working on this server using earlier versions of PowerServer, but I'm getting the following error:
I went to https://docs...
Is there a way for InfoMaker to email the results of a report to a user or group of users?
I am working on a report that will indicate if a student has dropped all of his/her classes for the upcoming semester. It would be very helpful if these resu...
How to position the new window exactly to the right of the main window?
- How-to
- Last updated 9 months ago
- John Fauss replied 9 months ago
A window named w_main with a button is created at first. When the button on w_main is clicked, a new window will be opened. This code is in new window's open event.
x = w_main.x + w_main.width
y = w_main.y
But there is an obvious gap between the...
hard coded connection string for multiple users
- How-to
- Last updated 9 months ago
- Roland Smith replied 9 months ago
Hello, I have the following connection string:
sqlca.dbms = "value"sqlca.database = "database_name"sqlca.servername = "server_name"sqlca.dbparm="ConnectString='DSN=database_name',DisableBind=1,DelimitIdentifier='No',StripParmNames='Yes',CallEscape='...
Hello?This is Shin Jun-ki, CEO of CS Solution.
The APK is created well in Android Studio, but when you install it on your phone and run it, it crashes right away.This is a part that is working well but should not be created as a new one.
1. Android...
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