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,
It seems that pbc190.exe generates the XML file where the path to runtime libraries is specified. Is there a way to tell pbc not to do it?
Best regards,Konstantin
                    
            PFC Linkage Service works in w_main but not w_sheet
- Resolved
- Advice
- Last updated 3 years ago
- John Fauss replied 3 years ago
Hi all,
I'm testing linkage service in PB2021 with latest PFC.  I inherited a new window from w_sheet and copied the code from the PFC example (w_linkageretrieval) and changed the dws and retrieval arguments.  Can't get it to work to save my life.  ...
                    
            PowerBuilder Web Browser Control HTTP GET/POST Methods
- How-to
- Last updated 3 years ago
- Hareshkumar Patel replied 3 years ago
Hi,
we are trying to replace native MS web browser control with new web browser control in our application. we need to navigate to different web pages using HTTP POST methods. 
Does this new Web Browser control provide an option to send data using ...
            Compatibility between runtimes (pb10, pb12.5, pb2019R3)
- Resolved
- Advice
- Last updated 3 years ago
- Christopher Craft replied 3 years ago
We are in the process of upgrading applications from Powerbuilder 10 and 12.5 to Powerbuilder 2019R3.  
Currently all of our powerbuilder applications reside in the same folder on a server and staff have a shortcut pointing to that location.  This f...
            Seeking suggestion for third-party Office ActiveX/OCX
- Advice
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
The window is getting freeze which is having the MS-office(we are using O365 version) control attached on that window via OLE control. When we open that window, while initializing the WORD component, it is getting freeze for sometime. And  because of...
                    
            Possible to import events with the .NET dll importer
- Resolved
- How-to
- Last updated 3 years ago
- Roland Smith replied 3 years ago
Is it possible to have events, not just methods, come from a .NET assembly into the PowerBuilder nvo when using the .NET dll imported in PowerBuilder 2019 R3? Or failing that, react to events that are raised from the .NET assembly in PowerBuilder in ...
                    
            NativePDF_Valid=1 and portrait layout different behavior when deployed
- Resolved
- How-to
- Last updated 3 years ago
- Pierre DETE replied 3 years ago
Hello,
I have a different behavior when I print with NativePDF a portrait output between IDE and deployed.
When I run from the IDE the output is fine in portrait, but when I run from a deployed application the layout is smaller, not in full page, l...
                    
            Hello,
I need to find and highlight a user entered value in a large datawindow (~280.000 rows).Therefore I created a findstring (upper(column1) = value OR upper(column2) = value OR ...).The search takes about 15 seconds, especially when the value is...
                    
            AGENT SVN won't connect to PowerBuilder
- Resolved
- Issue
- Last updated 3 years ago
- Bruce Armstrong replied 3 years ago
Hello -
Long time PowerBuilder developer, first time Agent SVN user.  I did a search on the community forums and can't find anything related to my issues.
Using PB2017.
It took some time to get Agent SVN configured and connected to the repository ...
                    
            Powerclient parameters strange behavior
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hello
I'm not sure if this is a bug or not but it looks strange to me.
I use PowerClient for deploying my application.
What's going on:
If I start the application from the generated desktop link then it works fine. The link targets this:
C:\Prog...
            call .net assembly winform error need setcompatibletextrenderingdefault
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
When i call a .net assembly which has a winform window , powerbuilder 2021 trigger  a error, error message remind me  must call  setcompatibletextrenderingdefault first, but how to setcompatibletextrenderingdefault  ?  please help me!!
                    
            Stored Procedure load incomplete in Database Painter
- Issue
- Last updated 3 years ago
- John Fauss replied 3 years ago
Good evening
In the database painter when I connect by ODBC to SQL Server I can see the Stored Procedures without problem; but when I connect using MSOLEDBSQL SQL SERVER Or SNC SQL Native Client the Stored Procedures don't show complete, they only l...
            Hi,
How do i run PowerClient on VPN environment?
There is a scenario where the client wants PowerClient to be hosted into the cloud server and Powerclient is more like deskstop application.
what the best way to handle this request. Am of the idea ...
            Hi
Is it possible to show mhtml (mht, mhtm) files in the Chromium based webbrowser control? Chrome supports it from local storage. CHromium suports it (according the documentation I've found). But if I try navigate to a local mhtml file the WebBrows...
            Dear Support Team,
Following code is not working in my environment.
Connect using SQLCA;
integer cmpnt_Id_var
DECLARE my_cursor DYNAMIC CURSOR FOR SQLSA ;
PREPARE SQLSA FROM "SELECT cmpnt_Id FROM Component" ;
OPEN DYNAMIC my_cursor ;
IF SQ...
                    
            How calling VBA Excel functions with optional arguments?
- Resolved
- How-to
- Last updated 4 years ago
- Konrad Kaltenbach replied 3 years ago
Dear Experts,
I want to call the VBA Excel functions with optional parameters like Range.PasteSpecial(...) for example in PowerScript functions.
I tried the following:
OLEObject lole_WS_From // Excel worksheetOLEObject lole_WS_To    // Excel works...
                    
            Parsing JSON - Failed to load the JSON data because its root node is not an object
- Resolved
- How-to
- Last updated 6 years ago
- Sanjay B replied 3 years ago
Hi everyone,
i try to parse a JSON-String with the new functionalitys of PB2019 and get this error message: "Failed to load the JSON data because its root node is not an object"
sample code:
 
string ls_json, ls_returnJSONPackage luo_jsonluo_json...
                    
            Is there a Find in Page Function in Web Browser Control?
- Resolved
- How-to
- Last updated 3 years ago
- Peter Thiem replied 3 years ago
Hi Community,
Our users would like a "Find in Page" function when they press control-F in the new Chromium based web browser control.
They found it useful in this application, from when it used the old IE web browser control.
Is there built in fun...
            Hi, All
 
I have a question about playing media files. Our media team has to generate MXF files. But our current media player doesn't support MXF format. Is there a media player I could use to play it? This is for Powerbuilder 2019 R3.
 
Thanks,
...
            Dynamically Determine Response Window Classname
- Resolved
- How-to
- Last updated 3 years ago
- Jason Lipman replied 3 years ago
Here's a fun one to solve...
I am blending a new report-running process with an old. I have no control over the old, and I want to center the Response windows (used for arguments) that are popped up.
The window names are stored in a table and dynam...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                            