Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 3 weeks 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 4 years ago
- Olan Knight replied 4 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) 
            XMLParseFile throws Error when IP Address value is Empty
- Advice
- Last updated 4 months ago
- Andreas Mykonios replied 4 months ago
Hi,
I am trying to add the IP Address in the XML Schema.
xsd:complexType      xsd:all
xsd:element name="IPAddress" type="IPv4Address" minOccurs="0"/
 /xsd:all
/xsd:complexType
Validation added like below.
xsd:simpleType name="IPv4Address" ...
            Just posting some advice in case someone else stumbles onto an issue like this.
The SQLSTATE = 42000 a catch all basin for everything under the sun from Microsoft can lead you in circles. Here's another gotcha.
When using a PB 2019 R3 application w...
                    
            ImportJson changing Numerical value
- How-to
- Last updated 4 months ago
- Kai Zhao @Appeon replied 4 months ago
Hi Again,
Need your assistance pls.
I am fetching the result of API execution to String, and importing the Json string to Datawindow as below:
String ls_api_output
napi = create n_apils_api_output = napi.of_apicall( ls_url, ls_json , as_rspname...
            File Upload in Powerbuilder 2022 R3 build 3397
- How-to
- Last updated 4 months ago
- Armeen Mazda @Appeon replied 4 months ago
Earlier in powerbuilder 2019 R3 we use to upload file with the following commands :
li_rtn = appfs.of_logonfileserver("192.168.***.***", 21, "username=*****;password=*****") // use port 21 for FTP
ls_return = appfs.of_appeonupload("c:\voucher\myf...
                    
            Issue: Resizing the Image in RTE cannot affect the image while re-opening the same record in RTE
We are using PowerBuilder 2017 and PowerBuilder 2022.
We are facing an issue with RTE Control in PowerBuilder 2022:
Due to following RTF Text:
INCLUD...
            Dear PB friends:
I am using the mdi tabbed interface, with Maximized all tab sheets. Also, reviewing the RibbonBar menu example application and noticed that options to re-arrange the opened sheets with instructions like:
this.ArrangeSheets ( Ti...
            PB 2022 R3 Virtual Machine
- Resolved
- How-to
- Last updated 4 months ago
- Jhonns Salas replied 4 months ago
Hello,
I need information about the files of the Virtual Machine for PowerBuilder 2022 R3,
Normally, due to the company's politics, I don't use the PB installer, I copy the DLL's and other files of the PBVM,
in the application folder.
I need a ...
            We are in the process of migrating our application from PB 2017 to PB 2022 R3 Build 3397. We have to convert the soap calls into http client calls.
Attached is a sample xml that is a result-set from a HTTP Client call. It has some levels of nesting....
            PowerBuilder 2019 R3 compatibility with Visual Studio 2022
- Advice
- Last updated 4 months ago
- Roland Smith replied 4 months ago
Is PowerBuilder 2019 R3 compatible with Visual Studio 2022?We are currently using Microsoft Visual Studio 2015 in our environment, where our PowerBuilder 2019 R3 application interacts with Oracle procedures/packages that, in turn, trigger VC++ code t...
                    
            SMTPClient on PB22 R2 not support SSL/TLS with port 465?
- Resolved
- How-to
- Last updated 4 months ago
- Armeen Mazda @Appeon replied 4 months ago
Hi,
Ive been testing the SMTPClient object in PowerBuilder 2022 R2, and I believe it does not support implicit SSL/TLS connections over port 465.
After extensive testing with multiple configurations, the results are always the same  the connection ...
            send a message or file via WhatsApp
- How-to
- Last updated 4 months ago
- Armeen Mazda @Appeon replied 4 months ago
Greetings, gentlemen.
Does anyone know how to send messages or a PDF file to WhatsApp in PowerBuilder?
I appreciate any guidance. I'd like to modernize my app in PowerBuilder and help protect the planetThank you so much
            Imprimir imagenes a impresoras termicas
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Buenos Das
Si me pudieran ayudar
Estamos migrando a power builder 2025, pero actualmente trabajamos con powerbuilder 12.6 y utilizamos una funcin dw_reporte.print() para imprimir un datawindows con una imagen .jpg en una impresora trmica de tickets...
            Hola,
Tengo un problema a la hora de conectarme a Powerbuilder me aparece el siguiente mensaje en mi version 2019 R3.
Y si intento conectarme de nuevo me dicen que ya estoy conectado. Y no se como hacer para que la conexin vuelva a realizarse c...
            Dear APPEON Community,
We have recently upgraded the Powerbuilder Application from PB12.5 Version to Appeon PB2022 R3 Version and from production environment I am having the below issue
Issue: Image File (JPG) not been placed for all printing of fo...
                    
            por que con windows 11 se pierde el enfoque de la aplicacion
- How-to
- Last updated 4 months ago
- Francisco Martinez @Appeon replied 4 months ago
Buenos Das
por qu se pierde el enfoque de la aplicacin en windows 11, al ejecutarlo desde el icono
cuando le doy doble click al icono de mi aplicacin en windows 10, el enfoque est en la ventana de mi aplicacin en la cual puedo empezar a capturar us...
            Why does the pbproj file keep track of all source files?
- Resolved
- Misc
- Last updated 11 months ago
- Armeen Mazda @Appeon replied 4 months ago
Why are all object of a target kept in the pbproj file?
From my point of view, this contradicts the "Single Point Of Truth" and the DRY principle.Also, it makes package management complicated or even impossible.
            How do I find a value in an array?
- Resolved
- How-to
- Last updated 3 years ago
- Roland Smith replied 4 months ago
Hi all,
I've got an array of numbers.  I'd like to find out if a particular number is in the array, and if it's there, remove that element from the array.
Right now I do it manually, by looping through the array.  It's not very big array, just thou...
                    
            String concatenation without plus signs in PB2025 solution
- Issue
- Last updated 4 months ago
- Simon Jutzi replied 4 months ago
Hi everyone
We are currently working on our PowerBuilder Manager Tool for the Solution-to-PB2022 backporting feature.Everything works seamlessly, but we found something awkward.
In the PB2025 solution format, you can now concatenate strings without...
            PB2025 WebBrowser runtime issue in Windows Server 2016 WebView2 not installed
- Resolved
- Issue
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Dear friends
To continue with the migration from pb126 to PB2025 now I instaled 2 different runtimes on different computers
In one running in windows Server the webBrowser component does not work, returning the error WebView2 RunTime not installe...
            How to DW argument using for MS SQL temporal table?
- Resolved
- Issue
- Last updated 4 months ago
- YuSeok Kim replied 4 months ago
Powerbuilder Version : 2019R3 (build 2728)
SQL Server Version : 2017 std and 2022 std (both using phase for upgrade in this month)
I try to create Powerbuilder Datawindow with Microsoft SQL Server's Temporal table Temporal Tables - SQL Server | M...
            
                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 
                     DPI 
                     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 
                     RibbonView 
                     Rich Text 
                     Roadmap 
                     RPC 
                     Runtime Packager 
                     SaaS 
                     Scaffolding 
                     Script 
                     SDI 
                     SDK 
                     Security 
                     Server 
                     Service 
                     Session 
                     Single Sign-on 
                     Size 
                     SMTP 
                     SMTPClient 
                     SnapDevelop 
                     SOAP 
                     Solution 
                     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 
            
     
                             
                             
                             
                             
                             
                            