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.   :) 
            Hi,
I am using Appeon 21. 
I am using the idle event of the application to auto log off my project. while using this facility, totally my project going to hanging mode. 
have any advise in this case ?.
Thanking....
            please help my how can I add pb2xls.pbd library  to my app 
 
            Hola Comunidad de Power Builder, necesito importar el SDK de SAP Bussines One ver 9.3 y trabajar con los objetos de SAP en Power Builder
alguien tiene informacion de este tema como importar y como utilizar los objetos
Agradecere su ayuda!!
Saludos...
                    
            Re: To list all available fonts in Win 10
- Resolved
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
Hello,
PB 2019 R3, Win 10
I used to read registry (HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Fonts) value to list of available fonts in a drop-down datawindow.  It's working fine in Windows 7, but not in Win 10.
Few of our cu...
                    
            Stored Procedure-based Dynamic DataWindows with PowerServer 2021
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Has anyone successfully deployed a PowerServer 2021 app that uses dynamic DataWindows (created with the Create() method), which are populated by stored procedure?
 
When deploying an app using the documented techniques, all SP-based dynamic DataWin...
            Add OLE 64-bits Components from PowerBuilder IDE
- Misc
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
It would be great that you implement that the PowerBuilder IDE can add 64-bit OLE objects, currently I have a project that I must use 64-bit components and currently I can't use them.
Thanks in adavance
                    
            SnapDevelop .Net Framework
- Resolved
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 3 years ago
I just started a new project in SnapDevelop. I also tried to install a nuget package and got the error:
 
Package itext7 7.0.3 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package itext7 7.0.3 supports: net40 (.NETFramework,Ve...
            How to control X closing window button
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello,
 
PB 2021.1288
 
I want to control X closing button of window. What event get fired when user click X button and window get closed?
 
Thanks
Tomaz
                    
            PB2019 R3: When using FileMove() permissions are not applying
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I have an application that uses FileMove() on PDFs. The starting directory may vary, but the in the destination directory is always under the same main folder. At the main destination folder I have read permissions setup for a group that are applied ...
            I'm migrating a legacy application from PB8 to PB 2019R3.  
The app makes use of a DLL called mnutil.dll that was written in-house in C many years ago. The PB8 version of the app works happily enough on Win 10 currently, but I'm having issues with t...
                    
            store chinese character on nvarchar
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
hi 
 my sql server value(x) datatype  is nvarchar. 
i use following sql statement can store chinese values on x 
update table set x = N'chinese character' 
my question how to use this sytanx on 
datawindow.update()
 
William
 
            after upgrade to power builder 2021 exe not running
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hello 
We upgrading power builder 12.5 to power builder 2021 
The migration ended ok , and i can run the sources (pbl) and the apllication works 
When trying to run the EXE  it does not work 
Please advise 
Regards. Nir 
            Move Keyboard Shortcuts from PB19 to PB21
- Resolved
- How-to
- Last updated 3 years ago
- Mark Goldsmith replied 3 years ago
Hi and happy New Year!I moved to PB21 and would like to take Keyboards Shortcuts I defined in IDE with me. I look in the PB.INI and the usual places in the Registry but couldn't find them.Before I start a laborious search I rather ask the community:
...
                    
            PowerServer 2021 incremental build
- Resolved
- How-to
- Last updated 3 years ago
- Ronnie Po replied 3 years ago
I hope I'm just missing something obvious. Is it possible to do an incremental build and deploy in PowerServer 2021?
Per the documentation, I've selected "Incremental" under "Project build options" in the project painter, but any time I rebuild the ...
            Upgrading InfoMaker Applications
- Resolved
- How-to
- Last updated 3 years ago
- Roland Smith replied 3 years ago
We plan on upgrading from PB/IM 2019 Build 2170 to PB/IM 2019-R3.
I'm wondering if end users who have created an InfoMaker Application will have to regenerate them. I've never created one so I haven't been able to try it myself.
 
            Issue with PB 2019R3 Activation
- Resolved
- Advice
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi
We're finally going to be upgrading from PB 8.  I successfully installed and activated PB2019R3 yesterday on my laptop, but my offshore colleague who is forced to use a Virtual Desktop is having difficulties activating his licence.
It looks like...
            Resizing line control in datawindow
- Resolved
- Advice
- Last updated 3 years ago
- Ronald Hitzler replied 3 years ago
Hi community,
please apologize this simple question but I'm fairly new to PB (I've some experience with C#) and I want to know what the best option is to do the following:
I've datawindow containing several columns and I changed the presentation st...
            Developed application is crashing without any message.
- How-to
- Last updated 3 years ago
- Tariq Mahmood replied 3 years ago
Hi,  we are using PB 2021, from last couple of weeks application is suddenly crashing at any module without any error  / messages. Operating system are Windows 10  11. We have updated upto lastest patches. Kindly reply if there is any solution to che...
            Debugging C# code in SnapDevelop that was built in Visual Studio
- Resolved
- How-to
- Last updated 3 years ago
- Aron Cox replied 3 years ago
I have a set of C# code I am migrating from COM wrapped assemblies to be called directly from PowerBuilder 2019 R3 after using the C# Class Importer.
It seems to work very well, and the fact you can step into the SnapDevelop debugger from PowerScrip...
                    
            Power Server 2021 / Powerbuilder 2021 - Upgrade Questions
- Resolved
- Issue
- Last updated 4 years ago
- Shin Jungi replied 3 years ago
Hello? Thank you so much for the Power Server 2021 upgrade information.I am Jungi Shin, CEO of CNS Solutions.
We will send you questions about the Power Server 2021 version as follows.We would appreciate it if you could send us a reply.Then please 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 
                     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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            