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. :)
Is PB2019 R2 compatible with Group Edition Appeon PowerServer 2019 Build 2151.00
- Advice
- Last updated 4 years ago
- Clarence Chamorro replied 4 years ago
I am about to upgrade PB2019 to PB2019 R2.
Question: Is PB2019 R2 compatible with Appeon PowerServer 2019 Build 2151.00 product edition WORKGROUP.
We have 6 mobile app and before I upgrade I want to make sure I will have no issues when I deploy the...
Hello PB Experts,
I am having an issue with fetching value from a blob field using the SELECTBLOB statement.
My query is something like this,
SELECTBLOB objectINTO :lb_blobFROM tableWHERE code = :codeUSING SQLCA;
However, this is throwing SQL Err...
Using PowerBuilder 2019 GA Build 2082.
I want to change from Ghostscript to NativePDF without having to update all the DataWindow objects.
Other than the method and pagesize properties, what other properties should be set so that I get a successful...
hello community Has a few days Im using PB2017R2 and Git. Given that it works, I have two questions: 1) whenever I make changes (then commit and push) Git detects the variation of the * .pbl files. These files, however, is not automatically upda...
Hello everyone, Could you help me convert the following C # code in PowerBuilder 2019?
http://labelary.com/service.html#csharp
byte[] zpl = Encoding.UTF8.GetBytes("^xa^cfa,50^fo100,100^fdHello World^fs^xz");// adjust print density (8dpmm), label...
I need to setup a bunch of REST API's to be accessed by other companies to access my on-premise mssql data via stored procedures. Our company uses Azure, can I deploy a snapdevelop PB project with APIs to Azure IIS Paas, or do I need VM in Azure. A...
Can TFS 2019 be used with PowerBuilder 11.5?
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I have PowerBuilder 11.5 application which is using TFS 2010 currently hosted on Windows 2008 server.
Since Windows 2008 server support is getting expired, need to migrate teh build server to Windows 2016 for which TFS 2019 is required as current TF...
MessageBox() function taking lot of time
- Issue
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
Hi,
I was checking our system for performance issue and found out that messagebox() takes relatively longer time. I am not sure what is causing this to take more time. Does anyone have any idea about it?
Is there an alternative to messagebox?
T...
Changing IE Browser Tab Text for PowerServer web application
- Resolved
- How-to
- Last updated 4 years ago
- Donald Clayton replied 4 years ago
I followed the instructions in the URL below to change the IE browser tab text and add an icon. It worked great. Howerver, the next time I deployed a change to PowerServer the custom tab text and icon I added got overwritten by a default (i.e. 'App...
I'm using PowerBuilder 2019 R2 and Tortoise SVN 1.9.7 for a while and they work fine.
Unfortunately, since few days I'm not able to view the connection settings of the SVN source control when right-clicking the workspace in the System Tree and selec...
Ribbon Bar XML in PowerServer
- Resolved
- How-to
- Last updated 4 years ago
- Roland Smith replied 4 years ago
Hi all;
I am using PB 2019 R2 B2323 with either an Oracle 12g or 18 back end (we support both). I am trying to deploy the new ribbon bar in PowerServer (2019 Build 2170.00 64bit), using the XML file format. I am trying to figure out how to include t...
oracle materialized view & Powerbuilder
- Resolved
- Issue
- Last updated 6 years ago
- Gimmy Susan replied 4 years ago
Hello.
I created in Oracle DB one materialized view
When developing the datawindows and selecting those View PB2017R2 responds to me:
ORA-00936 Missing expression.
I tried to browse from the db painter too.
The system can not recover the c...
Good morning
I have a strangeness in PB.
Lets build the case:
1)
The folder submitted to git in a clean state.
I type git status.
the system answers me:
"nothing to commit, working tree clean"
Very well.
2)
I open PB and do a pull...
RichText Edit control - Detect or Reset undo
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I have a RTE and I am trying to prevent user from using the key board "cntrl-z" so that it does not clear out the RTE.
Scenario: Retrieve data from DataBase and paste it to the RTE control, that original paste I am guessing is being added to UNDO s...
Error in creating DB Profile in Powerbuilder 2019 by SQL Anywhere 12.
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Sir/Medom
How are you?
I am developing desktop applications in Powerbuilder since last 15 years. and Last I am working in PowerBuilder 10.5 and working smoothly and enjoying well.
But now I was happy to hear about PowerBuilder 2019 by Appeon.
I ...
Powerbuilder , git & branch
- Resolved
- Issue
- Last updated 6 years ago
- Armeen Mazda @Appeon replied 4 years ago
Good morning.
I have a quirk with GIT / Kraken / VSTS
Configuration:
Program = Powerbuilder 2017R2
Client = GitKraken
Repository = Visual Studio Team Service
n ° Branch 2 = master, am60
Operation
1) I position myself on the Master bra...
PowerBuilder for 2 versions of PowerServer
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello All,
I have a customer with PB2019 with a running mobile app with a PowerServer PB edition.
now they decide to move part of the client server app to PowerServer WEB
they have bought the PowerServer Web
it is posible to have the same PowerB...
Is there something available from Appeon along the lines on a decompiler that can be used to extract PBW/PBL files from a previously compiled EXE? We are needing to migrate some of our very old programs (Powerbuilder 7-9) to Powerbuilder 2019. Is t...
PB 2019 Execute SQL Server Stored Procedure with OUTPUT parameter
- Resolved
- Issue
- Last updated 4 years ago
- Arnd Schmidt replied 4 years ago
I'm in the process of migrating our PB 12.5.2 applications to PB19. I'm using the SQLNCLI11 provider. Have just run into the following error upon executing a stored procedure.
SQLDBCode 179SQLErrText:SQLSTATE = 42000Microsoft SQL Server Native Clien...
Beware - test well before migration to 2019 R2 - I'll be back on this
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
(edited) (edited again)
Meanwhile in Didcot, UK ....
Trying to test this great new feature of being able to call a .Net Dll the "easy way" with 2019 R2. It works great !!!
But hey ... What happened to my windows no longer saving their resized size...
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