Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 7 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. :)
Powerbuilder 2017 appeon_workarounds.pbl
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Just wondering where the new appeon_workarounds.pbl is stored following installation of Powerbulider2017.
I assume it is required to replace older bulid versions once a PB Mobile App is migrated to PB2017
Thanks
Michael
Datawindow to PDF File without Ghostscript
- Issue
- Last updated 7 years ago
- Marco Meoni replied 7 years ago
Hit, someone has develops an application to convert datawindows to PDF files. Im using this code what using PDFCreator, but if the route in the registry of PDFCreator is different to my machine fail. Please someone has a solution.
Paramenters of ...
Hi,
How can I active my license?
I have a licensed PB 2017 on my desktop - been working on it for months.
I loaded PB 2017 on my laptop and, after I was advised I was already logged on, I used the licence Manager to log off my desktop. I w...
New Trial of PB 2017 & PowerServer Web
- Issue
- Last updated 7 years ago
- Shailendra Jethani replied 7 years ago
Dear All
I am just beginning to try PB2017 and PowerServer 2017 Web to deploy an existing PB11.5 application to Web. I had installed the PowerServer 2017 trial last week and installed PB2017 trial today. After successful migration of the PB 11.5 a...
Im working with PB .net and when I am going to deploy print nerror "No functions selected for export. Unable to continue build operation." I dont know what is it.
Somebody help me
Thanks
Problem with Werservice
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Hi
Im try to call to webservice using .Net Engine but in the metod it does not resolve in the same way what i do not using .Net Engine.
Return the same method but with differents variables
With .Net Engine
• migra.mig...
How to deploy at PowerServer 2017 using Powerbuilder 8 and 12.6?
- Issue
- Last updated 7 years ago
- mike S replied 7 years ago
Until Appeon 2016 , Appeon developer toolset can deployed to Appeon Server from Powerbuilder8 and Powerbuilder12.6.
I wonder that Powerbuilder8 ~ 12.6 user can deploy at PowerServer not using Powerbuilder 2017.
Commit Performance on SQL Anywhere
- Issue
- Last updated 7 years ago
- Michael Kramer replied 7 years ago
Hi
I want to know performance related result for Commit command which we are using inside PowerBuilder and Backend is SQL Anywhere 16 RU
1. If I use commit script for each row, what is the performance impact?
2. If I use commit script for b...
PBNISMTP - PB2017 - 64 bit issue
- Resolved
- Issue
- Last updated 7 years ago
- Govinda Lopez @Appeon replied 7 years ago
I have been trying to use PBNISMTP (http://www.topwizprogramming.com/pbnismtp.html) in PB2017. When I try to import 64 bit .pbx, it fails with an error. "The file is not a valid dll or pbx file". 32 bit pbx imports fine. Any ideas? Help!
Thanks!
...
bad runtime function reference powerbuilder 21
- Resolved
- Issue
- Last updated 7 years ago
- Marco Meoni replied 7 years ago
i get bad runtime function reference powerbuilder 21
in retrieve event
any help ?
System.Security.Cryptography.SHA1Managed
- Issue
- Last updated 7 years ago
- Marco Meoni replied 7 years ago
Hello, I use this code in in PB12.5 NET
System.Security.Cryptography.SHA1Managed sha1
sha1 = create System.Security.Cryptography.SHA1Managed()
System.Byte hash[] , lb[]
hash = sha1.ComputeHash(lb)
How can I do the same in PB2017? Thank...
MailSession changes in PB 2017 vs 11.5 - Using Default Profile
- Issue
- Last updated 7 years ago
- Roland Smith replied 7 years ago
Hello,
Ive recently upgraded to PB 2017. With11.5 I could open an MailSession and have it use the default Profile with the simple:
mSes = CREATE mailSession
mRet = mSes.mailLogon(mailNewSession!)
Now when I use this, the user gets ...
Background color in picture object inside a userobject
- Issue
- Last updated 7 years ago
- Frank Frey replied 7 years ago
Hello,
Issue 1 :
Create a new user object
Insert one picture control and one static text controls
Enter a picture name for picture control and give a title in static text.
This picture need to be a transparent picture
Now ...
sqlerrtext return "this sqltransaction has completed;it is no longer usable"
- Resolved
- Issue
- Last updated 7 years ago
- Roland Smith replied 7 years ago
Same with Title.
This mistake that made me so battered.
Code:
li_rc = inv_luw.of_Update(apo_control, ab_accepttext, ab_resetflag)
messagebox(of_update, sqlca.sqlerrtext) //sqlerrtext return ""
messagebox(of_update, sqlca.sqlcode) ...
Running the PowerBuilder Runtime Packager on Windows 7 gives error
- Issue
- Last updated 7 years ago
- Helmut Arnold replied 7 years ago
Trying to run the Packager on Windows 7 Enterprise with SP1. This machine is running on ESX 5.5 as a VM and we RDP (Remote Desktop) into it. When running the Packager and selecting what we need and clicking create, we get the following error:
...
"Bind parameter value is too big" when it isn't!
- Issue
- Last updated 7 years ago
- Roland Smith replied 7 years ago
Im testing some PB17 code that is uploading data from a local Firebird DB to a MySQL DB on our web server. It is being done through DataStores - load one from the local DB, copy the data to one connected to the web DB (with "dsTarget.Data = dsSource....
Datawindowchild , modify and quotes
- Issue
- Last updated 7 years ago
- Michael Kramer replied 7 years ago
Hi all,
We have a few datawindowchilds on which we need to perform a modify statement to change the .text value at runtime.
How can we have single quotes and double quotes appear in the .text please ?
We tried the following, but both failed ...
Call of a SOAP Proxy is slow (CLASSIC PB 12.5 .NET engine)
- Issue
- Last updated 7 years ago
- Helmut Arnold replied 7 years ago
Hello,
we have 2 different ways to call Soap web service proxys.
First in (from) PB.NET, with a PB.NET Proxy, which works fast as expected.
Second from PB 12.5.2 CLASSIC (.NET engine). There we loose nearly one second to get the call done. J...
How connect to Excel using Microsoft.ACE.OLEDB.12.0 with PB 12.5?
- Resolved
- Issue
- Last updated 7 years ago
- Michael Kramer replied 7 years ago
Hi,
Our PB Version : 12.5.2 Build 5652
Windows 7 SP1
Excel 2013
We are trying export data to an existing Excel File (template).
Our code:
string ls_fname
transaction lt_tran
ls_fname = "C:\Temp\Template.xlsx"
TRY
lt_tr...
stamp in pfc
I need push a stamp in my pfc file but I dont know how do, you please send me a example how i nedd show in my pfc the stamp. This type of stamp is posible programing in PowerBuilder. Other name to stamp is electronic signature.
...
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