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 Everyone,
I am finding a lot of difficulty while comparing the datawindow objects. Though I make a small change like changing the taborder of the column, I see lot many differences. So which tool is better to compare the datawindow objects ?
...
            Looking for PB 12.1 setup
- Issue
- Last updated 6 years ago
- David Peace (Powersoft) replied 6 years ago
We have PB2019 license. We are looking for PowerBuilder 12.1 license. Help me if you have a 12.1 setup where I can use at least for a month.
 
Thanks,
Raj
            updatable table in dynamic datawindow (Powerserver Web Version)
- Issue
- Last updated 6 years ago
- Juan Pedro Sanz Diez replied 6 years ago
 
Hello,
We have a  funcionality that creates dynamically DW the PB function SyntaxFromSQL, in this way
dwsyntax_str = sqlca0.SyntaxFromSQL(sqlsyntax, "style(type=grid)", s_err) messagebox('table',dwsyntax_str)
The messagebox is showed below for ...
                    
            We currently have an old power builder app (version 6 I believe). This is an app that will be going away one all of our locations are on SAP so we do not want to rewrite it. It Is currently on a server with outlook 2010. Some of the out look patches ...
            PB application and DB in availability groups
- Advice
- Last updated 6 years ago
- Ganesan Rajan replied 6 years ago
Hi Experts,
Just a brief about our product. 
We use PowerBuilder 2017.
Our app connects to SQL server 2012/2016 via SQL native client 2012 ole db (sqlncli11.dll).
Now I have been asked a question. 
Does your product support availability groups?
...
                    
            PB2017-R3/PB2019 Not working with GitHub Enterprise
- Resolved
- Issue
- Last updated 6 years ago
- Michael Kramer replied 6 years ago
 
Hello All,
 
I am attempting to do a Pulls and Pushes to get github in my company. I does not work.
For the PUSH i see:
Git client error code: Reference was not fast-forwardable.
For the PULL  I see:
Git client error code: Checkout conflicts...
            Does anyone know set of valid characters in DataWindow column's DBName property for external DataWindows?
I can't find info in F1-Help so trial-and-error gave me below list of valid characters. It may be incomplete.
Uppercase letters A - Z
Lower...
            GetSelectedRow always return 1 in drop down
- How-to
- Last updated 6 years ago
- Roland Smith replied 6 years ago
I have two drop down that if i selected one value in the first the second drop down retrieve his rows .
I made to be optional, for example , if i selected one value in the first i don't need to select a value on the second.
The problem is that when...
                    
            Hi Team,
We are using  SQL Server 2012 database to connect one of the Power builder 8.0 application.
I have used below connection settings to connect for SQL server 2012.
SQLCA.DBMS = "SNC"SQLCA.LogId = "sqluser1"SQLCA.LogPass = "password123"SQLCA...
                    
            ServiceBus Trigger Integration
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
There is a way to integrate PowerBuilder with a ServiceBus Trigger? Using PowerBuilder Standard Edition.
Example in C#:
using Microsoft.Azure.WebJobs;using Microsoft.Azure.WebJobs.Host;using Microsoft.ServiceBus.Messaging;using System;using System....
            Hello All,
Any one have any experience with priting in a Mobile App (PowerServer - Power builder both 2019)
we need to print a money receipt 
our supplier is offering this printer
https://www.hpti.com.py/j1/index.php/marcas/impresoras/rpp210-deta...
            Datawindow column layout changes when focused
- Advice
- Last updated 6 years ago
- Richard Torcasio replied 6 years ago
I have a column that displays data, from a select properly (ex 1 below), but when the column is clicked on and gains focus, all the line breaks disappear and the text display changes to one big line of text (ex 2 below).
 
The only edit tab checkbo...
            RestFull Web Services returning junk value in String
- Issue
- Last updated 6 years ago
- Richard Keller replied 6 years ago
Hello ALL,We are migrating PB9 application in PB2017R3. We are facing on issue while calling to restful services.This code is working fine in PB9 but not working PB2017R3.Sample code:li_retrn = linet_base.PostURL(ls_url, lblb_args, ls_headers,long(gs...
                    
            Windows-7 issue and Executables issues
- Issue
- Last updated 6 years ago
- Sanjay Shivade replied 6 years ago
Hi,
Our PB 2019 executables are throwing following error:
The program can't start because api-ms-win-core-errorhandling-l1-1-1.dll is missing from your computer. Try reinstalling the program to fix this problem.  
Are we missing something? Please ...
            Problem with external object via SOAP webservice
- Advice
- Last updated 6 years ago
- Kevin Ridley replied 6 years ago
Good Morning everyone, I need to understand something...
I have to send data to an external webservice , which wsdl file is
https://snfl.qdecalidad.com/snfl/webserviceAgroxSNFL/ws.apps
I've created a webservice proxy and I can see everything witho...
            Hi, I am getting .exe has stopped working at run time. If running from source i am not getting any error.
Environment: Windows 10, PB 2019 build 2082
 
 
            We have a developer who's left and we need to remove his old PB license so that a new developer can use it on a new machine.  I have tried the steps in this article but have not been able to release the license https://blogs.sap.com/2016/11/28/how-to...
            Sir,
I Have a c# dll to read a smart card. wich provided by UAE Govt to access their national ID and they are providing C#, Java dll to do the same. Anybody can advice me ?.
            deploy to web sqlanywhere16 pb2019
- Resolved
- Advice
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi, 
I have just downloaded the latest version of pb2019 and powerserver etc.
 
When i try to connect my database there is an option for sqlanywhere 17 but not sqlanywhere 16 - how do i get drivers or connect to my sqlanywhere16 database ? or do i...
            Datawindow SetSqlSelect problem
- Resolved
- Issue
- Last updated 6 years ago
- Marcin Jurkowski replied 6 years ago
Hi,
I have the below simple code that executes when I click on a button.This is on Appeon Mobile App (PB 2017 R3 1858).
ls_new_sql gets the sql from DW and adds extra parameters to WHERE clause.
The proble I'm have:When I click the button for the ...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                            