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. :)
IWA - failed to decompress the file. Error Code: 13
- How-to
- Last updated 4 years ago
- mike S replied 4 years ago
PS 2020 WEB:
In the IWA i have a user that just started getting a "failed to decompress the file. Error Code: 13"
what is error code 13? how do you fix error code 13?
HI can anybody help me. why would pipemeter event in pipelines not excuted when i run it dynamically in a window with .start I have my breakpoint in pipestart and it goes in there but not my breakpoint in the pipemeter event
PB19 crashes executing pipeline
- Resolved
- Issue
- Last updated 4 years ago
- Marie Bisschoff replied 4 years ago
Hi, we have an issue executing a pipeline:
Our PB19 application is crashing on runtime when we execute a pipelie and the value of a column is greater than column size.
We have correct it changing the column size on pipeline.
But, ¿is there any way...
pdf file location - powerserver
- Resolved
- How-to
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
Hi
Can anyone help, I am sending a pdf via email from a powerbuilder app, this all works fine as i create a temp directory within the app directory - create the file - attach it - send and then delete -all good
however when i run the powerserver we...
Crashing on External Function Calls after migrating to PB2019 R2 and 64 Bit
- Issue
- Last updated 4 years ago
- Kelly Wonderly replied 4 years ago
We recently made the switch to Powerbuilder 2019 R2 and started building in 64 bit.
We have several programs that use external fucntion calls. These now cause the program to crash when running the exe. The IDE works but I believe that's becau...
Snapdevelop api using Informix
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi,
I am using snapdevelop to convert from powerbuilder to C# api. Database used is Informix Version 12.10.FC13.
I have converted one of the data windows(C# model) and created model,as well as scaffolded the retrieve method by adding data context w...
Hi,
I have to print two Datawindows in one PrintJob for printing on both sites.
How can I do that?
Thanks
PowerBuilder R2 build 2353 crashing
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I recently upgraded PowerBuilder 2019 build 2082 to PowerBuilder 2019 R2 build 2353. Since doing so my application crashes. Nothing else changed. It runs fine in PowerBuilder debug mode, so that hasn't helped me find the issue. The version built in 2...
Seeking caretaker for classic PB 2019 app...
- Misc
- Last updated 4 years ago
- Daniel Mullings replied 4 years ago
I'm not sure if this forum is appropriate and, if not, then I apologize in advance.
I am seeking an independent PB software developer or small PB shop to take over the maintenance of my classic PB application for medical staffing. I want to be remo...
DW Vertical Scroll Bar Does Not Scroll by Lines
- Resolved
- Issue
- Last updated 4 years ago
- CJ Lai replied 4 years ago
Hi
- OS = Windows 10 Pro
- PowerBuilder CloudPro edition 2019 Build 2353
I have post this problem before but no working solution was found.
Issue:
- I have a dw control (inherited from datawindow) with the VScrollBar and LiveScroll properties...
Can someone please try to solve it ?
ExtractorObject lnv_extractor
lnv_extractor = Create ExtractorObject
ahttpclient.GetResponsebody(lb_Body)
li_ret = lnv_extractor.Extract(lb_body, lb_Extr, ArchiveFormatGZip!)
li_ret =1 whisch is good when ...
HTTPClient POST with Multipart Form
- Resolved
- Issue
- Last updated 6 years ago
- René Ullrich replied 4 years ago
Similar to a question asked earlier, Im trying to call a REST service to send a file. Need to know if its possible and what it would look like to set up HTTPClient to execute a multipart POST request containing 3 parts (2 strings and a blob).
Oleobject NOT work in the NEW PB (Beta)
- Issue
- Last updated 4 years ago
- Luis Pesaressi replied 4 years ago
HI, I try the PB 2019 R3 Build 2556 Runtime 19.2.0.2556
before install this version this code work
oleobject loo_excelloo_excel = create oleobjectll_rc=loo_excel.connecttonewobject("excel.application")loo_excel.visible=false//loo_excel.workbooks.o...
Returning to PB after delay (since PB6)
- Advice
- Last updated 4 years ago
- Martin Boros replied 4 years ago
Hi all,
I developed some appliactions in PB6. From then I worked in .NET C#. Now I have to maintain some applications in PB2017/19.
I have few questions.
I do like intellisense in C#, code completion, .... . In PB even in 2019 is still Intellisens...
Missing shared folder in pb 2019 r3 beta ?
- Resolved
- Misc
- Last updated 4 years ago
- mike S replied 4 years ago
Hi,
I've installed PB2019 R3 beta on a clean machine.
I've created a small machine code executable (with a traditional project object, not the new C/S one) and it fails for not finding in the first place "PBVM.DLL" (not even the name is correct as ...
Issue with Powerbuilder 2019 R1 Deploy ( build 2170 )
- Issue
- Last updated 4 years ago
- Thomas Rolseth replied 4 years ago
I am running Powerbuilder 2019 R1 Build 2170 at a customer currently and haven't had any problems until now.
I am using a Windows 10 VDI ( remote virtual desktop ) to do my work and I believe that the technical team
for my customer released some so...
With the new beta, compiling a program creates an .xml file.
I was able to run an application after deleting the .xml file so I am wondering, what is it's purpose and is it ever required?
Hello,
I have a datawindow with column with Arabic characters, when I do dw.SaveAs PDF!, it looks like the arabic characters are changed its order in resulting .pdf file, however when I print the same dw on PDF printer - Arabic characters look the s...
Db Profile setup - Encryption in transit using Sybase ASE 16
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello and good day to all!
We are attempting to implement encryption in transit for our client server application. I have searched the web and Appeon's QA and only found 1 discussion on setting up encryption in transit - it was for SQL Server. ...
Hi all
I need to pass an IntegratedAuthrization username + password to a Rest api ( 2017 r3 )
1. Bolb(username + password , Encoding....)
2. Decoding64 ( blob)
3. httpcleint.SetReqeustHeader( "Authrization" , "Basic " + ( ....))
The system ad...
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