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. :)
Save DW or Graphic as Powerpoint
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all,Does anyone know if it is possible to save a datawindow or a graphic from Powerbuilder directly into a Powerpoint? I couldn't find a way in Powerbuilder and also no 3rd party tool achieving this requirement.
Thanks regards
Angela
Issue with PowerBuilder 2019 runtime dlls.
- Resolved
- Issue
- Last updated 4 years ago
- Teresa MacDonald replied 4 years ago
I have migrated an old application into PowerBuilder 2019. On the development machine, it runs fine. On the user machine it is looking for some 12.5 dlls. pbvm125.dll, pbshr125.dll and atl71.dll. When I copied this into the folder, the app still won'...
Order of operations when posting a function call
- Resolved
- Advice
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
I just want to confirm my understanding. Suppose I have the following (over-simplified) code:
nvo_myobj objobj.StringValue = "foo"w_mywindow.Post wf_do_something("The value is: " + obj.StringValue)DESTROY obj
Is that OK, because the function argume...
Insert into a column that is a keyword in sql server
- How-to
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
In a effort to migrate from db2 to sql server i have run into a problem where an embedded sql command 'insert into' into a keyword column is not working in Sql Server but worked in db2.
///
//db2
INSERT INTO xxxxx.WS_TEMPLATE ...
How to Copy AWS S3 bucket folder data to local System using C# (New feature in PB 2019)
- Advice
- Last updated 4 years ago
Hi,
I have to copy files from AWS S3 bucket to local System without using AWS CLI.
I got the information like it is possible in PB 2019 Cloud Edition (C#).
Can you please guide me on this.
Thanks Regards,
Subin Subash
Filtering DDDW losing display value
- Resolved
- How-to
- Last updated 4 years ago
- James Medick replied 4 years ago
I've run into a situation which seems to have been around for years. When filtering a dddw in a datawindow that has multiple rows, I lose the display value and get the key value in the non-current rows using the GetChild and SetFilter. I found some...
Slow query performance using ADO.NET and SQL Server 2016
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Issue: Extremely slow query performance using ADO.NET connection to a SQL Server 2016 database using Appeon PB v2019 b2082.
Querying ~700 rows from SQL Server 2016 DB into a grid datawindow which is taking approx 2-3 minutes to complete (from compil...
Window sheet events on the MDI window...?
- Resolved
- Advice
- Last updated 4 years ago
- Brad Wery replied 4 years ago
Hi PB people!
Since the docked interface is buggy and will not be supported in the next release, I am trying to implement my own “docked like” interface. I created a visual uo that has buttons for each mdi sheet.
Opening the sheets is performed thr...
right click copy and paste datawindow
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
I expect this is a simple question but i cant find the answer !
I have a datawindow that if i right click i do not get the copy and paste window up ?
Other datawindows in my application do have copy and paste
Does anyone know why or how to fi...
.Net DataStore & ModelMaper
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
With .NetDataStore we can send datawindows from PB and make process with insert/delete/update and some filters, But i still dont know for what it is ModelMaper.. Is there any guide/tutorial/example for ModelMapper? or diferences between this two?
Specifying the WHERE clause for update/delete not working as described
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi
according to the PB Help when choosing "Key and Updatable Columns" or "Key and Modified Columns" in the "Specify Update Properties" dialog the columns marked as updatable should be included in the where clause (either all or the changed), but...
...
Datawindow Select Property Returning Empty String
- Resolved
- Issue
- Last updated 4 years ago
- Olan Knight replied 4 years ago
I'm accessing an NVO method that accepts a datawindow as an argument. The NVO uses DESCRIBE to retrieve the select statement. I tried to use a datawindow variable instead of dropping a datawindow control onto the window. However, Describe("datawindow...
Hi there!Here in my company we have a round 50+ different systems.Let's suppose I have to make a change in one of them. If I have the PBL's in my PC = no problem, just connect to TFS and do a GLV... But what if I don't have them? That's what we do to...
PB19 connection to 18c - TNS:no listener
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
This is almost a verbatim repeat of a question asked a year ago for which I didn't see a conclusive answer.
I finished testing two migrations with Oracle 9 and am now ready to test the applications with Oracle 18c. My understanding is that PB19 supp...
Datawindow Converter - Error: Index was outside the bounds of the array.
- Resolved
- Issue
- Last updated 4 years ago
- Logan Liu @Appeon replied 4 years ago
Hi - I am receiving an "Error: Index was outside the bounds of the array." when converting a datawindow that uses a stored procedure with 3 parameters to a C# Model. I believe I tracked down the issue to my retrieval arguments. In my use of this sto...
Different page layouts in Print Preview and PDF
- How-to
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Hello,
What I've been noticing from time to time for quite some time is an issue in how datawindows work with PDF printers (I saw it with Free PDF in Win7, Microsoft Print to PDF in Win10, Amyuni PDF Converter in both Windows versions, probably othe...
Which official PowerBuilder version supports Oracle 18c
- Resolved
- Advice
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Hi Appeon team,
Currently we are using the version Appeon PowerBuilder 2017 R3 Build 1880 with Oracle 12c.
Recently Our company planning to upgrade oracle 12c to Oracle 18c.
I came to know from my friends that Appeon new release supports Oracle...
Powerbuilder list files in directories and subdirectories
- Resolved
- How-to
- Last updated 4 years ago
- Larry Peters replied 4 years ago
Hi,
Can anyone point me at code which would recursively read files in directories as well as sub-directories. Recursion is necessary but I need a kick-start...
TIA
Larry
Hi
We have migrated our client server application to PB 2019.
For our new project ,would like to consume a web service.
Web service proxy wizard is not available anymore in PB 19.
Am I missing something?
How do we consume web service in PB 2019 ...
How to send Exe parameters using batch file ?
- Resolved
- How-to
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Environment :
PB2017 R3 , Windows 10
Batch file has the following command to open "abc.exe" executable from "destination" folder
start "" "%destination%\abc.exe" "Parm1"
But the Parm1 is not passed to application, although the Run command works...
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