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. :)
According to the documentation for PowerBuilder 2022 R2 Build 2819, the following runtime files are required for WebBrowser support:
pbwebbrowser.dll, webbrowserapi.tlb, and "PBWebView2" folder
"PBWebView2" folder is required for WebView2 Runt...
Sample not working in Snapdevelop 22.1.0.2819
- Resolved
- Misc
- Last updated 1 year ago
- Logan Liu @Appeon replied 1 year ago
The example: https://docs.appeon.com/powerbuilder/CRUD_Operations_with_.NET_DataStore/index.html is not working well with SnaDevelop 22.1.0.2819
Reason: Does not exist/Does not create Startup.cs file
Perhaps the link should be updated to the new...
Using the BOX REST API from PowerBuilder
- Resolved
- How-to
- Last updated 2 years ago
- Daniel Kervabon replied 1 year ago
Has anyone used PowerBuilder to retrieve files from Box using the Box REST API?
My company is phasing out FileNet in favor of Box and we need to change a PowerBuilder application to that end. We were able to put together a clunky .NET assembly in Po...
ADO.NET with 2022 R2 fails in deployment
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hi folks
I have upgraded to 2022 R2 and am testing deployment of our appliications using the latest runtime in IDE AND in the projects.Windows 10/64bit 32 bit IDE/project I try to connect to MS SQL Server (2014)using the following transaction o...
Error when using PowerBuilder 2022 R2 Beta's SMTP functionality
- How-to
- Last updated 1 year ago
- Tomas Beran replied 1 year ago
Hi,
I have the following codes that I based from the sample given in Appeon side. I'm using PowerBuilder 2022 R2 Beta. My IT department said that we can send email through our SMTP server without authentication, and leave Password, SecureProtocol, E...
Data Window Display Issue on iOS App - Seeking Assistance
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello Appeon Community,
I hope you are having a good day. I am currently facing an issue with the PowerBuilder app that I'm developing for both Android and iOS platforms. The issue pertains to the display of a Data Window within the app.
Here's the...
memory leak in a timer event
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I have a small application (MDI) that is running as a service using the timer event on the only sheet in the application. The timer event is set at 5 sec interval. When the event is triggered, it checks to see if it is currently processing any requ...
Need to be able to copy contents of any code blocks / samples
- Misc
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Just a sample of code block
Hi, it would be nice to have little "copy" icon when viewing code samples, like the one above.
Sometimes the code is very long and it's cumbersome to select the whole contents using the mouse.
See for example the code I...
Hi
When i place a long string of characters in the PB script editor, i cannot put the curser at the end of the string. It stops half way and will not go further.
Has anyone experience this issue?
Here is the string
NEQUG2HqsM9tjkm9eoRVv0AK/...
We have deployed our PowerServer22 project in the web root path i.e. c:\inetpub\wwwroot and also configured IIS but can't run the application. Please suggest what to do next.
Lenguage package powerbuilder 2022 1892
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Buenos dias amigos, estoy por actualizar mi version de powerbuilder 2022 a la versión 2022 R, pero como necesito tener el lenguaje package en españosl, cren que se posible copiar este lenguage package de la versión 2022 build 1892 a esta nueva, creen...
Completely remove the titlebar on the frame window in a PB MDI app
- Resolved
- How-to
- Last updated 1 year ago
- Brage Mogstad replied 1 year ago
Hello,I was thinking of implementing the ribbonbar control to modernize the MDI app.But I can't find any easy way to get rid of the title bar(!!)Space is always a big issue, and so far I've managed to remove the app menu and the toolbar menu (enclose...
re-overwrite of existing cloudapp
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi Sir,
I wanted to ask, after i deployed the cloudapp to powerserver , for example version 1.01. And user can login to this application successfully. When there is a minor bug in the code and after we fixed it, can we redeploy to the same version ?...
Send email in Pb 2022 R2 using a gmail account
- Resolved
- How-to
- Last updated 1 year ago
- Mark Goldsmith replied 1 year ago
I'm trying to do a simple test using a gmail account.
Any ideas what the problem might be?
I get an Error - 14 when it runs.
Email password in this example is NOT valid for security.
Integer li_rcSMTPClient lnv_SmtpClient
lnv_SmtpClient = CRE...
Translate TabbedView context menu
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi,
I'm developing a regionalization (localization) application in the Polish language. The context menu of TabbedView is only in English (please see attached image). Can I change popup menu messages ( Close Current Tab, Close Tabs to the Left e...
RTL language - Saving data into a text file - Difference between PB2017 and PB2022
- Resolved
- Issue
- Last updated 1 year ago
- david shalit replied 1 year ago
In PB2017 when I save RTL words by using OpenFile(...) with EncodingANSI!, the text is saved correctly.
In PB2022 when I save RTL words by using OpenFile(...), I must change to EncodingUTF8!, otherwise the text appears as question marks.
Is there a...
How can I rename a directory?
- Resolved
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi all,
I want to rename a directory if the directory exists. How can I do that? I know how to use DirectoryExists() and RemoveDirectory(), but not seeing a function to rename a directory.
Say the initial directory is 'd:\mydocs\manuals\tektronix...
Has anyone accessed Google Firestore (a noSQL DB) from PB? I see there's a C# API available so I guess it should be possible to import that into PB and use it, but I'm concerned about whether there are non-async versions of functions, since I am not ...
Hi
is it possible to print from the new webview2 based webbrowser component included in PB 2022 R2 (build 2819)?
Print() method just opens preview.
Print(job, x, y) through job prints an empty page.
Is there a workaround through Javascript etc? I...
How to open PrintDialog of WebBrowser-Control?
- Resolved
- How-to
- Last updated 1 year ago
- Kai Zhao @Appeon replied 1 year ago
Hi all,
we are using WebBrowser-Control to show PDF. That works very well. Also, the icons/controls of the PDF are showing up, hence the user is able to print/download the file. Now, I would like to open the print dialog, like clicking on the printe...
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