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.   :) 
            SnapDevelop - Prompt Credentials
- Issue
- Last updated 2 years ago
- Francisco Martinez @Appeon replied 2 years ago
My friends, can someone tell me how to solve this message from snapdeveloper asking for credentials
                    
            SnapDev: how to install Microsoft.AspNetCore.Authentication.jwtbearer
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
how to install Microsoft.AspNetCore.Authentication.jwtbearer
            PowerServer SQL Server Insert row Identity function
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi
When PowerServer inserts a row into a SQL Server table with an identity column, does it use SCOPE_IDENTITY () to obtain the identity value for the inserted row?
I'm only asking this because the PowerBuilder documentation states that the default ...
            There is no matching version
- Resolved
- Issue
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hi Master,
  I couldnt run my application on a new PC (Microsoft Command Line Utilities 15 for SQL Server (x64) installed). It showed error "There is currently no matching version, lowest supported version, 22.0.0.1892.  See attachment for error. Ne...
            Why both a DataWindow-User Object and a DataWindow?
- How-to
- Last updated 2 years ago
- Ruth Brown replied 2 years ago
Not my code, hired to maintain it (and fairly new to PB).  Please see attachment.
            Editing DB Profiles Crashes InfoMaker
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We have two servers on which InfoMaker is installed. When I try to edit any of our DB Profiles on one machine I can access any DB Profile and modify it. On the other server doing the exact same thing crashes InfoMaker.
 
So, I think something might...
                    
            PowerServer C# Project DBConnectionProfile DBPARM values
- Resolved
- How-to
- Last updated 2 years ago
- Jim Nesbitt replied 2 years ago
I'm converting a Powerbuilder application to PowerServer so it can operate using the SaaS model.
I've been following the guidelines in this video.
Creating a SAAS Application with PowerServer 2022
https://www.youtube.com/watch?v=a5U4XblFJbAab_chan...
                    
            We had some old applications developed in PowerBuilder 10.5, me migrate them to Powerbuilder 2019 R2 and R3 version, now we are having issues running some store procedures in our informix DB  (9.40) under linux server
 
we are receiving this error ...
            Powerbuilder 2022 cannot connect to Git
- How-to
- Last updated 2 years ago
- Jose Manuel Enriquez replied 2 years ago
"Powerbuilder 2022 build 1892" cannot connect to Git, but "Powerbuilder 2019 build 2082" can, with the same parameters (Repository URL, user ID and password), both from the same machine (Windows 10 22H2).I have access to the repository with GitLab an...
            Trigger PB Function by if you know its name by string
- Resolved
- How-to
- Last updated 2 years ago
- Jeff Martin replied 2 years ago
If I have a window with a windows function "wf_test()" is it possible to call that function by string. ie: this.TriggerEvent("wf_test")
            PB and Oracle's BFILE datatype
- Resolved
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi,
I have a table where one of the columns datatype is BFILE (the file is stored on a file server).
My question is how to use the field in PB?
Here is my test case
       SELECT  DOCUMENT_NAME, PNTR
         INTO :FILENAME,  :DOCUMENTFILE
    ...
                    
            Install Appeon Plugin in Citrix Environment
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Appeon Support Team,
Version: Appeon PowerServer 2017 Build 1858.00 64-bit Edition
Our user will use Citrix client to access my application within my company network. Our Citrix support team reported that the plugin is designed for single user inst...
            testing PB 2022 64 bits with Sybase ASE 16 64 bits.
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
hey guys,
I'm testing PB 2022 64 bits with Sybase ASE 16 64 bits.Open client installed: ASE SDK 16.0 64bitsPB does not find DLLs.message: Error loading client DLLs. Unable to connect to server.Any ideas to resolve?
Thank you already!
Rafael Bicalh...
                    
            Power-Client - LibraryImport is not working
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi Team,
Good day!
Recently we have configured and successfully installed our application to power client. In our system we have dynamically creating datawindow object and saving it into one of our saved pbd by using libraryimport command. This is ...
            PB 2022 R2 crash on Additional Properties
- Issue
- Last updated 2 years ago
- Ken Guo @Appeon replied 2 years ago
PB 2022 R2 IDE crashes replicable when I open additional properties of my project, go to PowerServer tab an click ok.
 
 
                    
            embbeded SQL in powerbuilder connecting to postgresql
- How-to
- Last updated 2 years ago
- Arthur Hefti replied 2 years ago
Hi all
I have an question about PostgreSQL in powerbuilder script:
select (password = crypt(:vs_password, password)) into :lb_valid from role_user where id = :ll_userid using sqlca;
(ODBC connection)
the ERROR is below
 
database C0038: SQLSTAT...
            Infomaker Nested Report Failed
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
I have a report in Infomaker that I can run/preview in the pbl.  However, when the other users try to run the report, they both gets the same error:   Load of the nested report XXXX failed.   XXXX is the name of the nested report.  Please help!
                    
            PB21 - Manifest file works for me but not other users
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Using PB21 Build 1509 (windows 10 enterprise for virtual desktops). I used the project object option to create external manifest file for my application.After the build the manifest file was created and I edited it and got it working. The manifest is...
            avoid dberror on Datawindow not existing initially
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We are migrating our application to PowerServer (PB2022 Build 1900) and it is working great.
I'm currently having trouble with a Datawindow, since it doesn't exist initially.
These are created successfully at runtime. with:dw_1.SetFullState(Blob_st...
            Read and Write Biometric identification card in powebuilder
- How-to
- Last updated 2 years ago
- mathews rutto replied 2 years ago
Hi,
How do i read and write information in Biometric card?
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                            