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. :)
powerbuilder19 Excel saveasascii
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I am trying to convert the Datawindow to txt file by using the command 'saveasascii' and then convert it back to Excel.However, the Datawindow is not displayed as it is.If the Datawindow is freeform, the line is pushed.Is there a workaround in the 20...
The 2-day online conference Elevate 2020 has concluded successfully! We greatly appreciate all the hard work from our MVPs Community Presenters. Not only did they share their knowledge through videos, but they also joined the session Live to answer ...
I am having a problem where I am getting errors when PowerBuilder tries to update the database and there is a "truncation" issue with one of the columns in the table it is updating.
I am in the process of upgrading from PowerBuilder v7 to versi...
12.5.2 Web Browser control - dddw not working in EXE
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 4 years ago
We have a super weird issue with a browser control. We have an external vendor supplied .NET 1 page app that we host and call from PB 12.5.2 (build 5609). The control sits on a response window. We've been in prod for almost a year with great succe...
Set HTTP headers in WebBroweser control
- How-to
- Last updated 4 years ago
- Stanislav Kapelkin replied 4 years ago
Is there a way to set a header in webBrowser control? In particular I want to set an "Authorization" header.
Expression on Datawindow display only property
- How-to
- Last updated 4 years ago
- mike S replied 4 years ago
You can put an expression on the procect property on a column in a datawindow, which allows you to specify that when in querymode user can type here otherwise he can only read.
The problem is that sometimes you want user to copy from that column, bu...
Changing ToolBarItemName doesn't work anymore for .PNG icons
- Resolved
- Issue
- Last updated 4 years ago
- Roel Pollet replied 4 years ago
In the menu bar we change the toolbar icons when the user clicks on it.
m_color.clicked :
IF this.toolBarItemText = "Yellow" THEN this.toolBarItemText = "Red" this.toolBarItemName = "red.png" ELSE this.toolBarItemText = "Yellow" ...
Themes - JSON Modification 2019 R2 build 2328
- Resolved
- How-to
- Last updated 4 years ago
- Ken Guo @Appeon replied 4 years ago
Requesting help to modify the json file for themes.
we have modified json file - datawindow property but it got effected across the datawindow i.e. header, detail etc. in this freeform style along with across the application. That is label font colo...
removing trial word from the application
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi
Recently we have migrated application to 2019 in trial version. Now after building it is showing trial word in all screens.we have purchased licensed version before 1 week. now how can i remove that word without making build in licensed version....
Google Charting in PowerBuilder
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Where can I find example code for implementing google charts in Chromium browser control?
Opened sheet has been covered by the Ribbonbar window when clicked from folded menu button
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi There,
We have just added the new Ribbonbar feature into our PFC framework system at main-sheet level - eg. keep using pfc mdi windows and MDI menu while adding ribbonbar to main sheet for individual modules.
We faced wired issue when the numbe...
Datawindow from Stored Procedure
- Resolved
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Good Morning Everyone!
I'm trying to populate a Datastore directly from a Stored Procedure (first time that I do this)
I create the DW as a Grid, then select Stored procedure and choose it from the list, everything fine.
It asks me for the retrie...
Applytheme function 2019 R2 Build 2328
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
We have applied Theme in the object by using "applytheme()" function in open event of window (Screen A) and It was working as expected.
But without closing the screen A, if we try to open another screen (Screen B) which we have not applied theme ...
.NET DataStore and Visual Studio
- Resolved
- Misc
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi,
I understand that we can open a SnapDevelop project in Visual Studio.
Is there a PowerBuilder licence needed on a PC with Visual Studio using project with .NET DataStore?
Thanks,Marcin
PB2019R3 MSOLEDBSQL and MARS
- Resolved
- How-to
- Last updated 4 years ago
- Jim Gunzelman replied 4 years ago
We downloaded PB2019R3 and converted our PB12 application. We switched the db driver to msoledbsql to connect to our Sql Server 2016 database. My activity monitor shows 2 connections with the same session ID leading me to believe the multiple activ...
Download PowerBuilder 6.5 for Migration
- How-to
- Last updated 4 years ago
- Kevin Ridley replied 4 years ago
Hi Team,
Requesting to share the knowledge for how to download the PowerBuilder 6.5 software for PowerBuilder Migration. i would need to Migrate the source to PowerBuilder 17. Thanks in advance.
ExportJson and Boolean Values
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello All,
We need to export a Dw a a Json
the issue is that the required JSON have a Booelan value.
for example
{ "sale":true }
but the DW does not have a Boolean Column
so it export like
{ "sale":'true' }
any solution other than gen...
alternating color on group section
- Resolved
- How-to
- Last updated 4 years ago
- Neil Prichard replied 4 years ago
Hi all,
i was wondering if any one know if its possible to have alternating color on a background object on the group level of an infomaker report?
I am currently using the below code for the detail section
If(mod(getrow(),2 )=1, rgb(255, 255,...
App Crash with MultiThread
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi,
I have a problem with my software in PB 2019 when I use Multithread. It seems that the application becomes "Unstable" when I use Multithread and it crashes randomly. Regardless of whether I run in IDE or executable
Apparently it is in any Threa...
PB2019R3IM V10.5Oracle 12CNative connection to Oracle~~~~~~~~~~~~~~~~~~~~~~~UPDATE: As you can probably tell, I have not created a DW from a stored procedure. However, I did find an example writtem by Terry Dykstra on using SPs for DWs. Apparently t...
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