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. :)
Very isolated problem with SaveAs(..., XLSX!) to network fileshare...
- Issue
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hello,
Running into strange and isolated issue with handful of users where the PB190.exe stopped working error occurs during dw_1.SaveAs (ls_file[1], XLSX!, true) call from application runtime when saving to network fileshare. Same users can succes...
I am migrating a Powerbuilder application from 8.0 to 2019 R2. When should an application be deployed under the 64 bit platform as opposed to 32 bit? Our company is moving away from Windows 7 and standardizing all computers to Windows 10.
Open(window, parent) Function in Powerbuilder 12.6 (After migration from 12.1)
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi, we have an application developed in Powerbuilder 12.1 which we are migrating to Powerbuilder 12.6 (4138), there are some challenges encountered during our testing (which we anticipated) but this one is a showstopper for us as we are stuck to iden...
Using PowerBuilder Autocompiler in Azure pipeline?
- How-to
- Last updated 4 years ago
- Gunnar Gisleberg replied 4 years ago
Does anybody have experience how to setup Azure pipeline and Autocompiler to compile powerbuilder projects?
The Powerbuilder/Autocompiler version is 2019 R2.
Hello,
I'm raising again similar question to this (with specific need for Android):
https://community.appeon.com/index.php/qna/q-a/appeon-mobile-app-keyboard?limitstart=0#reply-7956
As much as workaround APIs are usuful in discussed situations (DW...
SnapDevelop with non updatable dataWindow
- Resolved
- How-to
- Last updated 4 years ago
- Pierre Couvreur replied 4 years ago
Hello all,
I'm new to snapdevelop.
Everything works fine except when the converted dataWindow is not updatable, even if the only method is "RetrieveByKey" in both the controler and the service. I'm using an Oracle connection.
Here is the web API ...
HI, I try to put e image in datawindows with data base blob object i put one imange in other report, but now when try to put image this filed need two conficion in Key clause but show error in retrieve
thanks
Hola, trato de poner la image...
About PBRuntime Packager [PB 2019 R2-2328].
- Misc
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi.
When I try to create a an msi for powerbuilder's 2019 runtime (R2-2328), the procedure starts but suddenly I get a message like the following one:
After I press ok button, the procedure shows as it was successfully complete, but the msi is no...
API POST REQUEST DATETIME ERROR
- Issue
- Last updated 4 years ago
- Logan Liu @Appeon replied 4 years ago
Dear Team,
I have created API links in SNAP, when I am sending post request to MSSQL server 2005. it's giving below error.
Can anyone advise to resolve below issue.
System.ArgumentException: The version of SQL Server in use does not support da...
Error 02011: FTP Failed to connect
- Resolved
- Advice
- Last updated 4 years ago
- mike S replied 4 years ago
Hi all,
Im seeking help about this error I encountered. Since my boss requires that the application deployed on Powerserver can be accessed without vpn, I transfer it to another server. All required setting has been implemented like permissions and ...
I have a field in a datetime type datawindow with mask: dd-mm-yyyy hh: mm and when the update of the datawindow is done it gives the error of the image.
Why is this happening?
PBDOM_PROCESSINGINSTRUCTION
- Resolved
- How-to
- Last updated 4 years ago
- Daryl Foster replied 4 years ago
Hi guys!
I have PB 2019 R2 and for the first time I have to create XML document with PBDOM.
So at the beginning of new xml file I have to write Processing instruction:
? xml version="1.0" encoding="utf-8" standalone="yes"? My sample code:PBDOM_...
Blank (black) screen display issue!
- Issue
- Last updated 4 years ago
- Ken Guo @Appeon replied 4 years ago
Hi Appeon,
I am running a heavy front end Appeon PowerBuilder 2019 R2 Build 2353 application and when I use the OpenSheetWithParm function more than 5 times from one window to another I am getting a black (blank) screen before the screen displa...
ActiveX on Powerserver
- Resolved
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello all,
as I develop rather as an hobby, unfortunately my time to spend is limited.
Recently I discovered the power of activeX-Components, as they provide lots of functionality at small cost. And in near future, I will make the next step with m...
SnapDevelop 2019 R3 Beta 2 - Problem with SnapObjects.Data.Odbc
- Resolved
- Issue
- Last updated 4 years ago
- Arnd Schmidt replied 4 years ago
I am trying to access an SQL Anywhere Database via ODBC, but it fails.
Via Nuget I can see only a SnapObjects.Data.Odbc Version 2.1.0, but not a Version 3-0-0-beta2.
While I am using this 2.1.0 (old?) version, the build-in Server throws the followi...
I am studding the JSON support in PowerBuilder 2019 (R2) and I am a bit confused on how can I obtain the JSON string of a key in an array.
Let's suppose that you have the following JSON:
{ "Sales":[ { "DiscountType":{ "Id":1, "Label":"667 trig", "C...
PowerServer Application Package
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello Everyone, i'm trying to run my Android app on a mobile device after using the PowerServer Application Package (Standalone mobile project for Android).
Package completes succesfully, then i've loaded the zip on Android Studio and succesfully cr...
BUG 4199 - answer for Jan Hoppe querymode question
- Advice
- Last updated 4 years ago
- Ken Guo @Appeon replied 4 years ago
https://www.appeon.com/standardsupport/search/view?id=4199
Jan, i read your bug report. They didn't understand that you are talking querymode, NOT datawindow design mode. Querymode is at runtime, but Armando must have thought you are talking...
Webbrowser control: get/ask download location
- How-to
- Last updated 4 years ago
- Roel Pollet replied 4 years ago
Hello,
On Chrome you have settings to set the download location or to always ask for this location.
But when I use the PB webbrowser control these settings are not used.
Is there a way to get these chrome settings, so I can re-use them in the PB...
I am trying to add the ability to create a new mail item in Outlook from a PB app.
It works great the first time, the Outlook new mail window appears and the recipient, subject, and body are filled in.
The second time I try to do it, I get an 'erro...
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