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. :)
eon_mobile_webviewex validate URL (PDF)
- Resolved
- How-to
- Last updated 5 years ago
- Kai Zhao @Appeon replied 5 years ago
Hi,
We are using eon_mobile_webviewex to display PDFs on our mobile app for example:
ls_url = gn_app.getproductspath() + is_product_id + '.pdf'uo_product.of_startloading(ls_url)uo_product.show()
We could have some products without a PDF document.I...
PB 11.5 application slows down if another Sybase application is running
- How-to
- Last updated 5 years ago
- Olan Knight replied 5 years ago
Hello
I've met a strange issue with PB 11.5 and another Sybase product like dbconsole.
Everytime I start dbconsole. (simply starting without any connection is enough). Then my PB app slows significantly. Especially constructors of objects containin...
Buenos días a todos
alguien en este medio sabe o tiene algo relacionado de Como Exportar un datawindow en formato XML estándar UBL V2.0
Gracias
Word Olecontrol set "View.Zoom.PageFit"
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi all.
I show/preview word documents in my PowerBuilder app. Therefor I use an Olecontrol. (I use PB19.0 Win7/64 Word2013)
Unfortunately some documents do not fit into the control. So I want to set the zoom to “View.Zoom.PageFit”. I can’t find any...
Hello there. Not an important question, but still a thing I would love to know/change.
Im using the Powerbuilder 2017 R3 Version and for me there is one thing that extremely annoys me.
This thing are the System Tree Icons. The yellow-ish color from...
RestClient Returns StatusCode -1. It works in the PB IDE but not when deployed to localhost.
- Resolved
- Issue
- Last updated 5 years ago
- Kai Zhao @Appeon replied 5 years ago
Problem: The web app we've deployed to localhost on our virtual server cannot make a Rest call. It returned with status code -1 but returns no status code text.
Question: Has anyone encountered a RestClient status code of -1 with no status code text...
Problems connecting to PostgresSQL from a mobile app (PostgreSQL35W)
- Issue
- Last updated 5 years ago
- Kai Zhao @Appeon replied 5 years ago
Has anybody been able to connect to Postgres from a mobile app?
The app works fine on Desktop and the PostgreSQL35W profile connects OK from both the ODBC admin and PowerServer`s Toolkit, but when the app is deployed to mobile, it doesn`t recognize ...
Connection cache name cannot null - Getting this error although I have set this value
- Resolved
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
I have a log in window that connects to Okta, retrieves the user profile and from there the connection string, and then uses that connection string to connect to the proper database. User A is able to log in just fine.
I created a new user and assig...
Buenas tardes a todos:
como salvo un datawindows en formato XML estándar UBL V2.0
Gracias
Appeon PB2017 running on RDP cannot open or create files on client side.
- Resolved
- Issue
- Last updated 5 years ago
- Lloyd McBean replied 5 years ago
I have a PB2017 application working over RDP using TSPlus (An RDP Alternative) and which works extremely well. I am now testing an integration which requires saving files from the RDP session to drives on the client-side. FileOpen calls fail every ...
Datawindow Query Mode with Stored procedure as source
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
We are having an issue where a search datawindow, that uses a Stored procedure as the data source just does not seem to work properly in Query mode. Any other datawindow works along with views.
Has anyone else had this work. Meaning building a da...
System tree don't show workspace
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi community,
I currently use PB 12.5 Build 2511 and I have the following inconvenience:
When opening some Workspace, the System Tree does not show the workspace objects, but instead shows the Drives of my PC.
Any ideas?
Datawindow Validation Expression help
- Resolved
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hello! I'm on PB 2019, Build 2082 running SQL Server 2012. I've got a column that is numeric (8,3) for precision.
One of our users entered 11121256.333, which obviously causes an error when trying to insert it into the database.
My question is, how...
Auditing Triggers + Single SQLCA Transaction
- How-to
- Last updated 5 years ago
- Matthew Balent replied 5 years ago
PowerBuilder classic, currently using PB 2017
SQL Server
I have a large old PowerBuilder application + satellite applications. Like many large old PowerBuilder applications it uses SQLCA for 99% of its transaction handling. It also uses stored ...
Hi guys,
When I start Powerbuilder, I am greeted with a message "The Sybase SySAM license was not validated."
I added the line "LogSySAM=1" under the "PB" section of PB.ini, to capture the pb120_sysam.log file. But it didn't generate a SySAM log fi...
Hi all!
I am trying handle a SOAP result, and the first thing I am trying to do is to remove the namespaces. I use the RemoveNamespaceDeclaration() and instead of removing both namespace and prefixes, it removes only the namespace,the prefix remains...
Themes - no themes tab in application object (Win10 Ent.)
- How-to
- Last updated 5 years ago
- Oliver Leterski replied 5 years ago
Hi,
today I wanted to start using the new designs from PowerBuilder.
I clicked on the button 'additional properties' in the application object.The themes tab, however, was just a blank white page.I've tried the same on a virtual machine and can cho...
Changing file ownership when copying files
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
We have a requirement to copy files from the client to file server using PB app. When using FileCopy() I see the file ownership on the file server is of the PB app user. We need to change the file ownership to another windows account for security r...
Drag and Drop from application to Windows Explorer
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
I am needing to implement Drag and Drop functionality with my program. I have successfully put in the ability to drag into the app from windows explorer. I am struggling to find a way to be able to drag files back out of the app to Windows Explorer...
Shared PBL between applications calling code in the application's PBL
- How-to
- Last updated 5 years ago
- Daniel Vivier replied 5 years ago
We have a common PBL used by two different applications. It is compiled separately and used as a PBD by those applications, so it has no access to objects or global variables etc. in the application PBLs.
I have a situation where I have a window in ...
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