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. :)
WebBrowser prevent header and footer with PrintAsPDF?
- How-to
- Last updated 2 years ago
- Mark Goldsmith replied 2 years ago
We want to use the WebBrowser control in PB2021 to load HTML files and save them as PDF. We have working code, but it is adding a header and footer to the page. We need to not have those!
Is there a way to force that? Maybe some JavaScript?
I have ...
PrintSetup functionality does not work.
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Printsetup functionality does not work as expected on PB2019 R3.
The Print Setup window opens but the printers are not displayed even if the printer is installed on the machine.
Please find attached screen shots for reference.
Could you please pro...
Default Printer behavior change from 2017 to 2017R3?
- Resolved
- Issue
- Last updated 2 years ago
- Troy Cowan replied 2 years ago
I'm seeing different behavior between two versions of our application. It just so happens that we changed versions of PowerBuilder from the first version to the second, so the behavior difference could be caused by a code change of ours, or some chan...
PB2019R3, GIT and DevOps
- Resolved
- How-to
- Last updated 2 years ago
- Tom Jiang @Appeon replied 2 years ago
We have just upgraded our applications from PB10 to PB2019R3 and was successfully able to get them loaded into Azure DevOps for source control. Now we are running into issues when we need to make a change to the applications. We only have 2 PB deve...
SQL 2019 connection in citrix environment
- Advice
- Last updated 2 years ago
- mike S replied 2 years ago
hello
we have an application that is accessed via citrix
we are upgrading our database servers to Microsoft sql 2019 from 2012
apologies I am definitely NOT a database connection expert
historically our application INI file for connection wo...
Hi.
Is it possible to share connection between programs?
Example.
First app developed with PB connects to a database.
Second app uses the first connection to comunicates with database.
Thanks.
edit items in a ribbonbar
- Resolved
- How-to
- Last updated 2 years ago
- kevin kevin rowe replied 2 years ago
We have a complex (400 item) menu built in PB 2017. This menu is also viewable as a tree view.
I am trying to convert the menu to a ribbonbar.
The security code for the menu looks hierarchically through the menu at the tag of each menu item and ...
Illegal data type: coderobject (PB2017 R3)
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I am using PB2017 R3 to create web service. I tried to use the Base64Encode in CoderObject:
CoderObject lnv_CoderObject lnv_CoderObject = Create CoderObject
ls_Base64Str = lnv_CoderObject.Base64Encode(lblb_data)
There was no error when ...
Hello.
We have an issue with DW in some machines.
In our project, the is a DW_1.SAVEAS(). it will generate a pdf file, but the issue is that this dosent work in some machines, and in other ones, it those generate. Dw.object.dataexport.method is ...
New WebBrowser: event to know Navigate() is finished
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 2 years ago
I'm considering testing the new WebBrowser control to see whether it can be used to invisibly load HTML files then save them as PDF. The idea would be to load the HTML into an invisible WebBrowser with Navigate(), then when that is complete, print th...
How can check encoded string is correct using Base64 (Blob)
- How-to
- Last updated 2 years ago
- Antony Xavier replied 2 years ago
Hi All,
How I can check encoded string is correct, which is converted blob data using Base64.
We are uploading encoded (using base64 Encoding) Blob data to "Docuware", some time it is not accessible from "Docuware", so before uploading, want to dou...
I'm doing some testing of the built in GIT with PB 2021.
I ran the Add to Source Control on the workspace and it created the ws_objects folder with sub folders for each library.
The target files (*.pbt) are not in ws_objects even though they show w...
Powerbuilder Timer Events and Imagemagick
- Advice
- Last updated 2 years ago
- Daniel Vivier replied 2 years ago
We have a PB application that uses Imagemagick to join one or more tif files into one tif file. We use Ole to connect to imagemagick. Sometimes this process of joining one or more tiff files takes a long long time. Our database or the firewall is set...
20021 - Loading DLL failed during Appeon Web
- Issue
- Last updated 6 years ago
- mike S replied 2 years ago
Hi Team,
While deploying application over Web (PowerServer Configuration toolkit), I selected all necessary DLLs in Deploy .Net/ DLL components section. When I run application in Browser getting 20021 - Loading DLL failed.
We have below v...
Any way to handle JSON with more than 20 MB?
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Hi,
is there any way to handle JSON with more than 20 MB?
We want to create a Webservice in SnapDevelop, that sends or retrieves E-Mails. Our application sends the data to the Webservice and the Webservice sends the E-Mail or the retrieves them. T...
Cannot load the Rich Text Edit Control
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi all,
I am currently receiving this message on the Powerbuilder IDE when looking at a Rich Text Edit control.
I am pretty sure I need to place the pbtxttext.dll somewhere, but not sure where. If anyone has encounter this issue please let ...
Best Practice to prevent SQL injection question
- How-to
- Last updated 2 years ago
- Roland Smith replied 2 years ago
Hello All,
I am a .Net c# developer who took over a PowerBuilder application. I have been doing some of the tutorials and had a question about the SQL connection part.
In going through the tutorial for PB (https://docs.appeon.com/pb2019/getting_sta...
SetItemStatus does not change to NotModified
- Issue
- Last updated 2 years ago
- Jeff Stubbs replied 2 years ago
Dear all,
I am having a problem with setting a columns status to NotModiefied!, look here
dw_list.SetItem(ll_row, "workitemstatus", 'Y')ldws_status = dw_list.getItemStatus(ll_row, 'workitemstatus', Primary! ) -- now it is dataModified!ll_ret = d...
Rich Text Edit Control, TX Text Control ActiveX 28
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We use the following code to be able to get a reference to the TX Text Control ActiveX 15:
uLong iul_hWin//, iul_hWin2
iul_hWin = Handle ( rte_note) iul_hWin = FindWindowEx ( iul_hWin, 0, "PBTxTextControl", 0 ) iul_hWin = FindWindowEx ( iul_hWin, ...
Datawindow, search for dupes in symbol relations
- Resolved
- How-to
- Last updated 2 years ago
- Michał Misijuk replied 2 years ago
Hello :)I have a table, which contains relations between, let's call them "symbols". Looks like this:I want to prevent user from saving data when inputs 2 records like marked on the screen (symbol = symbol_to, and in another symbol_to = symbol). We 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
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