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. :)
Appeon 2017 Pipelines in 64bit
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Using Appeon 2017 we have some legacy code which uses pipelines.
We find that this code does not work when complied in 64bit.
Can anybody corroborate this or offer any comments?
Thanks
Hi,
I have a slight problem with the Appeon Runtime Packager for PB 2017 build 1681. No matter what Database Interfaces or Other Components I Check, the runtime packager includes pbjvm170.dll in the MSI Package. This would be not much of a proble...
Future of SQL Native Client
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Microsoft says it no longer supports SQL Server Native Client and they didnt provide a new version with SQL Server 2016.
I am wondering what the future is for connecting to SQL Server.
I have PB 12.5.2 and SQL Server 2016. I am using an ODBC co...
PrintOpen - Access PB Print Queue with output from an External or ActiveX
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Hello All,
Our large application is currently in production both 32 legalese on the reverse side of documents
We are considering using a 3rd party RTControl but - how can we send its print output to the queue that was started in PB?
int iMyP...
Pictures on crosstab
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Hello,
i want a picture next to every row that my crosstab generate, is that posible?
thanks.
Are ODBC connections to SQL Server supported with Powerbuilder 2017?
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Any issues with BLOB or CLOB columns?
Thanks,
Brian Prom
Stack size changed during a routine call in PBDebug Log
- Issue
- Last updated 7 years ago
- Armeen Mazda @Appeon replied 7 years ago
Hi
when I run PBDebug on a large PFC application I "get stack size changed during a routine call" all over the log (This we dont have when runnig it with PB 12.5).
I created a small test application with a single NVO inherited from transaction....
Show difference doest work with TFS 2015
- Issue
- Last updated 7 years ago
- Rodolfo Reyes replied 7 years ago
Hi,
How Show difference... works with PB2017? Im connected with TFS 2015 and Show difference dont display nothing. I dont find any settings about difference tool.
Someone can help me?
ty
Calling web service from mobile app
- Resolved
- Issue
- Last updated 7 years ago
- Steve Mason replied 7 years ago
I am using Powerbuilder 2017 Universal version.
Powerbuilder, Powerserver, the test web service and the mobile app (which calls the test web service) are all installed on the same system.
When the mobile app specifies a url of http://localhost/...
Good Morning.
In my work as a modeling tool we are using PowerDesigner 15 (but it is getting old). We are undecided whether to buy the upgrade to SAP for PowerDesigner 16 or switch to another tool.
What modeling tool are you currently using?
...
Write file to plugin directory
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
I am using the universal version of Appeon Powerbuilder 2017.
The Powerserver documentation ("FAQ s plugin directory on the server. How can a mobile app write to a file in a directory on the server?
int li_fileid
int li_rc
string ls_file =...
DataWindow - Crosstab lost format after editing data source
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Hi Community,
this is my first time working on datawindow crosstab. I encountered that the datawindow will lost all the formatting after editing on the data source.
Is there anyway, i can prevent the format getting reset after inserting ad...
What does it mean C#DW in powerbuilder roadmap?
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
What does it mean C#DW in powerbuilder roadmap?
Will it be possible to use DW visual control in some .NET application e.g. like it was with Datawindow.NET?
Thanks in adv.
ODBC cannot connect to AppeonSample database
- Issue
- Last updated 7 years ago
- Pierre Couvreur replied 7 years ago
Hello,
I installed PB2017 trial edition on a Windows 10 Pro tablet. SQLAnywhere 12 and 17 are already installed on it.
I try to setup a 32bits ODBC datasource to the AppeonSample.db database with no luck, neither with SA12 nor SA17.
Error me...
Calling .net assembly from Mobile app
- Resolved
- Issue
- Last updated 7 years ago
- Steve Mason replied 7 years ago
Created test .net assembly with following values:
library: assembly.pbl
namespace: testassembly
assembly file name: testassembly.dll
setup file name: testassembly.msi
custom class object: n_assembly
custom class name: n_assembly
method name:...
What's the method to DEBUG a mobile application?
- Resolved
- Issue
- Last updated 7 years ago
- Marco Meoni replied 7 years ago
For example opening up dialogue to get albumn item or path.
i.e
li_filetype = 2 // Simultaneously displays the photo or video in the album
ln_camera = create eon_mobile_cameraex
li_return = ln_camera.of_openalbums (ls_filepath)
st_path.Tex...
Hi there,
some 8 weeks ago I filed bug report #288. As we rely on the solution, Id like to monitor the progress. Bugzilla does not accept my Appeon account. Where can I go? Who can I ask?
Thanks
Martin
Appeon 2017 PB PowerServer - Error connecting to Oracle database (2)
- Resolved
- Issue
- Last updated 7 years ago
- Gary Privette replied 7 years ago
This is follow-up to earlier an question.
With the default installation of PowerServer from PB 2017 Universal, I get an error creating native Oracle datasource with 32-bit client (from full Oracle client install, not instant client):
"Testing D...
64-bit Powerbuilder with oleobject
- Issue
- Last updated 7 years ago
- Ken Guo @Appeon replied 7 years ago
Hi,
We are working on upgrade to Powerbuilder 2017. We tried to deploy 64-bit Powerbuilder application to Windows 10 System. We have some .Net Component communicate with PB using OLEobject call. All .Net component build as AnyCPU. But communicatio...
Making an object visible does now work outside of the IDE.
- Issue
- Last updated 7 years ago
- Olan Knight replied 7 years ago
Hello,
I am running PB 12.6. In the application, there is a window with a user object that is not visible. During regular running of the application, the object is made visible and brought to the front. This works in the IDE just fine, however, ...
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