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. :)
Hi guys.
We are trying to connect to an Azure DB using PB 2017, but get the following error
SQLSTATE = HY000Microsoft SQL Server Native Client 10.0Server name cannot be determined. It must appear as the first segment of the server's dns name (serv...
TLS 1.2 taking from, Windows 10 but not taking from Windowserver 12
- Advice
- Last updated 4 years ago
- Kevin Ridley replied 4 years ago
Greetings,
We are facing a problem with TLS 1.2 protocol, We are using SOAP object class in our application to connect our client web service, now they changed their protocol from TLS 1.0 to TLS 1.2, when our Application (build on pb2017r3 ) is runn...
Appeon Mobile - iOS curly quote
- Advice
- Last updated 4 years ago
- Michael Hartnett replied 4 years ago
Hi All,
Hoping someone can help me with this...
Our Appeon Mobile App is being used by over 100 users within a global organisation. All users are using iOS devices.
Within the app we provide the ability for users to search records based on Name. ...
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,
Reshma S
Information Required [ Appeon PowerBuilder 2019 Datatype Blob ]
- How-to
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
I am working on some of features available in Appeon (PowerBuilder 2019) for upgrading from the old version. I need some information/help for the following topics
Converting Blob into string
I am encrypting the plain text using “SymmetricEncryp...
Offline De-activation without PC
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Arrived at remote site location to discover the Sysadmins had life cycled my developer's box. Old box is now unavailable for license de-activation. Who do I need to contact to get the license de-activated so I can get a new one for the new PC/Lapto...
Powerbuilder 6.5 not able to connect SQL 2008 R2 after disabling TLS1.0
- Issue
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Hi,
We are using PB 6.5 version, which uses ntwdblib.dll for DB connection, We are suing SQL server 2008 R2. recently TLS1.0 on the SQL server is disabled. Which result in we are not able to access DB from PB. Everytime when application is try to op...
ORCA Script - date modification
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all,
is there any way to use the ORCA-Script without modifying the modification date? Every time I use the build or the regenerate command my objects in the PBL's gets a new modification date. But afterwards in Powerbuilder I can't see which obj...
Blob (pdf) concatenate into 1 blob (pdf)
- How-to
- Last updated 4 years ago
- Shenn Sellers replied 4 years ago
Hi guys,
Since PB doens't yet support merging multiple PDFs files into 1 , we need to roll our own solution.
I have created a function , that takes 2 blobs as parms , i read them in a blob and just for testing purposes i write them again in t...
Excel OLE error while calling myoleobject.workbooks.Open (ls_filename)
- Issue
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Hi folks,
On one of our client computers the OLE to Excel crashes.
While the statement:
li_rc = myoleobject.ConnectToNewObject ("Excel.Application")
works fine, al later call to open an excel file crashes
myoleobject.workbooks.Open (ls_filena...
Change DDDW child dynamically
- Resolved
- How-to
- Last updated 4 years ago
- René Ullrich replied 4 years ago
Is it possible to change dddw child for a column based on other values in the row?
Pictures and images won't be displayed in development environment
- Resolved
- How-to
- Last updated 6 years ago
- Angela Ohlberger replied 4 years ago
Hello All:
After migration from PB 12.5 Classics to PowerBuilder 2017 R3 we are facing an issue with the images and pictures.
All pictures on PictureButtons (assigned via PictureName) are visible in the appropriate objects. They are not visible whe...
Hi,
Does anyone know if there is or will be a Powerbuilder support for Azure Cosmos DB?
https://azure.microsoft.com/en-us/services/cosmos-db/https://docs.microsoft.com/en-us/azure/cosmos-db/introduction
Regards,Marcin
I have an app that I recently migrated to PB 19. It tested fine after the build. I needed to create a new project file in order to run the deployment. Following deployment and with a new executable the app launches but fails at the login step. I'm ju...
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...
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