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. :)
Regarding external open dialogbox access
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
HI,
I need to send a file through whatsapp. I used below method. but a small doubt.
int li_connect ole_wsh = Create OleObjectli_connect = ole_wsh.ConnectToNewObject("WScript.Shell") //
ole_wsh.Run(whatsapp exe path here )
ole_wsh.appActivate("Wha...
Saving multiple DataWindows to one PDF file
- How-to
- Last updated 3 years ago
- Mark Goldsmith replied 2 years ago
I know how to print multiple DataWindows in one print job:
Long ll_Job
ll_Job = PrintOpen("Transcript Report")If ll_Job 0 Then PrintDataWindow(ll_Job, dw_1) PrintDataWindow(ll_Job, dw_2) PrintClose(ll_Job)Else MessageBox("Print", "Prin...
New WebBrowser Control and Google authenticate error
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi
With our application we can synchronize with the Google calendar.
To authenticate with Google, we use OLE Control Internet Explorer. It work fine.
After migration in PowerBuilder 2019 R3, I try to use the new web control provided in PowerBuilde...
Hi all,
On PB2017 how can we achieve the following.
1) we are using the dw_1.SaveAs() function to allow our users to export to the built-in formats supported by PB (excel ,html and so on.
The saveas() is only giving us a 0 or 1 return code. Ho...
Webbrowser spellcheck on/off
- Resolved
- How-to
- Last updated 2 years ago
- Tamas Polgar replied 2 years ago
Hello
PowerBuilder 2019 R3 Build 2728
Is there any way using the webbrowser control (cef) to switch on/off spellcheck?
Some users have spellcheck and some users don't. What does it depend on?
How can I hide the red wavy lines in textbox and...
Hi,
I need help how publish Web API in SnapDevelop to run in iis. Have managed to publish in file system where i can run the executable file in "C:\Users\Administrator\source\repos\PowerServer3\ServerAPIs\bin\Release\netcoreapp3.1\publish\ServerAPIs...
I currently have an application whose physical path is C:\inetpub\wwwroot\ and I am using the IIS default website, i can enter the application with http:\\server\application, but what I want to do is enter "directly" only with http:\\serverthanks com...
Error opening PowerBuilder after InfoMaker Install.
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hello Appeon Folks,
I need your guidance here. I have one PowerBuilder license but last week I needed to work on the PSR so requested for Info Maker license. Now I have both license but now I am not able to open the PowerBuilder. It is throwing erro...
Hello
We have an engine in PB19, which have threads and SQLCA.. SQLCA.DBMS = "SYC Sybase System10", this Engine is workinf kind of find
But,
Making the same engine in PB21, threads and SQLCA, we have some problems with SQLCA.DBMS with same para...
JSONPackager::SetValue - How to update specific value and array item value ?
- How-to
- Last updated 2 years ago
Using PB2021/PB2022, I'm trying to use JSONPackager::SetValue method to update JSON File values.The problem I encounter, is that the SetValue method does not allow to update a value using is path instead of its key !Indeed, if the same value exists e...
Tip about 64bit external function calls
- How-to
- Last updated 2 years ago
- Steen Jakobsen replied 2 years ago
I've been beta testing PB 2022 and 64bit.
The IDE can Debug/Run your app in 64bit mode. This makes it much easier to test external function declarations.
I have found that it is less forgiving if you use the wrong datatype. I had to update half of ...
Powerserver 2022 IIS requirements
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
I am using a preconfigured IIS VM test server that i use to test Powerserver 2020 applications. It is already setup correctly for powerserver 2020 with FTP deployment. it is windows server 2016, .net extensibility 4.6
the install instructions/r...
SQL handle error running PowerServer
- Resolved
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi,
I am getting a SQL handle error running PowerServer 2021. When I get the error, it is an error that I cannot get out of.
I am using Powerbuilder 2021 and Oracle 19. What does this error mean? Any help would be greatly appreciated.
Thanks,
...
Getfilesavename Network button not showing
- Issue
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
PowerBuilder question: Network Button is not displaying for newer Users of our PB application. All older users can see the Network Button for the get file open function. function name is: Getfilesavename
We have no parameter set to turn off Netw...
How to get a popup menu to display where I want it?
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi all,
I have a window with a listbox on the left, a datawindow on the right and a splitbar in between. This is an MDI application. I'm trying to get the popup menu to display where the user clicked the right mouse button.
I'm using the rbuttonu...
How to calculate "Content-Length" while consuming a POST REST call
- Resolved
- How-to
- Last updated 2 years ago
- VISHALAKSHI RAO replied 2 years ago
Hi,
How do we calculate "Content-Length" while consuming a POST REST call in PowerBuilder 2019 version? I have used LEN function to check the length of the body. But its not working. I have attached PB code for it. Could you please suggest a solutio...
PowerBuilder 2019R#, b2703Windows 64 bit platform Below in BROWN text is my code to call a PostgreSQL stored procedure using a CURSOR; the CURSOR code is in BLUE. This code is not working, I’m getting this on the OPEN call:Research says this is mos...
64bit OCX does not work with a 64bit executables
- Issue
- Last updated 7 years ago
- Miguel Leeuwe replied 2 years ago
I tried to find a solution to make 64bit OCX work with 64bit - compiled PB app in PB12.6.
There is case submitted in SAP : 64bit OCX does not work with a 64bits executable:
https://launchpad.support.sap.com/#/notes/2357943/E
It looks like the c...
Connection issue when compiling under 64-bit
- How-to
- Last updated 2 years ago
- Louis Arena replied 2 years ago
I am upgrading my application from PB2019 to PB2021. I would like to compile under 64 bit. When I compile I cannot connect to the database. I am using the MSOLEDBSQL SQL Server drivers. I am using the following runtime path when compiling;
C:\Pr...
Getting IP Address of Remote Session
- Resolved
- How-to
- Last updated 2 years ago
- Gregory Rusak replied 2 years ago
Hello,
PowerBuilder 2021 Build 1288
We're in the process of trying to get the remote IP Address of the client machine when running our application through an RDP session.
We're successful at using the Windows WTSQuerySessionInformation API and get...
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