Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 2 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.   :) 
            Drag/Drop doesn't work for 64-bit app
- Resolved
- How-to
- Last updated 7 months ago
- John Fauss replied 5 months ago
Hi all,
I have a couple of windows with a datawindow that is supposed to respond to the pbm_dropfiles event.
I have defined a global external function:
FUNCTION int DragQueryFileW (long hDrop, int iFile, ref string szFileName, int cb) LIBRARY "she...
                    
            GoogleCharts and ApacheEcharts integration
- Advice
- Last updated 5 months ago
- Armeen Mazda @Appeon replied 5 months ago
Hi, there!
Is there a way to get the source code for the applications that integrate PowerBuilder datawindows with GoogleCharts (demo.appeon.com_googlecharts) and ApacheEcharts (demo.appeon.com_echarts)?
Hope it can be done. Thanks!
            Access sub-report on a nested datawindow
- Resolved
- How-to
- Last updated 6 months ago
- Armeen Mazda @Appeon replied 5 months ago
Hi There to all PowerBuilder Guru's -
I have a composite datawindow (say dw_composite) which has 4 sub-reports inside it - dw_child_1, dw_child_2, dw_child_3 (all three placed in the Detail band of dw_composite) and dw_child_4 (placed in the summary...
            Powerbuilder Window X and Y Positions - Integer Overflow
- Resolved
- Issue
- Last updated 5 months ago
- John Fauss replied 5 months ago
Hello, we are currently implementing our own logic to save window positions on multiple screen, that also adjusts to different monitor configurations.
We have major problems with big screen sizes since the x and y of windows are integers. This cause...
                    
            We've converted our backend db from SQL Anywhere to MS SQL Server, and any field previously a long varchar was converted to a varchar(MAX) field.
In the past, Powerbuilder would create datawindow column specifications for these fields as char(32766)...
            Assistance Required: PowerBuilder Database Setup Issue
- Issue
- Last updated 5 months ago
- mike S replied 5 months ago
Dear Team,
I am currently facing an issue while setting up the PowerBuilder database. The following error is being displayed:
"Oracle library OCL.DLL could not be loaded."
I have verified that the PowerBuilder version is correct. However, I no...
            PB 2025 deploy no pdb / exe created
- Issue
- Last updated 7 months ago
- Peter Pang @Appeon replied 5 months ago
Hello all,
testing PB 2025 3559
I converted a workspace to a solution.
When I press 'Deploy solution', following is displayed:
But there is no *.pdb and no *.exe file created.
There is another project, where this works, and third project, wher...
                    
            Profiling API - TraceTree. BuildModel( ) returns SourcePblError!
- Resolved
- Issue
- Last updated 7 years ago
- Zeel Mehta replied 5 months ago
Hello all,
I built a Profiling Reporting tool that sits on top of the TraceTree System class.  (and TraceFile).  The application generates a report of a trace PBP file on demand.  My tool opens the trace and parses its data structures into datawin...
            GetCookies using Antview's WebView2 ActiveX Control
- Resolved
- How-to
- Last updated 6 months ago
- Gregory Rusak replied 5 months ago
Hello,
We've been using AntView's MS Edge Webview2 ActiveX control (.ocx) for a while now with PowerBuilder 2022 R3 and with version 1.1.460.0 they have introduced a method to list all of the cookies for a User's Profile.
The CookieManager is a "pr...
            Nested Sub-report Using Snapdevelpo
- How-to
- Last updated 5 months ago
- Francisco Martinez @Appeon replied 5 months ago
Hello All,
I am trying to create a report having few sub-reports. If we use client-server approach, that is generating the report in Powerbuilder its working absolutely fine.
But now we have moved our project to Cloud based structure using Snapdeve...
            Error when try to save Word document to PDF using OLE/Word.
- Resolved
- Issue
- Last updated 5 months ago
- David Peace (Powersoft) replied 5 months ago
Hello
Program works fine on my computer but on our batch server it returns "This command is not available because no document is open".
Error comes when program try to save the pdf, like this: lole_doc.ActiveDocument.saveas2( is_arkiv_folder + '\' ...
                    
            reference name of current text object in datawindow expression
- How-to
- Last updated 5 months ago
- David Peace (Powersoft) replied 5 months ago
I have a datawindow with a text object expression which is a global function that passes 5 parms (describe statements). Is there a way to reference the textname for this text object expression in each describe without hardcoding? I need to use the sa...
            PowerBuilder 2025 PBProject Deploy Properties Storage Location?
- Resolved
- How-to
- Last updated 5 months ago
- Shane Ward replied 5 months ago
Howdy y'all
We're playing with the PB2025 Solution conversion from workspaces.
As part of the conversion, I'm having trouble understanding where the deploy properties for each pbproj are stored, when changing these settings, they used to be sto...
                    
            Error Importing PBDOM.pbx in PowerBuilder 2022 – "GetDescription" Syntax Error
- How-to
- Last updated 5 months ago
- David Peace (Powersoft) replied 5 months ago
Hello, I am currently using PowerBuilder 2022 (Build 22.2.0.3289), and I encountered an issue while trying to import the PBDOM.pbx extension located at the following path:
C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.2.0.3289\PBDOM...
            Not working: DisableBind=0 in combination with Identity='SCOPE_IDENTITY()'
- Issue
- Last updated 6 months ago
- Erwin Anema replied 5 months ago
Hi all,
Context: PowerBuilder 2022R3 Build 3356. MSOLEDBSQL connecting against SQL Server.
I ran into the issue of using DisableBind=0 in combination with Identity='SCOPE_IDENTITY()'.When the application performs an insert, the executed SCOPE_IDENT...
            PB 2022R3 Build 3397
We have many columns in various data windows across multiple applications that exceed the 32766 string length. While this is not an issue in native PowerBuilder, it is an issue in PowerServer, as any datawindow with the said col...
            Hello,
PB 2022 R3, Build 3391
A problem with saving PDF files in WebBrowser has been detected.
If you open a NEW WINDOW with a PDF file from WebBrowser
window.open('https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf')
...
            List All Fonts Installed on Workstation
- Resolved
- How-to
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 5 months ago
I'm trying to populate a dropdown with a list of all installed fonts, but I'm having trouble getting something that works well.
I got pretty close by looking at the Windows registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fo...
                    
            InfoMaker How to Export pbl Library file names as a Text list with a script
- How-to
- Last updated 6 months ago
- GALEN BOYER replied 5 months ago
We need to be able to export our library objects names like reports, forms and queries to a text list. I don't find a menu command for that. What is the best way to do that?
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            