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.   :) 
            Datawindow Group question
- Resolved
- How-to
- Last updated 2 years ago
- Raymond Longoria replied 2 years ago
I have a datawindow with one group. The database column that the group is based on can have either letters or a blank. I need to get the group total of the rows that have a blank and make that total available to add to the other group totals that hav...
                    
            Copy content betweem PBDOM documents
- Resolved
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi,
I tried copying the subcontent from one PBDOM_Document to the second. I have part of PBDOM_Element :
testlist
elements
element id=0 /
element id=1 /
elements
/testlist
How I can copy the child PBDOM_Element or XML section ex. elements ?
...
            Finding External Object reference in a PB Application
- How-to
- Last updated 2 years ago
- Roland Smith replied 2 years ago
Hi Experts,
How to find external object reference (dll, third party exe, services etc) is there or not for a PB application.
 
Thanks,
S.Deva
 
            PB.ini is this used in powerserver?
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Are these values read from the pb.ini in powerserver?
If so, then i do want to deploy the pb.ini file with my powerserver application version.
[DataStore Behavior]UseHwnd=no[Data Window]ACCESSIBILITY=0
 
Just looking at things that may be differe...
            Checkout Objects from WizSource Source Control.
- Resolved
- How-to
- Last updated 2 years ago
- Roland Smith replied 2 years ago
Hi Experts,
This question is related to source control, I am using Wizsource as source control, I have added my application to source control, Now When I create a empty workspace and try to check out the files, I can't. Whether I need the scripts al...
            What version first supported SaveAs XLSX ?
- Resolved
- How-to
- Last updated 2 years ago
- Roland Smith replied 2 years ago
Does anyone know what version first had the XLSX! SaveAsType?
I have PB 10.5 which doesn't have it. PB 12.5 has it but doesn't mention it as a new feature. So it must be either 11, 11.5, or 12.0.
            Error in Power client - HttpClient Object.
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
Hi Team,
 
We are facing one issue with HttpClient Object. This service is not working Post Migration of Appeon PB2017 to 2022.
When we are calling the HTTP Post Method with HTTPS it is returning -1 which is -1 -- General error ....
            Hi Master,
  My application is connecting to one database server and transaction updates to two different database('Data_PG' and 'Data_PG_S'), see attachment, app.ini file.  After deployed to PowerServer and run, i had trouble to updates to second d...
            A bug or feature - converting string contain a number and plus (+) sign
- Resolved
- Misc
- Last updated 2 years ago
- Kari Paukku replied 2 years ago
Hi,
 
I did run to the following: I have a data window with column with data type number.
In the ItemChanged event I have the following code 
Amount = Double(data)
The data is type is string per PowerBuilder in the ItemChanged event.
As expecte...
            Hi,
I have problems debugging the application in powerbuilder 2021. I have the IDE installed on two different PCs, on one PC I can debug without problems, on the other PC I can't. Both have the same configuration and are running on windows 10. When ...
                    
            Hello,
Took over an existing Powerbuilder application, upgraded to PB 2022, but not sure how to produce an executable that can be deployed and run on its own.  Looked for a "Deploy" option to create an executable, but did not see it.  Am I overlooki...
                    
            Connection to Oracle 19c on Windows 11
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello, On Windows 11 can't connect to the Oracle client
Here is the environment:
PowerBuilder runtime: 2019 R3 Build 2703
Oracle Client: Instantclient_19_18 and path is set correctly
Visual Studio Redistributable (64) 2015-2022
The error: OCI.DL...
                    
            Can we use latest IDE version and old Runtime version
- Resolved
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello Appeon,
We have migrated all our application from PB 17 to PB 22 Build 1878, Runtime 1878 and we have build package with the help of InstallShield and things are going good.
Now, Could you please answer me on below -
1. Some of our client pr...
            How to build and deploy the 2021 build 1506 application
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
 
I have recently updated my powerbuilder version to 2021 build 1506.
Please let me know how to build and deploy the application and deliver it to the users 
            PowerBuilder 2019 R3 and Azure DevOps setup and Use.
- How-to
- Last updated 2 years ago
- kitty he @Appeon replied 2 years ago
I'm using PowerBuilder 2019 R3 Git with Azure DevOps.  I'm able to connect from PowerBuilder to Azure DevOps.  In Azure DevOps I have three Branches. Master Branch, Development Branch and a Development Feature Branch.  On my local PowerBuilder I have...
            Hi guys;
 
Can you help me to resolve this issue.
 
We need to evaluate the content of a varchar field. We need to convert this text data in numbers; but in some records have a special characters we need to replace or delete.
 
How we can do, u...
                    
            Why when I'm importing a dll(SnapDevelop 2021) it comes without methods
- How-to
- Last updated 2 years ago
- Bruce Armstrong replied 2 years ago
hi Friends,
I am using SnapDevelop 2021 to create Class Library (.net Standar)But when I'm importing(dll in importer dll option) comes empty without methods this is the class:
using System;using System.Collections.Generic;using System.Linq;using Sy...
            Hi All,
 
  I had below questions while working on Power Server 2022 project. Please advice. Thanks.
 
1. Target framework .net 6 or .net 3  - which one to choose? what criteria determina which to choose?
2. Power Server vs power client?  --- wh...
            Hi,
 
I know how I can get information about class and structure variables. But, is it possible to write a value dynamically to structure fields (variables)? The same as to DataWindows object ?
            McAfee deletes the exe file immediately
- Issue
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hello,
Using PB 2022 B 1900
We created the application exe file using File - New - Project - Application option from the IDE.EXE is created along with required PBD files.  
Double-clicking the EXE file from the same folder, where it's created, del...
                    
            
                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 
            
     
                             
                             
                             
                             
                            