Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 10 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 Can We Create Github Action Workflow To Test .NET Dll importing on Powerbuilder?
- Resolved
- How-to
- Last updated 2 weeks ago
- Peter Pang @Appeon replied 1 week ago
First, Sorry for my unfluent English Skill, I have worry about My words may be harm your feelings.
Our Company Use .NET Framework DLL to extend Powerbuilder feature
for example paged document with image file format, we create PDF file on Powerbui...
Hello,
I used the .NET DLL Importer tool to add a function to my PB application. It works very well in Powerbuilder and after compilation on my development PC.
However, when I try to load the dll on another PC, the LoadWithDotNet function returns -...
Anyone use 'Microsoft Print to PDF' to Save Documents Automatically?
- Resolved
- How-to
- Last updated 5 months ago
- Ronnie Po replied 2 weeks ago
PB 2022
Wondering if anyone has used 'Microsoft Print to PDF' as the DataWindow.Print.Printername while also specifying the DataWindow.Print.Filename in order to save PDF documents automatically so the SaveAs popup does not show. I am trying to find...
데이터 창 항목이 많으면 스크롤이 매우 느립니다. 이에 대한 해결책이 있습니까? 참고로, 버전은 12.5입니다.
PBWebBrowser vs WebBrowser object confusion
- Issue
- Last updated 2 weeks ago
- Armeen Mazda @Appeon replied 2 weeks ago
Powerbuilder 2022 R3 only has the WebBrowser object which doesn't allow any sort of cookie manipulation. I have tried to make sure all the webview2 runtime libraries are set and working
Does the PBWebBrowser object even exist ?
I get different ...
I tried printing to PDF like this:
dw_report.Object.DataWindow.Print.PrinterName = "Microsoft Print to PDF"dw_report.Object.DataWindow.Print.FileName = ls_FileName
dw_report.Print()
It works except that the Print function returns before the printe...
Timer is not triggered during execution of stored procedure.
- Issue
- Last updated 2 weeks ago
- John Fauss replied 2 weeks ago
In one of our workflow, We are calling a database stored procedure and it will take more than 30 minutes to execute. We having a logic to refresh the JWT token for every 30 minutes. Now, because of stored procedure execution application is failed to ...
Transaction control with ps2022 with autocommit off
- Advice
- Last updated 2 weeks ago
- David Peace (Powersoft) replied 2 weeks ago
Hello,
Prior to moving to ps2022 our application had autocommit=true but we typically did commits after updates. In PS2022 those commits were throwing transaction not found errors. So I changed it to False. Theres a few places were I'm finding that ...
PowerBuilder 2022 R3 and Outlook 365 Cloud Integration!
- How-to
- Last updated 2 weeks ago
- David Peace (Powersoft) replied 2 weeks ago
Hi Experts,
I hope you're all doing fantastic!
I've seen this question come up before, but I haven't found any answers yet, so I'm reaching out with high hopes for some help.
We're using themailSessionobject (Outlook Automation) to send, reply, an...
Hello,
I am solving a problem after switching to PB 2022 R3 in our application, when the datetime value is omitted in VALUES in the INSERT that PB sends to the DB (Sybase ASE 15.7).
I found out that the problem occurs when the dw_2.retrieve query i...
relazione tra memoria e velocità di esecuzione
- Misc
- Last updated 4 weeks ago
- Chris Pollach @Appeon replied 2 weeks ago
Ciao a tutti
Da un po' di tempo riscontriamo una certa lentezza sul nostro applicativo.
Noi notiamo che all'aumento della memoria spesso corrisponde un degrado significativo dei tempi di esecuzione.
Il nostro studio su un campione significativo di...
Transaction does not exist on Cloud APP
- Issue
- Last updated 1 month ago
- David Xiong @Appeon replied 2 weeks ago
Hi,
When we run a Cloud App and execute a database operation. Some of the requests received error:
Transaction does not exist. Transaction ID: XXXX-YYYY-....No changes made to database.
We have modified and added according to recommendations on ...
Issue with upgrade to V2022 R3 3397
- How-to
- Last updated 2 weeks ago
- Logan Liu @Appeon replied 2 weeks ago
Background
This all started yesterday when I tried to run an application that was working last week (and had been working since November) running 2022 R3 3289. When I invoked the application from the URL, the Cloud App Launcher would never launch. I...
I am using Powerbuilder 2022 R3. I have a datawindow that is set up to print a parking pass. The printer specs are using the Envelope for the paper size and the paper source. Currently the pass only prints on 1 side. Staff have asked to have info pri...
problem with pfc of_createkey
- Resolved
- How-to
- Last updated 2 weeks ago
- Bruce Armstrong replied 2 weeks ago
environment: powerbuilder 2021we are migrating the database from sybase to ms sql serverThe function is of_createkey().
It iterates through the data fields of an object, looking to see which, if any, are key fields. It does this using the Describe()...
Radio buttons in a group box PB 2022 R3
- Resolved
- Issue
- Last updated 2 weeks ago
- John Fauss replied 2 weeks ago
Hello!
I have 3 radio buttons in a group box. These are on a tabpage on a window (inherited from w_sheet in the PFC framework).
I am able to click on the first two buttons but not the third one. The properties are all the same. I recently upgraded ...
conversion of 32bit to 64bit getting debug issue
- Issue
- Last updated 2 weeks ago
- Angie Liu@Appeon replied 2 weeks ago
Hi team, i have previously used powerbuilder 32bit but now migrated to 64bit while doing execution getting below issues while adding any element to it how to fix this issue?
save as pdf Arabic letters problem
- How-to
- Last updated 2 weeks ago
- Chris Pollach @Appeon replied 2 weeks ago
Please help soon
SAVE AS PDF in powerbuilder
The problem of Arabic letters not appearing or appearing incorrectly
dw_print.Object.DataWindow.Export.PDF.Method = NativePDF!
datawindow arguments - list of values
- How-to
- Last updated 2 weeks ago
- Chris Pollach @Appeon replied 2 weeks ago
Hi
I am trying to supply my datawindow with a list of arguements / parameters - ideally from a drop down list of values.
So that it works a bit like an excel filter. where you tick the values you want
I am sure that I have seen PB code doing this ...
Making PFC application Non-PFC
- Resolved
- Advice
- Last updated 2 weeks ago
- Armeen Mazda @Appeon replied 2 weeks ago
Hi,
We are using PowerBuilder 2022R3 for developing and deploying our application.
Our app is built on PFC. All our windows are inherited from pfc windows and dw controls are u_dw and command buttons are u_cb.
All datawindow updates happen via pfc...
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