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. :)
Resize of window not possible while setting Database binary/text large object
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello,
PB 2019 R3 2703
1. in any datawindow painter, Select Insert - Control - Table Blob
2. A response window opens, which we couldn't resize it.
It makes tough to select (long) table name ? Is there any way to resize it ?
The same issue ...
PowerClient deployment questions.
- Advice
- Last updated 3 years ago
- Steen Jakobsen replied 3 years ago
Hi all,
I'm considering to use the PowerClient. But I have some questions for you guys :-)
My PB 2019 R3 application is 64bit and currently installed using Inno setup.
Q1: I have a few ActiveX components. Can the PowerClient install them?
...
Issues with Canon TR8520 inkjet
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 3 years ago
Trying to print 4.25 X 5.5 inventory labels on Canon TR8520. Using Windows print dialog. Printer works OK when making one copy but loses its mind when I try to print 2 copies. Seems to work OK from other apps though. Anybody else having problems?
Problem with Git source control
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
We seem to be having a problem with Git source control in PB 2019 R3. In the PB IDE I have successfully added the workspace to Git and pushed the initial load up to the repository on the server without problem.
However when I log in to GitLab and ch...
PowerServer product enquiry
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi,
We have our PowerBuilder application being developed/maintained using PB2017R3.
Many of our clients asking questions like "Is your product cloud deployable?"
The product is based on Client Server architecture with 50% of business functionality...
Getting the processid from win32_processes in vbscript
- How-to
- Last updated 3 years ago
- Daniel Mullings replied 3 years ago
Good day.
This is the code in my function:
int num, ret, ilong pidString ls_query, ls_nameAny process
ls_query = 'select * from Win32_Process where name = "appname.exe"' locator = CREATE OleObject ret = locator.ConnectToNewObject("WbemScripting.SW...
how to measure service response time or any time duration in seconds with miliseconds using Oracle .
- How-to
- Last updated 3 years ago
hello friends !
i want to share with you , how to measure service response time or any time duration in seconds with miliseconds using Oracle .
PB CODE:
RESTClient clientclient = create RESTClientclient.SetRequestHeader ("Content-Type", "applicati...
Hi All
I think this is probably and easy question but i can't find it documented - it probably is but i cant find it.
I am using pb2019 and want to choose the users my documents path "%userprofile%\documents"
I want to be able to have this as t...
Scroll Menu not working when Theme is enabled
- Issue
- Last updated 3 years ago
- Ken Guo @Appeon replied 3 years ago
Without a theme enabled, the user can right click on a vertical scroll bar to get a scroll menu, as shown in my attached image. However, when the theme is enabled, right clicking on the scroll bar does not bring up the scroll menu.How may I fix this ...
PB 2017 - web service save as pdf
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
I am converting web service from PB 11.5 to PB 2017. I am having problem on the "Save as PDF" after the conversion to PB 2017. I installed Ghostscript to "Sybase DataWindow PS". However, the "Save as PDF" generated a blank pdf file.
Can someone help...
ASP.NET Core Web API targeting .NET Core 5.0
- How-to
- Last updated 3 years ago
- Francisco Martinez @Appeon replied 3 years ago
How can I create ASP.NET Core Web API targeting .NET Core 5.0 ?
We currently use PB 2019 Build 2170. We'll likely move to PB 2019-R3 in December.
Can I install and use SnapDevelop 2019-R3 without PB 2019-R3?
I haven't used it before so I don't need to migrate any projects.
Printer issue with RemoteApp and Windows Server 2016
- Resolved
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 3 years ago
Scenario:- In Windows client printer settings "Let Windows manage my default printer" is checked- Local printers are redirected to remote server- Our PowerBuilder application starts through RemoteApp
Issue: At first print in a RemoteApp-session Prin...
Timing Problem with initialisation of Visual User Object
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
We have a custom user object (visual) with a custom editmask control on it.Another window is creating this UO if the Enter Key is pressed.On initialization of the UO there is a editmask.POST SetFocus() called.in the editmask.keydown event i can read ...
Authoritation with Webbrowser Control isn't working
- Resolved
- Issue
- Last updated 3 years ago
- René Ullrich replied 3 years ago
Dear Community, I’m working with the PowerBuilder R3 Build 2703 and I want to navigate to an signin page with ntlm-Authentication via WebBrowserControl. After input and confirmation the credentials it shows the popup for the authentication again and...
Hello,
I'm setting up Powerclient and have a couple of issues.
How do I get the desktop shortcut to be created with my icon and application name? It shows the name I use on the server but does it have some setting for a 'freindly' name? If I try ...
DNS-less ODBC Connection for PostgreSQL
- Resolved
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
PB2019R3, build 2703I read through the previous post on this topic: https://community.appeon.com/index.php/qna/q-a/dsn-less-connection-postgresql-solved This was the template solution listed: Sqlca.DBMS =ODBC Sqlca.DBParm="Driver={PostgreSQL OD...
ImportFile : large datablock locks up memory
- Resolved
- Advice
- Last updated 3 years ago
- Olan Knight replied 3 years ago
All - I've searched and not found an answer to this solution. Apology if there's a thread on this ( feel free to point me that direction ).
Working on a new application ... User has text based files that we load for editing.
We were using I...
Select varchar(max) field on SQLServer return the value truncated
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
I select a field declared as nvarchar(nmax) from a table in sqlserver using an odbc connection (even with a native driver). The result from the select is truncated if the value in the column has more then 32676 character. I use Power Builder 2019R2. ...
Application with Embedded database
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hello
I want to distribute application with embedded database that could be run without installing anything at clients computer.
Seems Sqlite fits this better. Seems need to install sqlite driver. Is there any way to automaticaaly install driver...
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