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. :)
2019 R3 and Spell checking w/Sentry
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Demo application from WinterTree for Sentry Spelling Checker uses ActiveX 15.0, and this code works to find a handle that's passed to their 'as you type' spell checker.
I'm trying to get it to work using the latest ActiveX 28.0 version in 2019 R3. ...
PFC gnv_app pfc_exit vs pfc_close
- Resolved
- How-to
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Hi all,
I need to do some cleanup just before application ends.
Which of these events are ok for that?
I will exist application using menu/exit it will fire pfc_exit but no pfc_close.
When I close application usig close mdi_frame x then it will f...
Hi, I am using userobject structure to fill datawindow data. i want to know how can i trigger itemchanged event for va...
Unable to use django-kronos
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I've been testing django-kronos with the simple example listed in the github readme: When using kronos payroll
I did pip3 install django-kronos,
myproject/myapp/cron.py:
import kronos payroll
import random
@kronos.register('* * * * *')
def co...
Webbrowser control and cookies
- How-to
- Last updated 2 years ago
- Bernhard Giesriegl replied 2 years ago
When I do a
wb_1.Navigate("https://www.google.at/maps/dir/....")
Googles webside asks me to accept the terms of use. If I do so, my webside opens fine.
The next time I try this, I am asked again, I have to accept once more, it seems that the cooki...
Problem with GetResponseBody(HttpClient)
- Issue
- Last updated 2 years ago
- Frankel David replied 2 years ago
I am using the European VIES API to check the VAT number of European customers.
I send the country and vat number and get back a response.
All works well except for the main country that I need and that is Greece which returns the result in Greek.
...
Crosstab datawindow not wrapping onto second horizontal page
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi,
i am currently having an issue where my cross tab data window that is within a composite data window is not wrapping onto a second horizontal page and i cannot seem to find out why. I have other report where the crosstab correctly wraps onto a ...
Bug de la fct RegisterEvent() d'un webbrowser
- Resolved
- Issue
- Last updated 2 years ago
- Laurent AUCOURT replied 2 years ago
Bonjour,
Pour signaler un bug.
Lors de l'utilisation de la fonction controlname.RegisterEvent (string eventname) d'un objet webbrowser, si le message est la chaine vide, alors l'évènement n'est pas déclenché.
Concerne PB2022 build 1878 et PB 2021 ...
Bug de la fct EvaluateJavascriptSync() d'un webbrowser
- Resolved
- Issue
- Last updated 2 years ago
- Laurent AUCOURT replied 2 years ago
Bonjour,
Pour signaler un bug.
Lors de l'utilisation de la fonction controlname.EvaluateJavascriptSync(string script{, ref string result{, ref string error}}) d'un objet webbrowser, si la réponse (result) fait plus de 2048 octets, le retour est Nul...
Is there a way to fill a pdf form from PB?
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello All,
We recently migrated to PB22. We normally just print a datawindow as a pdf, works great. We also occasionally use a Word template with bookmarks. We open the Word template, do a bunch of inserts into the bookmarks, then save the doc.
Is ...
How can I get rid of characters from a datastore?
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
Hi,
I am doing a retrieve on a datastore and then exporting the datastore into a string and writing to text file. When I open the text file I get these weird Red Nul Characters.
When I print to console, it prints as " ".
When I check string.Co...
Modification de la langage du webbrowser (CEF)
- Resolved
- How-to
- Last updated 2 years ago
- Laurent AUCOURT replied 2 years ago
Bonjour,
Je ne trouve pas le moyen de changer la langue utilisée par CEF.
Lorsque l'on utilise un objet webbrowser, Powebuilder lance des sous process CEF, exemple:
"C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.0.0.1878\pbcef\pbcef...
hi,
is there a date when the localized runtime files for powerbuilder 2022 will be released?
regards,
moritz
PB 2022 strange tooltip behavior on Windows Server 2012
- Issue
- Last updated 2 years ago
- Bernhard Giesriegl replied 2 years ago
Hi together,
a datawindow with several columns, tooltips are enabled.
On W10 all tooltips are shown on mousemove event.
On Windows Server 12 and Windows 7 (just testing there also) one controls tooltip is not displayed, other controls tooltips are...
Hi All,
Does anyone has a copy of the SySAM software and willing to share? We have just upgraded to AVD (Azure Virtual Desktop) machine and our standalone license for PB 12.1 does not work anymore.
TIA,
Neil
Is there a way to to speed up dataStore.Retrieve() in C#?
- How-to
- Last updated 2 years ago
- Olan Knight replied 2 years ago
Hi,
Is there a way to speed up how fast dataStore.Retrieve() retrieves all rows? Or can i split up the Retrieve() in some sort of way using multithreading. For example this is what I'm thinking, could I get the count of all rows, split it up N times...
Why am I not seeing the SQL communication in my DOS window?
- How-to
- Last updated 2 years ago
- Louis Arena replied 2 years ago
I am just starting to play with PowerServer in my development environment, Meaning that testing the code runs on my local computer. As you know a DOS window opens up to for the database communication and you can see the JSON. I was given a Demo of ...
Undocumented Application Object Events
- Resolved
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 2 years ago
Since at least PB version 9 (thats as far back as I can check) PBs Application object has six events, but only four (Close, Idle, Open, & SystemError) are listed in Help documentation. I can find no mention of the ConnectionBegin and ConnectionEnd ev...
how htmlencode/htmldecode in powerbuilder
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 2 years ago
Dear All
I have an issue that I need help with.I want to convert a text(xml) to html text. how does it work in powerbuilder?
string example input
tag_name root elementtag_name2 attribute="female"nameemp_fnameFran/emp_fname text contentemp_lnam...
how download power server 2022 and install
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
hello
how download power server 2022 and install
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