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. :)
How can I update an entire pbl in a Subversion project?
- Resolved
- How-to
- Last updated 4 years ago
- Markus Schröder replied 4 years ago
Hello,
we use the native svn integration of Powerbuilder 2019 R2.
In our projects some of the pbl's are class libraries (like pfc's). If a programmer wants to update the class libraries he get's a lock on the pbl's in Powerbuilder and copies the ne...
AsymmetricSign using external encrypted private key
- How-to
- Last updated 4 years ago
- Bruce Armstrong replied 4 years ago
I am trying to generate the payload for a rest API and part of the payload is a digital signature using our private key.The private key is generated from an external source using openssl, with AES-256 encryption as below:
openssl genrsa -aes256 -pas...
stored procedure datawindows convert to C#
- How-to
- Last updated 4 years ago
- armando herrera @Appeon replied 4 years ago
hi appeon community:
I'm new on C#, mvc and snapdevelop.
i have a stored procedure datawindows with 4 sp' s for CRUD operation. I'm trying to generate the service and controller for this model:
using System; using System.Collections.Generic; usi...
Sensitive information found in PBD libraries
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Currently we are applying a revision in our Power Builder tools. In our deployed files using PB 2019 R3 (64 bit compilation) if we analyze PBD files for sensitive information, we found hardcoded SQL queries in it. Basically the hardcoded SQL queries ...
IDE crashes in System Options dialog
- Advice
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
We are migrating from PB10.5 to PB2017, and one developer in our team has problems getting PB2017 to work. The problem is that the IDE crashes in some dialogs.
One of these is the System Options dialog. The dialog itself opens correctly, but when yo...
Appeon APK will nog install
- Resolved
- Advice
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
We Just upgraden to powerbuilder 2019 2085 build incl de powerserver
In powerbuilder we made a new 'package' to make a new appeon workspace for android
We can not install the on our android tabelt veriosn 8.1.0 or on out chainway pocket widith ...
How can i catch tab key
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
I have a lot of singlineedit and dw controls on a window, I need to catch up with KeyTab! When the user presses the TAB key.
I try to use key events on the window to capture, but I can only capture all keys except the tab key. All keys in dataw...
Hello,
Surprise. PB 2019 R3 Customer Beta launched.
Issues with Mdidockhelp! Frame Type. Opened sheet is not added to the Menu.
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi Team,
We are currently using Powerbuilder 2019 R2 Build 2328. We have following issue
Whenever we use the following function to open a window, the window is getting added to Next-to-Last Menu and it is expected behavior and here our window "w...
We have some legacy processing applications (not dot net) with PowerBuilder 2017 R3
We use an SQL login and password to log into the database now. Our operations people would like to get away from this type of login and move to a more secure GMSA...
Is the MS Word document open?
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Good morning,How do I know if an MS Word document is open?
You have to take into account that the user can have several MS Word documents open, but I want to know if one is open in order to avoid opening it.
Thank you.
SOLUTION:I solved it usin...
Retrieve / Retriveone RESTClient
- How-to
- Last updated 4 years ago
- Mark Lee @Appeon replied 4 years ago
Hello guys,My name is Daniel and I'm Brazilian, work I'm using the powerbuilder 2019 r2 here, I'm always updating the version of the systems. My question is about RestClient.I'm trying to do a retrieveone / retrieve via RestClient, to get the result ...
Use of CrystalReports .NET DLL in PB 2019
- How-to
- Last updated 4 years ago
- IT Crew replied 4 years ago
Hello,
as we used an older PB version using the crpe32.dll to show reports created with Crystal Reports, we migrated it to the latest PB 2019 R2 Build 2353.
Now we also want to migrate the Crystal Reports features to use CrystalReports for .NET Fra...
infoMaker report into excel and .csv file
- How-to
- Last updated 4 years ago
- Mark Lee @Appeon replied 4 years ago
We need to be able to download infoMaker report into excel and .csv file. How do we download infoMaker report into excel and .csv file? It is not currently a possibility.
Trying to download a report into excel gives this error:
Hi everyone,
I need help on trying to hide the address bar of Edge browser from being seem when open the web app. This is to prevent user from copy the url and run multiple times on other browser. It works in IE but no longer work in latest Edge bro...
I tried to build dlls for PB 12.5 classic,but they didn't work anyway
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi guys,I still using PB 12.5 classic on a Windows 7 64bits machines,due to it doesn't has capablity to read xlsx file then I tried to build a dll which was calling the library to try to read xlsx file but they're all occured exception which were 'B...
How do you configure SSL to Sybase ASE database
- How-to
- Last updated 5 years ago
- Greg Harbutt replied 4 years ago
Can someone please provide guidance on how to configure a database connection to use SSL to a Sybase ASE database? I need to know how to connect from both the Powerbuilder IDE and, separately, from a client/server application.
We are currently usin...
TLS1.2 to connect to database server
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
My desktop application (built in PB 2017 R3) is connecting to Sybase ASE 15.7 database thru OpenSSL with below configuration:
SQLCA.database = ls_ApplDataBaseNameSQLCA.servername = "MyServerName"SQLCA.logid = ls_ApplLoginIDSQLCA.logpass = ls_Ap...
OLE DB connection using Provider=MSOLEDBSQL vs. new PowerBuilder 2019 R3 connection
- Resolved
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi - We have a PB2017 R3 application that uses a OLE DB connection with the Provider='MSOLEDBSQL' to connect to a MSSQL Server 2017 database. This is the newly supported driver provided by Microsoft so was wondering if there are additional benefits t...
Getting value from DW with editmask
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,I have a DW, where in one of the column is string, with editmask ####.00When I'm setting a value in DW like 1234.56, insert into database lookis like '123456' , and i would like to looks like 1234.56. I've tried GetItemFormattedString, and somethi...
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