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.   :) 
            PowerBuilder 11.1 or Powerbuilder 12.5 license key - Due to HostMove
- How-to
- Last updated 1 year ago
- mike S replied 1 year ago
Does anyone know how to obtain a new PowerBuilder 11.1 or Powerbuilder 12.5 license key as I had to relocate PB developer license to a new VM host.  I use to use the sybase portal.  Thanks for any advice.  At this time, no one knows a way.  Darryl Cu...
            SRD file for DataWindow made by InfoMaker
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I have created a grid object using InfoMaker 2019 and saved it in a shared library that a PowerBuilder 2019 application is using, the problem is that the DataWindows made by InfoMaker are visible in the PowerBuilder IDE but I cannot find the 'SRD' fi...
            Accessing report object in datawindow
- Resolved
- How-to
- Last updated 1 year ago
- René Ullrich replied 1 year ago
I inserted reports in my datawindow as shown below
In my dw_report_header, there is a text field named title_header. How to access the title_header and dynamically
change its value?
Thank you.
                    
            Hi Everyone,
 
 
Good day! I'm using powerbuilder 12.5 classic and just wondering if it's possible to send a file to printer. I have a process that prints the file to PDF and I want it to send to printer to print. Any ideas would be much appreciat...
                    
            Help in completing a report
- Resolved
- How-to
- Last updated 1 year ago
- Dianne Cheddar replied 1 year ago
I am attempting to retrieve the description of the solicitation codes on a report. So, I have joined the gift_tran.solicit_cde to solicit-def.solicit_cde, however, this will only return the records with a solicitation code. How do I retrieve all reco...
            Hi
in the System Options I can set the PowerBuilder runtime version. I saw that e.g. properties in the datawindow painter that are introduced in a new version are available in the GUI but not saved into the datawindow source when saving, to maintain...
                    
            Error while do the 64 bit migration for the OLE controls
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hi All,
In our application we are using some controls as OLE which are developed on C#. Now we are trying to migrate our application to 64 bit. I have registered these dlls . Do i need to recreate the dlls of 64 bit and again used in the application...
            Is there documentation on what changes were made to PFC layer for PB 2022? Our applications use PFC from PB 11.5 and have inherited a lot of objects and made changes within the inherited objects. Any documentation related to the changes made to PFC P...
            2019 R2 build 2353
connected to SQL Server 17
 
I have to find a new way to pull out the contents of a text column (not rich text)  into a window control for displaying/editing by the user, then update changes back to the text column. 
The datawi...
            Web browser and PDF file
- Resolved
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Does your Web Browser control have the ability to turn off the execution of any JavaScript, Macro or 'Active content' within the PDF to avoid virus that are part the PDF to execute .
Thank for your time.
Sylvain
            How to call an API from a SQL Anywhere trigger?
- Advice
- Last updated 1 year ago
- Anoop Anand replied 1 year ago
I have to call an api based on a table update for only some scenarios. The API endpoint needs to update a table in a different database. I want to put that API call in a trigger. How can I call an API endpoint from a trigger?
            PowerServer 2022 Support for multiple DBMS
- How-to
- Last updated 1 year ago
- Logan Liu @Appeon replied 1 year ago
Our software has been developed to support both MS SQL Server  ORACLE depending on the client using the software. With PowerServer 2020 we had both SQL Server and ORACLE set up in our configuration (Database Type section) so the output would support ...
                    
            Internal error: The name of the running module (PB220.EXE) is not recognized!
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi Everyone!
 
I migrated an PB12.5 application to PB2022 R2. When I trying "Run Application" I got this error:
Applications created with PB2022 R2 runs as well. Also other migrated apps. Only this one doesn't.
What can I do to fix it?
 
 
                    
            Dynanically adjusting Object Height in Band with Height set to Auto
- Resolved
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi.
I have a report, where I want to add a group_box or box object which I want to dynamically adjust in height based on the contents which will be in the group_box or box object within a DataWindow in Appeon 2023 R2 Build 2828 (latest).  The purpos...
            JsonGenerator - ADD JSON ARRAY
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Best regards, gentlemen.
If anyone can help me with this issue, I would appreciate it. I want to generate a json with JsonGenerator (I don't know if it is the correct tool), which contains an array of data, and I require guidance.
this is my code...
            Move Reports from Corrupted PBL File
- How-to
- Last updated 2 years ago
- Arnd Schmidt replied 1 year ago
I have a pbl file that has somehow become corrupt. I need the reports transfered out of that file and into a good pbl file.
 
I can see the reports in the courrrupted pbl file, but when I set the corrupted pbl file as the working library and then e...
                    
            Where does Runtime Packager get the PBODB.INI file from?
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
PB Runtime Packager...
Does anyone know how to have the Runtime Packager application include a custom version of the PBODB.INI file?
 
Much appreciated, thank you.
            Extra Page in Nested DataWindow
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I have a datawindow which works perfect until I add a nested dw into this to generate details of line-charges.  I am using the latest PB 2022 R2 Build 2828  and nothing I try will get this to stop generating an extra page.
I am out of options.
I ha...
            Disable window MaxBox after i applied a theme.
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi! Im trying to disable the maxbox of a window using window.maxbox = false.
But when i try it after a ipplied the theme, the code doesn't work.
If i try the same thing without apply the theme, the code works!
After applying the theme, do I have t...
            Issue with table of strings after migration on Oracle 19C
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello
I just migrated my project on Oracle 19C and I have an issue with table of strings.
When PB call my stocked procedure with an array in entry that doesn't work, there is a problem.
Please can you give idea to solve this problem.
Thank you ve...
            
                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 
            
     
                             
                             
                             
                             
                             
                            