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.   :) 
            Hi All,Can someone please show me how I would generate JSON in the below format?I'm not sure on how to create the "shipments" array of objectsThanks,Nas
 
{ "shipments":[ { "shipment_reference":"XYZ-001-01", "customer_reference_1":"Order 001", "cus...
                    
            Need Help on How to read Profiling Trace File Programmatically.
- How-to
- Last updated 5 years ago
- René Ullrich replied 5 years ago
Hi Team,
We do have a client requirement to add some functionality in the client application to the Open/Read profiler Trace file.
Does anyone have an idea about How to open and read PBP file content programmatically through PowerBuilder?
Thanks  ...
                    
            SyntaxFromSQL Weird Update and Identity Settings
- Issue
- Last updated 5 years ago
- John Murphy replied 5 years ago
I think this is a bug but I thought I post it here first it case I'm just wacky.
I am using SQLCA.SyntaxFromSQL to build a DW on the fly. Since all the key fields were included it makes the dw updatable. This works fine except in the case where ther...
                    
            Using Row Manager Service in a Composite DW
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
I have a composite datawindow with 9 nested reports. I want to be able to use PFC row manager service in two of them nested reports so my users can double click in a row and I can bring the detail for that row. Is it that posible? anyone have done it...
                    
            Hi everybody,
I am trying to set background of my mdi style window with a picture.
When I try to do this using picture object, I can not see child windows
opened in this mdi frame.
If anybody tells me ways to do this I will be glad.
The id...
            Tab Control with Composite DWs - Opens very slow
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hello All,
I have a window with tab control where each tab has a composite datawindow on it.  When I try to open window,  it takes so long to open....over 3 minutes some times.  I had noticed print spooler etc. was very busy and that the current pri...
            PowerBuilder 2017 and PowerServer 2017 compatibility
- How-to
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
I have PowerBuilder 2017, PowerBuilder 2019 and PowerServer 2019  installed on the same virtual machine Window Server 2012 64-bit). I tried to deploy my PB 2017 application as web one but discovered that Appeon part of the toolbar in PB 2017 is disab...
            RTE or TE Control and Preview
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
I am using the RTE control to preview word documents in my application.  I am having some zoom and fit issues getting the document to look good.  I turned on the Preview toggle and it looks great when I do that.  The issue I am having is, you cannot ...
            My co-workers compiles our PowerBuilder application . He often gets the below error : 
'Cannot access the WSDL or the WSDL file is invalid ( http://xxxx.yyyyy.net/tttttt.asmx )'
 
If he re-compiles the error will finally go away.
 
Notes: 
The ...
            Potential eStamping solutions for PowerBuilder Court Management application
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Greetings All,
I am researching implementing an eStamping solution to our PowerBuilder 2019 Court Management System. This basically entails being able to open and apply a pre-defined filing stamp to incoming correspondence received by the court
As ...
            ExecuteProcedure method in SnapDevelop 2.0
- Resolved
- Issue
- Last updated 5 years ago
- Thomas Rolseth replied 5 years ago
We have migrated our web api to SnapDevelop 2.0.  It runs on a Windows 10 machine using an Oracle 11g database.  The api method below worked fine in SnapDevelop 1.0 but now after the migration we are getting the attached exception. During the migrati...
                    
            High-DPI experience in GDI based Desktop Apps
- How-to
- Last updated 5 years ago
- mike S replied 5 years ago
I have a Surface Pro with 2736x1824 resolution and 200% text size, (recommended values), but the font is small for my eyes.If I increase the scale 225% PowerBuilder looks blurry, bigger the texts but blurry.
Any solutions?
In this article there is ...
            New Web Browser control in 2019R2 and Virus
- Resolved
- How-to
- Last updated 5 years ago
- Sylvain . replied 5 years ago
I'm pretty sure this answer of my question will be NO, but I have to ask just in case.
In our application user can upload PDF file (Ex.: Image of an invoice from supplier) to our server and later when needed ask our app to show those PDF file for wh...
            DotNet Assembly create error in the complied version
- How-to
- Last updated 5 years ago
- Kwadwo Boahene replied 5 years ago
Hi All,
I am using PowerBuilder 2019 and trying to use the .Net assembly for the first time. In my source the reference below works fine when i run the app but fails in the compiled version when it runs with the runtime dlls. The error is
"Unresove...
                    
            SelectionChanged problem with 2019r2
- Resolved
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
Hi,
I get some problems with the 2019r2 version:
1. I updated from 2019 to 2019r2. After this, the selectionchanged event in tabs do not work. So, PB does not retrieve data in the datawindows of this tabs.
2. Then I mad a new compilation and it wo...
            User Unable To Open Multiple Windows in MDI
- Resolved
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Long shot, but I thought I would see if anyone has had this problem. I have a particular user that starts the work day with no problems. After a few hours of work, he is only able to open a single window at a time. All windows must be closed before h...
            Creating xml templates for datawindow...
- Resolved
- Misc
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
I am trying to make some xml templates to import data through from an XML file.
I noticed that you can not reference control that is not visual. And while I understand that a control is something visual, I don't understand why do I have to put a col...
                    
            Copy files to network share with elevated credentials
- How-to
- Last updated 5 years ago
- Randy Mathews replied 5 years ago
I am trying to follow this (rather old) instruction for how to copy files to a network share with elevated credentails, but I cannot get it to work.
 
http://codeverge.com/sybase.powerbuilder.general/copy-files-to-network-with-elevat/1038363
 
My...
            Hi guys
i want to know if maybe i could manipulate a .pbl file of a projecto of PB 2019 for add inside that some objects that i have in another folder.
i tried to do a pbg file for each library thinking that at time to open PB project maybe it woul...
            Problems connecting to an IBM DB2 database
- Resolved
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Greetings to all.
When testing then connection to an IBM DB2 database in AEM, the following type of error is displayed:
Testing Data Source AS400 failed: ERROR [08001] [IBM] SQL30081N A communication error has been detected. Communication protocol ...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            