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.   :) 
            How to change the delimiter from comma to other special character using powerbuilder
- Resolved
- Issue
- Last updated 3 years ago
- Hannu Pikkarainen replied 2 years ago
Hello Team,
I am using PowerBuilder 2019 in my application. The application has an option to save the files as .csv(Comma Separated Value File Type). Our Client wants to change the delimiter from 'comma' to some other special character. Tried to cha...
                    
            can I just print a PSR file?
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
our company uses a piece of software that generates PSR files for client statements each month we get over 300 of these things.
they require opening each one individually in the software, then manually print.I would prefer to just send each one dire...
            How to connect PB to GitHub?
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi, stupid question. We're running PB 2022 Build 1900, and we're looking to migrate from VSS to Git using GitHub.
I am trying to set up a test repository, but I am not sure how to connect PB to GitHub. GitHub or Git isn't in my list of Source Contro...
            PowerBuilder Fundamentals Course
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Unable to access content.  please find attached a snap-shot.
                    
            DataWindows 导出 Excel功能能否实现,官方以前再吹到现在没有动静了
                    
            Hello All
We are migrating to 64 bits enviroment (PB2022 R2) 
we have a external file in dbf format
in 32 bits we are using the microsoft driver for dbf but it is only available in 32 bits
does anyone have manage to connect to a DBF file in 64 bi...
                    
            NativePDF - Dots in place of text
- Issue
- Last updated 2 years ago
- Tracy Huang @Appeon replied 2 years ago
Hello,
Since migrating in PB2022, we've been generating our PDFs in NativePDF "Standard". In PB2019, we were using Ghostscript.
Some customers who receive them cannot read them.
 
The font used is Malgun Gothic. It's distributed since Microsoft...
            Can we replace Oracle Java with OpenJDK Java 8 - https://adoptium.net/temurin/releases/?version=8? is there any issues if we do this? 
            Survey: Where Does Your App Write Temporary Files?
- Resolved
- Advice
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
As the Windows O/S and the exploits of virus/ransomware and anti-virus software has evolved, so too has the generally-accepted location(s) where an application can safely write a temporary file (such as a PDF to be included as an email attachment) to...
            Hi,
 
I found on PB22R2 docs:
Supports using any of the following connection types: None (Plain text); STARTTLS, and Auto STARTTLS.
 
How can I set STARTTLS for sending an email message using the new SMTPClient of PB2022R2?
I didn't fin...
            First questionI have PB 2021 installed on my local PC. If I want to install PB 2022, can I install PB 2022 R2 or do I need to first install first release of PB 2022?
Second questionIf I understand correctly then it is possible to have both PB 2021 a...
                    
            GetCurrentDirectory / Userprofile
- Resolved
- Issue
- Last updated 5 years ago
- Veera Venkata replied 2 years ago
Hello there.
I have an idea, but i dont know how to solve... 
1 - There´s one server computer, and 10 client computers (random number) connecting to the server computer
2 - One app that have getcurrentdirectory and getcontextservice methods
3 - L...
            Appeon REST API Authentication Demo - Errors
- How-to
- Last updated 2 years ago
- David Xiong @Appeon replied 2 years ago
I ran the REST API Authentication demo located at 
https://community.appeon.com/index.php/codeexchange/powerserver/296-rest-api-authentication
and selected
demo.appeon.com/psrestauthentication/
I selected Azure AD button followed by Authorization...
            Stop Theme being applied to a window and all objects on that window
- Resolved
- How-to
- Last updated 2 years ago
- David Peace (Powersoft) replied 2 years ago
Hi
Justa quick question, what is the best way to stop Themeing being applied to a specific window and it objects? We do not want to Theme the sign in window of the application (a graphic designer has spent hours designing it).
I added a specific wi...
            Application Communication through DSN
- Issue
- Last updated 2 years ago
- Shijo Joseph replied 2 years ago
Dear Team,
I am facing a critical issue with my power builder application. I am having a customized odbc driver which is communicating with my PB application. 
I am having another Visual Studio 2022 application which is communicate with my PB appli...
                    
            TFS MSSCCI 2013 error: Parameter is not valid
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi Team,
 
     We use Visual Studio Team Foundation Server MSSCCI Provider 2013 for source code control.
     recently we often met blow Parameter is not valid error during checkin code on PB.
     Any one else know where is wrong or how to reso...
                    
            
Hi!
Event IDs associated with PowerBuilder events
PowerBuilder has its own events, each of which has an event ID. For example, the PowerBuilder event DragDrop has the event ID pbm_dragdrop. The event name and event ID of the predefined PowerBuild...
            RichTextEdit Control support of tables
- Resolved
- How-to
- Last updated 2 years ago
- Mark Lee @Appeon replied 2 years ago
HI,
we are looking at the new enhancements of the RTE control in PB2022R2 and the support of tables in particular.
The question is how to insert rows to an existing table ?
The fonction TableInsertrows() seems to only work when the focus is in a c...
            Application.FontNames.Item slow in PB 2022 R2
- Resolved
- Issue
- Last updated 2 years ago
- Angie Liu@Appeon replied 2 years ago
Hi,
I have a problem with the performance of Word Application OLE Object  Application.FontNames collection after migration to PB 2022 R2. Follow is sample code:
OleObject iole_WORD
int li_retcode, li_count, k = 1
string ls_font
 
iole_WORD = ...
            Using GetFileSaveName and SaveAs with the option to include/exclude headers
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I am currently using GetFileSaveName in combination with SaveAs so that I can filter the available SaveAsTypes.
There doesn't seem to be any way to send something from the GetFileSaveName that will allow you to know whether 
the user wants headers ...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                            