Featured Questions
test082601 (php) modified
App ran from Source of PowerBuilder 2017 R3
- Resolved
- How-to
- Last updated 3 years ago
- fangda ye replied 3 months ago
Hi Team,
I have PowerBuilder 2017 R3 installed in my machine as well I have PowerBuilder 12.5 in my machine. When I was running application from migrated source code in PowerBuilder 2017 (from source code), I am getting "Appeon PowerBuilder 2017 R3 ...
Check the post containing PB syntax
test082601 (.net) modified
PB 2021 is coming with new-structure PowerServer
Alfee test 030302
Alfee test 032701 modified1
Search for encryption/decryption method / PB 12.5
- Issue
- Last updated 8 years ago
- Herbert H. replied 7 years ago
Hello,
is PB 12.5 off topic? In this case: So sorry!
If not: Im looking for an up-to-date, easily-to-integrate string encryption/decryption method to be used with PB 12.5 classic. Evtl. an interface class to .Net - and/or a usage example would ...
Hi All,
I'm using PB 2017 R3. Can anyone please suggest a way to determine the line number of the text under the mouse pointer in a richtextedit control? SelectedLine or Position won't do it for me as the mouse pointer's position won't necessarily...
Text copped after migration from 6.5 to 2017R2
- Resolved
- Advice
- Last updated 7 years ago
- Brad Mettee replied 7 years ago
Hi Gurus
We recently did the migration from PB6.5 to PB2017 R2 and all the application text chopped.
MS Sans Serif - 8 size.
If I go and re-select the same font, it works fine but there are 100s of windows and datawindows to change.
Any suggesti...
Ricktext Edit content into Richtext datawindow
- How-to
- Last updated 7 years ago
- Chris Pollach replied 7 years ago
Dear All,
How can I retrieve a saved richtext edit style data into a richtext edit datawindow?.
Please see the attached image as the result i got from the retrieval. The content is not readable as it includes the rte metadata.
Thank you.
I keep getting the error message while debugging the application since i migrated from PB 10.5 to PB17 R3.The IDE crashes immediately after displaying the error message
Runtime error! R6025 Pure Virtual function call
Is anybody experiencing this?It...
How to detect change to RTE [RichTextEdit].
- How-to
- Last updated 7 years ago
- Chris Pollach replied 7 years ago
Hello,
I have inherited a PowerBuilder application. Apologies and condolences accepted. lol. It was migrated from PB12.6 to PB2017 recently.
I am working on a screen that uses an RTE control. I am trying to detect whether or not the RTE contents ha...
Has anyone has success connecting to MS Word to use spell checker using OLE connection, I was using the sample code provided by Miguel Leeuwee and trying to use it on the Web, without success. I do get a good return code from the connections but seem...
Hi, Guru
I have a problem with a:
THIS.Modify (" .Background.Color = '37375'")
*** Need ***
object: Data window control
event: itemdocuschangedcode: THIS.Modify (" .Background.Color = '37375'")
if I place myself in a column i want to change...
Appeon for PowerBuilder 2013 R2 Build 0126.00 64-bit Edition
- How-to
- Last updated 7 years ago
- Nico Wong replied 7 years ago
Dear All
my appeon 2013 R2 - Web Edition, suddenly crash, and i just reinstall it. but the message is expire.
i try contact appeon but they they said EOL ! could you please any experiance how to activate the license ?
your information is highly ap...
Hi.
I have a datawindow with a dropdowndatawindow.
The dddw contains 3 colums: ID, Description, Category.
For the column in the main datawindow, I have chosen the ID column as "Data Column" and Category as the "Display Column".
When we type in...
Debugging Using PowerServer Web on 64 bit
- How-to
- Last updated 7 years ago
- Zhao Kai replied 7 years ago
I have a need to debug PowerServer Web in 32 bits on a 64 bit platform. After installing the MSFT Script debugger and setting break points, when launching the debug session the browser opens in 64 bits. How can I force the debugging to occur in a 3...
Access the contents of ListBox populated by DirList
- How-to
- Last updated 7 years ago
- Larry Langford replied 7 years ago
How do I access the contents of the individual file names populated in a ListBox by DirList - without user interaction? I know I can use DirSelection to see the file name clicked on from within the choices of the ListBox, but I need to process each ...
IS there a Stand-Alone Installer for IM v12.0?
- Resolved
- How-to
- Last updated 7 years ago
- Olan Knight replied 7 years ago
Does anyone know of a way I can install InfoMaker v12.0 without having to use the Common Installer, which forces me to add PowerBuilder first?Thanks,Olan
EditMask issue in PowerBuilder 12.5 Classic application when not an Admin user
- Issue
- Last updated 7 years ago
- Chris Pollach replied 7 years ago
I have a client running a Powerbuilder 12.5 Classic application on Windows 10 workstations and for some reason they are unable to type or tab into any editmask fields unless they run the application as an administrator. This client has their UAC max...
How do I install InfoMaker without using the Common Installer?
- How-to
- Last updated 7 years ago
- Olan Knight replied 7 years ago
Does anyone know of a way I can install InfoMaker v12.0 without having to use the Common Installer, which forces me to add PowerBuilder first?Thanks,Olan
How to Scoll to a Column within a DataWindow That is Not Currently Visible
- Resolved
- How-to
- Last updated 7 years ago
- Miguel Leeuwe replied 7 years ago
I have a "form" datawindow that users will enter scores into. It contains a single row with multiple entry columns on the form. When a user tabs to the next field I want to automatically scroll to that point. I have been trying any number of differen...
Interfacing Pb.2017 with SAP BAPI
- How-to
- Last updated 7 years ago
- Giuseppe moglia replied 7 years ago
Hi,
I am interested in interfacing a Powerbuilder 2017 application with SAP BAPI.
Some example code that will help me to connect to and interface with an SAP BAPI will be of great help.
Thanks in advance.
Regards
Murugeshan KN
I'm consuming a web service which returns values in JSON format. The models are predefined, but some values are optional. The optional values may not be sent at all. Is there an easy way to check if a key exists prior to calling a getItem method?
Ri...
Call Webservice with BasicAuthentication
- Resolved
- How-to
- Last updated 7 years ago
- René Ullrich replied 7 years ago
Hi,
I try to use a webservice using .NET engine in PB 2017 R2. The server requires a basic authentication.
My code is:
lsoap_connx = CREATE SoapConnection
lsoap_connx.CreateInstance(lnv_zeitdaten, "ztab_zeitdaten") // returns 0
lsoap_connx....
Mutable String Type Needed - PBNI C++ Possibility?
- Resolved
- How-to
- Last updated 7 years ago
- Chris Pollach replied 7 years ago
Hello, All!
First, this is not critical. I am in the exploratory stage, only, and open to looking at other solutions to my problem.
My PowerBuilder application needs to do (potentially) thousands of concatenations to a single string variable. True ...
Loading...
Find Questions by Tag
.EXE
.NET Assembly
.NET Core 3.1
.NET Core Framework
.NET Std Framework
32-bit
64-bit
ADO.NET
AEM
Algorithm
Amazon AWS
Android
Apache
API
APK
App Store
App Store (Apple)
Appeon Workspace
Appeon Xcelerator Plug-in
Architecture
Array
ASE
Authentication
AutoCompiler
Automated Testing
Automation
AutoScript
Azure
Barcode
Base64
Batch
BigData
BLOB
Branch & Merge
Browser
Bug
Bui
Button
C#
C# Class Importer
C# Editor
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
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
Generate Data Models
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
ModelMapper
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
PowerScript (PS)
PowerServer
PowerServer Mobile
PowerServer Toolkit
PowerServer Web
Print
Properties
Proxy
Publish
PULL
PUSH
Query
Regression
Release
Renew
Resize
Response
REST
Retrieve
RibbonBar
RibbonBar Builder
Roadmap
RPC
Runtime Packager
SaaS
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SOAP
Sort
Source Code
Speech Recognition
SQL
SQL Anywhere
SQL Server
SqlBuilder
SqlExecutor
SQLite
Storage
Stored Procedure
Subscription
SVN
Swagger
Syntax
Tablet
TabPage
Target
TE Control
Testing
Text
TFS
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 Extensions
WebBrowser
WebForms
WebLogic
WebSphere
WildFly
WinAPI
Window
Windows OS
WinForms
Wizard
Workgroup
Workspace
WPF
XCODE
XHTML
XML
Zoom