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.   :) 
            Hello everyone, since yesterday i get a Generic Error during Pull or Push
 ---------- Source Control: Errors   (08.40.57)Git client error code: Generic error.Failed to update: S:\start2gitFailed to do Git pull. ---------- Finished Errors   (08.41.03...
            How to enable copy paste option from a datawindow grid column whose edit tab is 0
- Resolved
- Advice
- Last updated 3 years ago
- Daryl Foster replied 3 years ago
Hello Appeon Team,
What is the best way to enable/apply copy paste functionality from a datawindow grid screen for a column whose tab option is 0 or column is protected?
I can achieve this by making the field editable by setting edit tab to positiv...
            PowerBuilder 2021 and Windows 10, 2019 compatability
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
We have migrated PB9 application to PB2021. Application is working fine on Windows 2016 but crashing on Windows 10 and Windows 2019.
Is this a known issue? Are there any specific options we need to use to build and deploy? 
                    
            Powerserver 2022 webapi hosted in Azure's container app or container instance
- Resolved
- How-to
- Last updated 3 years ago
- mike S replied 3 years ago
has anyone had any luck in hosting the webapi in either the azure container app or container instance?  
I can't get the container app to start (possibly due to ports).   While the container instance starts but i can't communicate via the ports that...
            Server 2019 - Print to PDF crashes
- Issue
- Last updated 3 years ago
- Mark Lee @Appeon replied 3 years ago
We recently migrated a PB19 64-bit application from Server 2016 to Server 2019. On 2016 users could print to PDF without issue. Now, on Server 2019, when they print they can do 3 prints and then the program shuts down. The only error we are seeing is...
                    
            PowerClient - Error - Application files are currently locked by another program
- Resolved
- Issue
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Hi All,
When we download the powerclient application getting the error message "The application files are currently locked by another program." 
Does anyone help on this to solve this ..
Please find the attached screen shot for the error we are ge...
            Datawindow errors in EXE mode
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
I am using PowerBuilder 2021 and have created an EXE package... I am getting an error 900-Invalid SQL Statement with every datawindow when running the EXE... I am not getting the errors when using PoewrBuilder...
I have created the Same EXE using Po...
                    
            Initialization file is not writeable
- Resolved
- How-to
- Last updated 3 years ago
- Tracy Lamb replied 3 years ago
Ok, looks like I screwed up.  Changed the location for the pb.ini file in my app, was trying to troubleshoot something else.  Closed PB, now trying to open PB and I get an error "Initialization file is not writable".   I didn't write down the new loc...
                    
            PB2022 deployment application on clean computer
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
HI,
How can I see and get the required PowerBuilder dlls to deploy and run my application on a client station (destination laptop) without installed PowerBuilder ? Currently, I'm migrating from PB12 to PB2022. 
Regards
Paweł 
 
                    
            Hello folks,
I have run into a weird issue. I am using PB 2021 - 1228.
I have a datawindow which has a column - member_id. There is a function in my application which tries to get this value.
// of_GetInfo
String			ls_mID
.
.
.
.
ls_mID = ...
            PB2022 bottom and right margin in response windows
- Issue
- Last updated 3 years ago
- Mathias Sikos replied 3 years ago
Hello,
After migrating our projects to PB2022 (Build 1878) we have a graphic issue in response windows.
There is a greater margin at right and bottom (normally nearly equal margins on every window edge).
In the design painter the margin is as we w...
            Send MAIL PBNISMTP (Attach filename with comma)
- How-to
- Last updated 3 years ago
- Julian I. replied 3 years ago
Hi,
We are using PBNISMTP object (pbnismtp.pbx) to send mails throw SMTP and we have a problem when the user attach a file with a comma on filename. I know this is a rare case, but does anyone kow how we can fix it without renaming the file?
Regard...
            How to git pull with PBAutoBuild220
- Resolved
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
I am trying to PBAutoBuild220 my project according to https://docs.appeon.com/ps2022/Build_the_PowerServer_project_with_commands.html, but it insists on download all the source from Git every time. Is it possible to configure it to not download every...
                    
            InfoMaker 10.5 Hangs When Running Reports
- Advice
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Infomaker 10.5 is installed in a terminal server environment. I've successfully connected to the db and appropriate library. Im trying to run a report for a given date range. If I select a range of a single day it runs successfully but if i give a br...
            The .NET engine is unable to start
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 3 years ago
We have developed PowerBuilder Client Web Services using .NET engine to download pdf document. We didn't come across any issues in the development or even after deployment. But we are running into issues when we deployed to a PC where PowerBuilder di...
            Problem PB 2022 TX Text Control
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hallo all,
I installed the files for my software on a network share.
When I start my software on a computer from this share, everything regarding TX Text Control works fine.
On another computer doing the same I get a message, that TX Text Control ...
                    
            Good Morning!How to send email directly from PB, without having any email program installed on the local machine?
Thanks!
            Drag/Drop event firing when it shouldn't
- Resolved
- Issue
- Last updated 3 years ago
- John Fauss replied 3 years ago
Hi all,
My customer noticed something very strange... when he's got my application running, then clicks on the desktop (or runs another app from his task bar), then comes back to my application, the Drag/Drop event is firing.  I sprinkled the code w...
                    
            Where do I copy prerequisite dlls?
- Resolved
- How-to
- Last updated 3 years ago
- Tracy Lamb replied 3 years ago
Hi all,
My application requires atl100.dll, msvcp100.dll, and msvcr100.dll.  There are 3 scenarios for user installs:
1. 32-bit Windows
2. 64-bit Windows, 32-bit PB install
3. 64-bit Windows, 64-bit PB install
I understand there's a difference b...
                    
            PowerServer2022, PB2022-1878, Oracle Stored procedure used for retrieving data
- Issue
- Last updated 3 years ago
- Kari Paukku replied 3 years ago
Hi,We have a working PB2022 application and when used as client/server it works fine as 32/64 bit. The database is Oracle19.When deployd to PowerServer environment, the stored procedur used in DW's to retrieve data give an error. regardled of the pro...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            