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. :)
No prompt to add C# project to PowerBuilder workspace
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Windows 10
PowerBuilder CloudPro 2019 R2 2328
No source control at the moment
I am finally getting round to seeing if I can move my C# Active/X wrapped dll to use the new PowerBuilder 2019 R2 C# handling feature.
Part of what I am looking at i...
DW Data Source as Stored Procedure - Wizard does not show all procedures
- Resolved
- How-to
- Last updated 4 years ago
- Gzim Ramizi replied 4 years ago
Hi all,
we try to get data into a DataWindow over stored procedures. Further, we also want to be able to save the data via stored proc. The dialog for the first generation of the DataWindows Objects, where the procedures can be selected, does not sh...
DotNetAssembly and DotNetObject runtime files
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I'm using the new DotNetAssembly and DotNetObject in a PB app, and when I run my app from a network drive it works for me but not my users. I used Process Explorer to view the file dependencies for my app and it showed lots of files being used from m...
DataWindow retrieval args only work right with DisableBind set
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
I have a DW where I'm trying to retrieve some rows from a table called DONOR, with two retrieval args (MemberNumber int, Email String) with SQL like:
SELECT ...FROM DONORJOIN ...WHERE (member_number = :MemberNumber and :MemberNumber 0) OR (ema...
Updated to 2019 R2 2328 - LoadFromXML is Unknown Now?
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I have the following subroutine
public subroutine wf_init_ribbonbar (ribbonbar arbb, boolean ab_loadxml);// Just loads the RibbonBar from global variable
IF ab_LoadXML THEN
arbb.LoadFromXML(gs_ribbonbar_path)
RETURN
END IF
end subroutine
I u...
Drag and drop to re-order rows within a ListBox control
- How-to
- Last updated 4 years ago
- Daniel Vivier replied 4 years ago
Does anyone have any sample code or pointer to a helpful article for doing this - dragging one row of a listbox control to another position in the control and dropping it there, to re-order the items?
Thanks.
Will there be a ribbonbar control?
- Resolved
- How-to
- Last updated 5 years ago
- Arturo Quiroga replied 4 years ago
Hello,
We're in the middle of investigating a way to implement a ribbonbar in our main application. Of course there are third party solutions for this, but before paying a lot of money for such a solution we like to know what the plans are right now...
PowerServer deploy can't parse structure containing comments
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I'm trying to deploy an application using PowerServer 2017 R3 and I'm getting an error saying that it can't parse a structure. The structure contains comments for some of the fields. If I remove the comments it parses without any errors. Is this a kn...
Appeon for PowerBuilder 2015 with AWS Web ACLs
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello All,
We were setting up APPEON Web environment in AWS cloud hosting, and the powerbuilder application was supported by pfc classes.
My problem is, a random error would be prompted as below, when we tested by retrieving records involving...
I am fairly sure I am not alone in thinking the PowerScript editor needs a refresh. My editor of choice outside PowerBuilder is Microsoft VSCode. VSCode is open source and runs on the Chromium engine. The editor component of VSCode is called Monaco E...
Problems Resizing Windows in 2019-R2
- Resolved
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Since upgrading to PB2019R2, I'm having a problem resizing windows. It seems the hover area for the mouse pointer is incredibly small. I have to move my mouse back and forth several times before getting the correct spot. The lower right corner is esp...
Powerserver parameters to DotNet Component
- Resolved
- Advice
- Last updated 4 years ago
- Mark Lundell replied 4 years ago
Is there a workable or recommended way to pass a byte[24] array to and from a DotNet component from a Power Server application?
Thanks.
Scan a barcode and populate it in PowerBuilder
- How-to
- Last updated 4 years ago
- Sivaprakash BKR replied 4 years ago
Hello All -
One of my clients has a 'symbol scanner' plugged into his USB port
He places the cursor in a field (say Stock number) in a PB window object, and when he scans a barcode from a paper or another application on-screen, he wants the value r...
Is it possible to have a working pbm_lbuttonUp on a menuitem
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi,
I've been asked to do things "while the left mouse button on an icon of a menu toolbar is being hold down" and when it's being released.
I've tried to add pbm_lbuttondown and pbm_lbuttonup, but that doesn't seem to be fired.
So my question is:...
How can I apply UI Theme to runtime application?
- Resolved
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Hi everyone,
I'm trying to apply the UI Theme to runtime applicaion.
UI theme is working good in the develop environment. But it doesn't work at end-user computer.(Does UI Theme not work on Windows 10?)
I know that I can apply it just with copying...
I have installed PBv12.0 onto my Win10 VM.I cannot - can NOT - get the EBF to update the code to 12.1 to run.Booting the VM in safe mode is not possible.Then: *** Eureka ***!I realized that what defines a version of PB are the DLLs. Since I alread...
Appeon 2019R2 con Oracle11, no veo store procedures
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hola, estamos utilizando appeon 2019R2, con cliente oracle11, desde appeon solo veo la posibilidad de conectar
con "O10", creo que lo hace bien, o sea me conecta. Pero el tema es que .... voy por este camino
archivo - nuevo - "tabular" ok - "proced...
datawindow pbm_vscroll help
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all. I've been tasked with creating a smooth scroll on a long composite datawindow. The powers that be don't care for the row by row type scrolling, as some detail rows are much taller than others.
Anyway, I've created an event and associated pbm...
Hi all, just recently migrated to PB 2019 from 12.5 and am now working on the integration into SVN. I have noticed when I make changes to PB objects and commit them, the individual files in the ws_objbects folder are committed, but the pibbles they ...
PB17 R3 to PB19 R2 migration: Anything to be aware of regarding Git Source Control ?
- Advice
- Last updated 4 years ago
Hi,
we plan on migrating our PB17 R3 application to PB19 R2 to leverage some of the nice new features.
Migration should be pretty straightforward but we use Git for source control.
I'd like to know if some of you did the same thing and what pro...
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