Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 1 year 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 4 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. :)
Basic Authentication for Web API
- Advice
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hello,
We are having some questions about security for the basic authentication to secure the web apis while using powerserver. We are leveraging a multi instance and multidatabase environment that would be extremely unwieldy when you are talking ...
PB2022 - Using Inspect Tool for MSAA and UI Automation Modes
- How-to
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Hello All,In our PB2022 application, we are using 'Inspect' Accessible tool for Test Automation functions.From the documentation, it says with Microsoft UI Automation technology, the UI elements of the PB control can be accessible using various tools...
Editing test data in the Powerbuilder IDE
- Resolved
- How-to
- Last updated 2 months ago
- Rich Gibson replied 2 months ago
This is pretty basic but how do you allow data editing in the database painter in the IDE. I have created a test table in the IDE using Postgres DB but I don't seem to be able to add records in the database painter. The "Insert Row" button is grayed ...
PowerServer Console APIs - where are they?
- Resolved
- How-to
- Last updated 2 months ago
- John Raghanti replied 2 months ago
Hi! I'm using PowerBuilder 2022 R3 Build 3397.
We created a Cache database that stores all of our connection, application and transaction information. I got the PowerServer Console from CodeXchange and got that running so that we can monitor and con...
PowerBuilder IDE Crashing randomly on open or close of window
- Resolved
- Issue
- Last updated 2 months ago
- Jeff Gibson replied 1 month ago
PowerBuilder 2022 R3 Build 3397Windows 10 Version 22H2 (OS Build 19045, 4651)I have a contract that I'm deep in the middle of that is for a state federal organization that unfortunately can't release the code to Appeon to look for this bug. Either wa...
Error while setting Ribbon Bar button property when menu is opened
- Issue
- Last updated 2 months ago
- Sandeep D replied 2 months ago
Error while trying to change the Enabled property of ribbon bar button when the Ribbon bar button's menu is opened
Explanation:
large button with menu
click to open the the menu
then if I try to set button.enabled =FALSE then SetItem is fai...
ole Outlook GetDefaultFolder(6).Folders.Item error
- Resolved
- Issue
- Last updated 2 months ago
- John Fauss replied 2 months ago
hi
Does anyone know if there is a problem with lole_namespace.GetDefaultFolder(6).Folders.Item("foldername") as when i use it to try to access an outlook folder i get an unknown foldets.item function ?
lms_MAPISession.MailGetMessages("",FALSE) //Ge...
Output view is not working
- Issue
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
When I click the output icon in pb 2022 R3 Build 3397 I get a blank screenI don't have this window What do I need to reset or do I need to redeploy PB?
InfoMaker How to Export pbl Library file names as a Text list with a script
- How-to
- Last updated 2 months ago
- GALEN BOYER replied 2 months ago
We need to be able to export our library objects names like reports, forms and queries to a text list. I don't find a menu command for that. What is the best way to do that?
Debugger doesn't stop on breakpoints
- Issue
- Last updated 2 months ago
- David Peace (Powersoft) replied 2 months ago
I'm having a weird issue where once PB hits this error I'm trying to debug, and then the debugger doesn't stop on my breakpoints... Any one have any idea what could cause this? -- My error even opens up a custom message window where I've put a break ...
Slow read file with buffer
- Resolved
- How-to
- Last updated 2 months ago
- Paweł Kasperek replied 2 months ago
Hi,
I've got a little problem with reading large files with chunk size (buffer). I think that the problem is in BlobMid function. Suppose I read all file and the problem doesn't exist. Maybe somebody can help me. Follow is a sample of code:
...
Performance issue while using SyntaxFromSQL function.
- Issue
- Last updated 2 months ago
- David Peace (Powersoft) replied 2 months ago
We are using below lines of code, while working our application with Oracle database SyntaxFromSQL function is taking lot of extra time to execute as compared to the time taken while using SQL Server. Any idea what could be the issue and is there any...
Non visual data window NULLABLE error
- Issue
- Last updated 2 months ago
- Esau Redwan replied 1 month ago
Hello, we are getting an error on one of our datastores: "ModeulOrModelName": "d_customer_productgroup", "ErrorCode": 0, "ErrorMessage": "Unable to cast object of type 'System.String' to type 'System.Nullable`1[System.Single]'."
We have changed all ...
Access sub-report on a nested datawindow
- Resolved
- How-to
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hi There to all PowerBuilder Guru's -
I have a composite datawindow (say dw_composite) which has 4 sub-reports inside it - dw_child_1, dw_child_2, dw_child_3 (all three placed in the Detail band of dw_composite) and dw_child_4 (placed in the summary...
Hello,
PB 2022 R3, Build 3391
A problem with saving PDF files in WebBrowser has been detected.
If you open a NEW WINDOW with a PDF file from WebBrowser
window.open('https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf')
...
Code signing for $10/month using azure trusted signing
- Resolved
- How-to
- Last updated 2 months ago
- David Peace (Powersoft) replied 2 months ago
Has anyone tried this yet? I'm planning to try this after my current cert expires.
FYI - New azure code signing service that includes the certification and HSM for 10/month. Typical EV certs cost well over 200+ year.
Works with signtool as well a...
#PowerServer #Barcode # Datawindow issue
- Resolved
- Issue
- Last updated 2 months ago
- mike S replied 2 months ago
Hi,I am getting a barcode issue when i am trying to open the datawindow object in Power Server. However the same issue is not happening when i am opening the datawindow object in powerbuilder 2022 despite both having the same source code.
I am attac...
SnapDevelop project not start in debug mode
- Resolved
- Issue
- Last updated 2 months ago
- Bernhard Giesriegl replied 2 months ago
Hi all,
working with SnapDevelop 22.2.0.3391
Since two weeks I cannot start my projects in debug mode. They stop here, nothing more happens (no start of swagger):
Starting without debugging it works fine:
I installed the recent version ne...
Show all pages of multiple PDF files in one window
- How-to
- Last updated 2 months ago
- David Peace (Powersoft) replied 2 months ago
Hi
How to show all pages of 2 different pdf files in same window? Which objects can be used? Programming with latest PowerBuilder version.
All ideas welcome...
Kind Regards,Sylvie
Hopefully someone can help
I am sure that at some point i have seen enhanced / demo code for the default filter window or sort window
string sznull
setnull(sznull)
dw_1.setfilter(sznull)
dw_1.filter()
and the equivalent sort features, but i...
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
DPI
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
RibbonView
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
Solution
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