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. :)
parentWindow.print() fails with -1
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all,
the print-Command fails since we migrated to PB2019. It worked fine in all previous versions.
This code is located in the clicked-Event of a menu-Item:
-------------------------------------------------------
long handle
handle = PrintOpe...
The readme for PowerServer has a section at the bottom that has you add a Module Mapping in IIS Manager to f*.
https://www.appeon.com/system/files/product-readme/PowerServer%20%28PB%20Edition%29%202019%20ReadMe.htm
This seems like a weird requireme...
sort in powerbuilder 2017 R3 build 1915
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
I'm migrating my client PB version from version 12.5 to PB 2017 R3 build 1915.
in one of the report when selecting one parameter and doing retrieve there is different in the sort at run time between the two version .
in PB IDE the display it'...
PB 2019 crashes while trying to migrate library
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I am working on a large-ish codebase containing about 20 libraries. This codebase is currently in PB2017 but we want to migrate it to PB2019R2 in order to benefit from enhanced REST/HTTP support. I have successfully migrated it 2 months ago and start...
Hello,
I need to show this link in a Window (or userObject):
http://uk.site.sports.betfair.com/betting/LoadRunnerInfoChartAction.do?marketId=170227003selectionId=5606609asianLineId=0
To keep updating every 5 seconds on a timer
I'm using Microsoft...
Appeon Mobile upload file( Image files )
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
We are developing APPEON mobile.
we try to code below code.
I want to know how can login server.
ll_retVal = lappeonfileservice.of_logonfileserver( "logisbill.cad.co.kr", 21, "username=taxuser11;password=xxxx" )
Now appeonfileservice argme...
CRUD Operations .Net DataStore Tutorial Error
- Resolved
- Issue
- Last updated 4 years ago
- Govinda Lopez @Appeon replied 4 years ago
I get the following message in the browser when running the WebAPI1 solution. The app compiles in Snap Develop with no errors.
InvalidOperationException: Unable to resolve service for type 'WebAPI1.Services.IDepartmentService' while attempting...
Upgrading Power Builder to version 2017 R3 build 1915
- Resolved
- How-to
- Last updated 4 years ago
- Sameer Kulkarni replied 4 years ago
Hi,
We are running SAP Power Builder version 12.6 build 4081. Now we would like to upgrade to Appeon version 2017 R3 build 1915.
Is there a direct upgrade path or will I have to install some earlier base version first and then apply the upgrade for...
Issues with CRUD OPerations with .Net DataStore using 2019 R2
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Getting these errors when trying to do the example. I know I'm missing something but I have gone blind staring at it.
Any thoughts? Has issues with IDataStore and PowerBuilder.Data.
1\Services\IDepartmentService.cs (6,7) : error CS0246 : The t...
Is this a bug or my lack of knowledge?
In my application I have a command button to insert lines into a datawindow which displays different tables depending on the dataobject. For some tables clicking the button opens a response window for more ...
SQL native client is not installed
- Advice
- Last updated 4 years ago
- Sivaprakash BKR replied 4 years ago
Hi
I have migrated PB 8 to PB 19.. Application is opening in our environment..
In client environment i'm getting this error 'SQL native client is not installed'..
DBMS:SQL server 2008R2
Interface: SNC SQL Native Client(OLE DB)
client DBMS:SQL se...
Loosing Datawindow query on Modification
- Issue
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
Hello,
PB 2017 R3, 1915 with Postgresql 11.6, Postgresql ODBC Driver(Unicode) 11.01
1. Open a datawindow in the datawindow painter.2. Click the Datasource. 3. Design - Conver to Syntex.4. [Mis Spell] Type a field name.5. Close the data sourc...
How to show progress status on Android mobile app
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
we are developing a mobile app for Android and we need to show to the users the processing status (progress status). For showing that status we have a DataWindow where we insert a new row after each finished step, but the app doesn't show the in...
Hide Gray Line on Page Break for Web
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I have a DataWindow that contains a single group. I understand that the HideGrayLine property is not supported for web. Is there a workaround to have a smooth transition from page to page without the gray page break line and gap present?
Hi all.
Working from home now. Hope the situation wil get back to normal soon!
In my project I foun a hand crafted critical section (below). It's in a timer callback, to prevent multiple callbacks from entering the funtion.
Is there a construct in...
Powerscript function to convert hex to Ascii & vice versa
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I want to convert hex values to String Is there any way out ? At present I am making a database call but this will not work in future as we are planning to moving from on premises to cloud database. I don't want this round trip. Any one has article p...
Tree View In Power Server Leaves space for Icon even when not required
- Resolved
- How-to
- Last updated 4 years ago
- Mark Lundell replied 4 years ago
I have a treeview in powerserver which is is leaving space for a picture when there are no pictures and PictureWidth = 0. Am I missing something?
Dear Staff,
On the build machine, where I'm building the setup, it is often ask for PBL migration.
Since the process is automatic, I need a way, via CLI, when the migrate PBL dialog box is opened to tell PB to do the migration, in order to deploy t...
App1 tell App2 to run an event
- Resolved
- How-to
- Last updated 4 years ago
- Roland Smith replied 4 years ago
Good morning
I have the following need.
I'm running two apps written in Powerbuilder (app1 and app2).
How does app1 tell App2 to run an event.
Thank you in advance
Good day community
Can anyone tell me how to intercept the minimize on the task bar of the application ?
What event is triggered when i press 'minimize' ?
Thank you in advance
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