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. :)
Hi Gurus,
I am using PowerBuilder 2019 R2 classic. I am not aware with Rest API calling in PowerBuilder .
Below is the example of HTTP request.:-
Request URL: https://api.incontact.com/InContactAuthorizationServer/Token
Request Method: POST...
How to add two transactions object in an application
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Hi,
I wish to add two transaction objects in single application. Appreciate some blogs and example.
Thanks,
Falguni
PB2017 application closes with no error or cause
- Issue
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
I have an issue with 1 user out of over 100 that started last Thursday. When she logs into our PB2017 application, it connects to the database, but when she goes to any screen that has a datawindows, the application closes. No error, nothing. She ...
Toolbar item icon not appearing
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I created a new toolbar item, and selected an icon from the Select Image dialog for the ToolbarItemName: Print1!
When I run my app from PowerBuilder, I can see the icon.
When I build my app and run it outside of the IDE, the icon does not appear. ...
Hi Appeon,
I am doing the migration from SQL Anywhere to MS SQL Server Database
PB2019R3
Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64)
when I run the application and try to save the changes from the screen I am getting the below error
...
Hello,
When i publish API on IIS Server with WebDeploy, everytime i have to stop and Start the site in IIS Manager before publish.
Somebody get a solution, to stop and start the site on IIS before click on publish ?
Frédéric DAvid
Dear PowerBuilders,
I've deployed my PB 2021, which uses PS 2021, to a client server and each frame window appends "(For Development Use Only)" to the window's title text (see attachment). I also see this text in my development environment, but only...
Install error while installing PB 2019 R3 Runtime in Windows 8.1
- Issue
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hello,
I'm getting this error while installing PB 2019 R3 Build 2703 in Windows 8.1 system.
What could be the error and what should be done to correct it and install it ?
Happiness AlwaysBKR Sivaprakash
Dropdownlistbox display text along with value property
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
Dear Support Team,
I want to Fill the dropdown Items from database table with their respective Primary key value. E.g. There is a Table in database having Id and Display Text columns. I will fetch the records from Table and fill the dropdown with Di...
Run AutoBuild2021 MCVCR100.dll ERROR
- Issue
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
PowerBuilder 2021 Buld 1059
AutoBuild2021 ISSU
MCVCR100.dll ERROR
Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"- System Provider Name="Application Error" / EventID Qualifiers="0"1000/EventID Level2/Level Task100/Task Keyw...
是不是pb2019没有专门的数据库接口连接mysql , 如果用比如odbc 或 ado 或 jdbc 等方式连接mysql ,用哪种连接更稳定,性能更好? 怎样连接?
谢谢
How to use PFC Resize?
- Resolved
- How-to
- Last updated 2 years ago
- Benjamin Gaesslein replied 2 years ago
Hi all,
I'm testing out pfc tab objects, and I have a question about the resize service. In the constructor event of the tab object, I enable the resize service and register all of the resizable objects:
integer li_rcitab_This = this
of_setresize...
How to set Runtime folder path for the Assembly project?
- Resolved
- How-to
- Last updated 2 years ago
- Mark Lee @Appeon replied 2 years ago
Dear Support Team,
Can I set the Runtime folder path for the Assembly (dll file created using Power Builder)? The way we are setting the Runtime folder path in XML file for the EXE project.
Thanks Regards,
Hiren Lad
.Net Assembly required DLLs not found
- Resolved
- How-to
- Last updated 2 years ago
- Mark Lee @Appeon replied 2 years ago
Dear Support Team,
I have created the .Net Assembly project in Power Builder which will generate the DLL as an output and same DLL I am referencing in my another .Net Program. In my Power Builder .Net Assembly project I have used the DataStore to lo...
GetContextService - Microsoft Edge browser
- Resolved
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi All,
I am using below internet browser for this GetContextService. If i am want to use Microsoft edge then what will be the exact value i have to change here?
GetContextService("Internet", inet_url)inet_url.HyperlinkToURL( ls_url)
Br,
...
How to access html file using MicrodoftEdge
- Resolved
- How-to
- Last updated 2 years ago
- Amruta Chavan replied 2 years ago
Hi All,
I want to open an html file using Microsoft Edge; could anyone please help with this.
I am able to open using Internet Explorer; but dont knw how to open it using edge.
I used below code for InternetExplorer
IE = create OLEObject
IE.C...
PB2019 R3 crashing on libcef.dll
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
We are experiencing many crashes with PB2019 R3 Build 2703.
All are related to libcef.dll
This is happening in both development environment , Windows Server 2019, and also on our production environment, Windows Server 2012.
The crashes seem ...
Response window position on dual monitor setup
- Advice
- Last updated 2 years ago
- Tomas Beran replied 2 years ago
Hi
Dual monitor vs. Response window behave strangely. Maybe someone has solved it before.
I've a main window and an about box. In the about box there's code
move ( w_genapp_main.x , w_genapp_main.y)
in the Open event.
It works almost everywhere ...
We are using Powerbuilder 2021 build 1509
If I use ApplyTheme(string) in my code from anywhere during the initial start up it works fine
application open event
main window open event
After I have started a sub window with a menu operation, it doe...
Deploying the second PowerServer 2021 Project to IIS server
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
I deployed my PB 2021 app using PowerServer Project on my local IIS server and then remotely without any issue. I then started deploying the second PB 2021 application locally, repeating the same steps as for the first app. When I completed the whole...
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