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.   :) 
            PowerClient - Failed to download the config file - Offline
- Resolved
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi Team,
              One of our application is set up in PB - 2021 with PowerClient build. It's successfully downloading and opening without any issues in offline and online. The source we have migrated in PB 2022 with PowerClient build. Below iss...
            Limited the Year in a dropdown box or selection
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hello,
 
I have a request that is used for auditing. The user would like a dropdown box on a datawindow that will display the  Current year and only display four prior years. Basically show 2023, 2022,2021,2020. 
Thanks, Stewart
                    
            Maximum datawindow expression/computed field length.
- Misc
- Last updated 2 years ago
- Mark Jones replied 2 years ago
Does anyone know what are the limitation on size of expressions (e.g. visibility,  computed fields, protect) on datawindows? And, what if you have multiple long expressions on the same datawindow? 
I have been fooling around with a very long protect...
            Prevent the user from switching between windows via Ctrl-Tab
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
There are situations where I want to prevent the user from switching between sheet windows via Ctrl-Tab.I have tried the following in the datawindow pbm_dwnkey event (without success):
  blob{64} lblb_Msg  PeekMessage(lblb_Msg, 0, 256, 264, 1 ) //WM...
                    
            Anyway to go back to previous runtime version?
- Resolved
- How-to
- Last updated 2 years ago
- Dennis Little replied 2 years ago
Hi all,
I was updating my PS22 version and accidentally updated the PB22 runtime version from 1878 to 1892 as well.
Is there anyway to go back to 1878?
            Save as Excel5 gives cells with wrong length
- Resolved
- Issue
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi,
we've just moved to Appeon from PB 11.2 and we have an issue with Saveas Excel5!. Cells with text content appear to have length +1 than the real size, e.g. cell A1 contains ABCD and len(A1) gives 5 instead of 4. This is a problem because our use...
            DataWindow Merge Conflicts and how to solve them
- Advice
- Last updated 2 years ago
- Tomáš Podzimek replied 2 years ago
Hi, everybody
Since the 2022 version, we've been migrating our projects, but we've encountered that resolving conflicts when merging DataWindows is rather complicated.
I'd love to learn how are other people doing it and if anyone has found a simple...
            PowerClient app launch failure - incorrect file format
- How-to
- Last updated 2 years ago
- Mora Wang @Appeon replied 2 years ago
We are working to move from a traditional client / server deployment to PowerClient 2022 Build 1892. We build and deploy a PowerClient application daily as a scheduled event.  Most days the result is fine. Twice this week, when we go to open the Powe...
                    
            Does PowerServer2020 can running on Azure VMware Solution ?
- Resolved
- How-to
- Last updated 2 years ago
- mike S replied 2 years ago
Hi, Appeon Team
This question is related my another question.https://community.appeon.com/index.php/qna/q-a/about-powersever-system-requirements
An infrastructure engineer at my company has this question.
If Azure VMware Solution will be used by m...
            OLEDB Connection to Azure SQL Database
- Resolved
- How-to
- Last updated 2 years ago
- Miller Rhodes replied 2 years ago
Hi
   We recently migrated our inhouse application to PB2021 all work good we connect to an inhouse sqlserver and all is good.
We are looking to move our data base to the cloud Using Azure SQL managed instance.
the server name is as 200sqlmi01.xxx...
            Hi guys;
 
Is there any way to use scanners to digitize documents using Power Builder 2019 R3?.
What type of objects or controls we need to use?.
Exists own objects or librarys to do that?
 
Thanks and regards.
            How to get the original Width and Height of UserObject
- Resolved
- How-to
- Last updated 2 years ago
- Christopher Craft replied 2 years ago
PB 2019 R3
I don't know if this is possible but I am trying to get the width and height of a UserObject as it was designed (in the PBL). When creating a window we insert multipe UserObjects as TabPages and I need them all to size to the tab. When th...
            Validation Expression and Message
- Resolved
- How-to
- Last updated 2 years ago
- John Strano replied 2 years ago
This is my first time trying to use Regular Expression in the datawindows Validation Expression and Message.  I got help with the Expression , thank you.
In my compiled app if I break the rule, I get the pop up with the message.  When I click OK, ...
            想请问下,下面这样带打开多个窗口的带 X  的功能怎样做的,pb2022 , 有例子吗和说明文档,谢谢
            Calling .NET Components from PowerBuilder Via COM Wrappers...
- Resolved
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
...without using the Microsoft Interop Forms Toolkit.
What we do until now: We use the .NET Framework 4.8.1 to write class libraries in C# and expose them to COM using the Interop Forms Toolkit. We call the COM-Server from PowerBuilder 2021. This wo...
                    
            Can I see the modified window without exiting the application?
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hello.
I'm Choi Kyungil from Penta System Technology.
 
I've got a question of deploying powerbuiler apps. I got a white paper named 'Whitepaper_Deploying_PowerBuilder_Apps_to_the_Cloud.pdf' from https://docs.appeon.com/ps2022/Architecture.html. A...
                    
            dw.Update is giving error, but db is still updated
- Resolved
- Advice
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Hi all,
Another strange one.  I've got a window with a dw on it, inherited from PFC u_dw. I've got code for the dw that has 3 user events.  ue_cut_rows, ue_copy_rows, ue_paste_rows.
I can cut/copy rows, then paste rows, works fine.  But, when I sav...
                    
            Why does GetChild keep returning an error?
- Resolved
- How-to
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Hi all,
I'm trying to share data between 2 datawindows.  The Child datawindow that I'm getting is a nested report in a DW that I use to print. They are both the same datawindow, d_print_estimate_detail. GetChild keeps returning -1.  Here's my code f...
                    
            Images not showing in app when run in Amazon Appstream
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
We are trying to run a PB 2019 app in Amazon Appstream.   When loaded to the server and run in the folder it works fine...  However, when in Appstream if you use the Appstream run menu option the PB application (FODES below) starts but no images show...
            C++ Redistributables
- Resolved
- Misc
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Using Powerbuilder 2022 Build 1892.
Does the system/computer deployed to still need the 2010 version of C++ Redistributable or what is the newest version that can be used?
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                            