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. :)
PB2017 Oracle 19 timestamps handled as date
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello,
I would like to ask about the PB Oracle DB driver
We have PB2017R2 (1756) Oracle client 11.2 and DB Oracle 11.2
with migration to Oracle DB 19 I face issue where the Timestamps are handled as dates instead of Timestamps and because of tha...
toolbar + ribbonbar + opensheet(layered!)
- How-to
- Last updated 4 years ago
- ATK Gimmy Susan replied 4 years ago
Good day.
I need to coexist the ribbonbar and the toolbar.In this case, opensheet does not work with layered state!View Image.Is it to you? How can I work around it?
Ecosystem:- Windows 10- Powerbuilder 2018r2Thank you early for the answer.
Gi...
NativePDF not usable in it's current form
- Resolved
- Issue
- Last updated 7 years ago
- Orlando Alavarez replied 4 years ago
Is there a blurb somewhere detailing what is to be fixed/changed in the upcoming patches regarding the Native PDF funtionality?
As it stands right now this functionality simply isnt usable. In many, many circumstances the rendering simply do...
Powerbuilder 2019 UI Dock Problem
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Well this is embarrassing! I have been using PB since V3 in 1995. I just fired up 2019 and I did something that has messed up the UI. The output window opens up almost fullecreen and I can't move it or resize it. I just want it down at the bottom wh...
OpenSheet using windowtype makes IsValid return false
- Resolved
- Advice
- Last updated 4 years ago
- Dan Black replied 4 years ago
Hey,
Here's some background. I am trying to add a 'restore layout' feature so that when the user logs in their active sheets from the previous session restore to their position. I've got it working pretty nicely but I've ran up against a snag.
1. T...
clientDllMsg error in PowerServer Deploy
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Using PowerBuilder 2019 R2 Build 2328 Oracle 12g and 18, with PowerServer 2019 Build 2170
I can deploy two out my three applications and run within Goggle Chrome. My one application is throwing this error, the pop up window says:
Error During Initi...
PB 2019 R2 GetFileOpenName limitation
- Resolved
- Issue
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hi guys,
I have an app that uses the GetFileOpenName method.
This app used to be a .net target, because it calls a .net dll. I did 2 things to this app: I used the new PB 2019 R2 .net nvo calling (so it's now a classic PB target) and moved it from ...
HTTPClient in SnapDevelop - Is this supported?
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Is Powerbuilder HttpClient supported in a SnapDevelop 2019 R2? WebAPI project? I am am migrating PowerScript to a C# WebAPI project.
When I declare 'HttpClient Http;' in my GlobalFunc, I receive this compiler message: The type or namespace name 'H...
GitHub DeskTop - Anyone having success with using this in PowerBuilder 2017/2019??
- Advice
- Last updated 4 years ago
Hi everyone,
I have been looking at using GitHub DeskTop as the source control for PowerBuilder and I was wondering if anyone has any advice concerning their experience with it.
Thank you!
Kyle
Hello everybody,
we are using:
PB2019 (2082)
SQL Anywhere 17
using PFC
typical Client-Server application
If we have a window, which has a business object with some datastores, the opening of the window is very slow, when all the datatsto...
PowerServer Debugger not being Triggered
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
I went through this online video from Appeon on how to debug in PowerServer Web (https://bit.ly/2WTW07P)
I did all that's in the video but when I ran/executed my app in debug mode, it skipped all the break points as if it's running in the runtim...
saving files on the users pc from the web.
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
HI,
How does one save files on the users pc from the web.
Will saveas just work from a datawindow.
Regards
ML
Can I nest structure definitions in a custom object definition and use it globally?
- Resolved
- How-to
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hello,
I have a question about powerscript usage. I would like to define several structures in the same place (eg. same file) and use them outside of the defining file, so I am doing something like the following in the source code n_cst_api_supplies...
Export DW Definition using ExportJson
- Resolved
- How-to
- Last updated 4 years ago
- Ricardo Jasso replied 4 years ago
Hi Guys
Is there anyway to exportJson and include all the DW definition syntax like getfullstate can? What I'm trying to do is pass DW data and structure through to an application that does not know anything about the DW definition and does not have...
Hi,
I'm currently test the migration for some of our PB 12.5 apps to PB 2019 R2.
We started using Git for our latest app and want to use it for our older apps.
Here's the setup
I created a Git repo for each of the 3 apps.
Added to source cont...
How to TURN OFF PB sounds in Windows 10
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Windows 10, 64 bit VMPBv12.1, b 6158This never happened on windows 7, but on my sarcasmNEW and IMPROVED/sarcasm Windows 10 VM, every time ANYTHING happens in the PowerBuilder IDE, I get a sound. They are driving me insane!How can I turn these sounds ...
Datawindow.Background.Mode usage
- Resolved
- Issue
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Hi,
This has to do with datawindows. I'm currently using PB17R3 but I don't believe the problem is limited to this release.
I'm attempting to dynamically control the background color of columns based on relative values within the datawindow. Someti...
Image viewer recommendation for web app
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
My current application is 32 bit and uses a Snowbound DLL to display my images. I can also get it to work using ImageGear. I can't spend the money to upgrade to 64 bit or a .net version. So, I was able to use GDIPlus to display the images in a ty...
Pagination with gray background (without continuous scrolling)
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi:
We have a freeForm DW with Reports and when de result have more than one page the paginatión is very ugly, doesn't do de scroll continu, puts the backgroung grey and the secon page is no visible until we scroll to the begin. How we can do then c...
Switching to new branch with TortoiseGit
- Resolved
- How-to
- Last updated 4 years ago
- Tobias Roth replied 4 years ago
I created a new branch for our application code (PB 2019 R2, Windows 10, SQL Server) in TortoiseGit. I was able to switch to the new branch and PB recognized it the next time I opened the IDE. Commits and pushes on the new branch have worked fine s...
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