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.   :) 
            Powerserver - error [08001] Error
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi All,
I have configured PowerServer in in one of our application, but when run the application it's getting below error. 
"error [08001] [sybase][odbc driver][sql anywhere]unable to start specified database: access is denied."
 
Please find the...
            Hello,
 
i have build a exe and copied all pbd to the exe in the same folder. When i run the exe on my build server there comes no error, but when i use a computer without powerbuilder installed i get this error: see pic24637.gif
 
I Used the IDE...
                    
            Powerserver - Session creation error
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi Team,
Good day!
I have configured the our application to Powerserver via localhost successfully. When we try to run from PB IDE - Run PowerServer Project, it's invoking Content root path: C:\Users\Rajkumar\PowerServer_salesdemo\ServerAPIs and th...
            Too many calls to Oracle ALL_SYNONYMS view
- Issue
- Last updated 5 years ago
- Thomas Winkler replied 2 years ago
Is there a way to keep PB from selecting from ALL_SYNONYMS in Oracle?
 
May be generated by call to SyntaxFromSQL
                    
            请问下,我在win11最新系统里面打开应用,好像控件是安装了,但一闪就没了,打不开网页
- How-to
- Last updated 2 years ago
- Kai Zhao @Appeon replied 2 years ago
我用的是 pb2019 r3  ,   powerserver2000    2779  版本,  appeonbrowser自动下载安装了,但运行只是一闪就什么没有显示,请教怎样处理解决?
            Trying to use PBAutoBuild220 on a remote server where the PB Runtime / IDE is not installed. It doesn't seem to work. Based on the documentation, AutoBuild requires Runtime installed on the server. Is there a way to use AutoBuild as standalone compil...
            Opening window in running powerbuilder application fron C#
- Resolved
- How-to
- Last updated 2 years ago
- mike S replied 2 years ago
We are using PB2019 R3 and need to call a function in a running powerbuilder application from a C# program.
 
Is there a way to use PBNI for this or should we try some windows messaging approach?
 
Thanks in advance for assistance in this.
/Joak...
                    
            How to send email thru SMTP using PowerBuilder 2022?
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I found this code somewhere on Appeon website to initiate SMTP from PowerBuilder 2022.
 
SmtpClient lsc_maillsc_mail = Create SmtpClient
 
I'm getting an error "Illegal data type SmtpClient"
How do I solve this error?
I found some posting sayin...
                    
            Free Generator of HTML Documentation from PBLs
- Misc
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Following an earlier thread where I was searching for an application to document my PBLs in a HTML website, by extracting comments etc. from my code, I ended up writing something, which I have attached, and offer for free for anyone's use.
It can do...
                    
            Strange behavior richtextEdit column
- Resolved
- Issue
- Last updated 2 years ago
- Miroslav Hajfler replied 2 years ago
Hi,
I noticed strange behavior edit column with StyleType RichText. When I try edit text in that column, if there was no text, it is OK, editchanged is triggered and after change focus on other column Itemchanged is triggered as well. But if there w...
            Image resize in Powerbuilder
- Resolved
- How-to
- Last updated 2 years ago
- Tobias Roth replied 2 years ago
Hello,I'm a bit stuck, google didn't deliver as good as it usually do this time around.I'm looking for a VERY easy and quick way to resize images from ex. 4k 8MB files to around 2-300 Kb files (let's say 72 dpi 1080p). Imagine doing this for common f...
                    
            Dynamically change New page on group break datawindow property
- How-to
- Last updated 2 years ago
- Mark Goldsmith replied 2 years ago
Hi,
Is there a way to dynamically change the property "New Page on Group Break" of a datawindow group by code using dot notation or modify?
Thanks in advance.
 
 
 
                    
            App closes after a period of inactivity
- How-to
- Last updated 2 years ago
- Francisco Martinez @Appeon replied 2 years ago
Hello community.
Is there a way that the powerserver doesn't log out, after an idle time, or otherwise increase the time.TnksW.
 
            Code / Object Documentation Generator (like JavaDoc)
- How-to
- Last updated 2 years ago
- Dan Cooperstock replied 2 years ago
I'm wondering whether anyone knows of or has developed any tools for scanning your libraries and generating nicely formatted HTML docs, based on standard formatting of comments (like JavaDoc does).
I searched and found PBDoc from PBDR, but I'm not s...
                    
            Temp Directory pbcefdownload not being Cleaned Up
- Resolved
- Misc
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
PB 2022 1900
I am using the WebBrowser control to display files that have been attached to our application.  If a Microsoft document (Mail, Word, Excel) cannot be displayed the control will create files in the C:\Users\chrisc\AppData\Local\Temp\pbce...
            PowerBuilder 2019 R3 Won't PUSH to Azure DevOps
- How-to
- Last updated 2 years ago
- Cedeno Thompson replied 2 years ago
I'm using PowerBuilder 2019 R3 and my source control is Azure DevOps. Please see the attachment for details. My branch local branches match Azure DevOps branches.  However when I make a change to my local development branch, save and commit the chang...
            HI,
power builder 2019 R3
I need to add NTLM authentication  to HTTPClient  object
But it seems that  HTTPClient   supports only Basic HTTP authentication 
 
Is there a way to do it?
Thanks
            In the article listed below, it says to add this line to my database parameters.
timestamp=0
In PB9.2 how do I do this?
 
Thank you.
https://www.appeon.com/developers/get-help/knowledgebase/ora-24334-no-descriptor-position.html
            Rearanged source code and Git merge conflicts
- Issue
- Last updated 2 years ago
- David Peace (Powersoft) replied 2 years ago
Hello,
at our company we are currently in the process of migrating our relativly big PowerBuilder project to Git.So far that has worked fairly well, but we have encountered an issue where it would be interesting to know how this was ment to work and...
                    
            Sequencing rows in a trailer group
- How-to
- Last updated 2 years ago
- David Peace (Powersoft) replied 2 years ago
I have a datawindow with 2 groups. In the group 2 trailer section, I have a computed field summing a column (ex. sum total for group 2). I need to sequence them by their total within each group 1 break. For example, let 's say group 1 has group A and...
                    
            
                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 
            
     
                             
                             
                             
                             
                            