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 12.6, Sybase 16, Windows 10, Windows 2012 R2
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Greetings,
Our applications are running PB12.6 with a Sybase 16 database, Windows 2012 R2 server, Windows 10 desktop.  Citrix is in the mix also.  When our PB applications run in the field, users get 'No Response' message in the title bar of the win...
            PowerServer migration - unsupported feature analysis report question
- Resolved
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi,
 
I'm using a trial version of PowerBuilder Universal with PB 2019, and I'm trying to work through my list of unsupported features. There is one category of unsupported features I don't understand:  "Identifier not found". In my report, I'm get...
            Power builder 2017 R2 build will support Oracle database 12C?
- Resolved
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi Team,
I have few clarification questions regarding to our new upgrade project for our power builder application.
Currently we are using Power builder 2017 R2 build version for our application and Oracle database 11g. we have planned to upgrade t...
            Application builds with 2019R2 Beta
- Misc
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
My application test builds have been boring.  I had to change orcascr170 to orcascr190 in my build script, and then run the build script.  There have been no PB bugs to search for in the build process.
My build process is to create all my pbls from ...
            PowerBuilder 2017 R2 Web service Consuming Error
- How-to
- Last updated 5 years ago
- Kevin Ridley replied 5 years ago
 please see my attachment for details and suggest.
Using Powerbuilder 2017 R2  Build 1769
Created .Netwebservice
My WSDL (http://ppccchhhh:8089/webservice/GetProviders.asmx?WSDL)
is output is …
?xml version="1.0" encoding="UTF-8"?
wsdl:definiti...
            Annoying Phishing Attempts - Don't click the links!
- Resolved
- Advice
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Hi All,
Phishing attempts from several brand new user accounts flood especially the "PowerServer Web" forum today.
I have reported all such attempts that I discovered. I know others also report suspicious behavior. Please be careful and don't click...
            RibbonBar ComboBox Alignment
- Resolved
- How-to
- Last updated 5 years ago
- Marc James replied 5 years ago
Hello,
I want my drop downs to line up on the right and the labels to line up to the left, how do I do this?
Both drop down boxes should start at the same spot, not just after the label
            Powerbuilder 2017 connecting to "MSS Microsoft SQL Server" issues
- Issue
- Last updated 7 years ago
- Jessie Cesar replied 5 years ago
Hi All,
I just converted a power builder 9 app that connects to an "MSS Microsoft SQL Server" DB to power builder 2017 and now when i go to run the app it throws an error
"DBMS MSS Microsoft SQL Server is not supported in your current installat...
                    
            Powerbuilder with Oracle 18c using ODBC
- Resolved
- Advice
- Last updated 5 years ago
- Larry Peters replied 5 years ago
Hi. The Appeon Newsletter 2020 in January made the following comment:
Oracle Compatibility Alert for PowerBuilder UsersExisting versions of PowerBuilder are not compatible with Oracle 18c or 19c. If you are using PowerBuilder 2019, please apply MR #...
                    
            Can the flat appearance in the PB development environment be changed?
- Resolved
- How-to
- Last updated 5 years ago
- Ricardo Jasso replied 5 years ago
We are using PB2017 R3 Build 1858 running on Windows 10 to develop in-house client-server desktop applications.  Our applications all use 3D borders on the various buttons and controls which are rendered perfectly in the applications once compiled, b...
            Suppress ODBC Login Screen for Connect to ASE
- Resolved
- How-to
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
Hi 
I am currently using PowerBuilder 2017 R3 and wanted to connect to our Sybase ASE 16 databases using ODBC.  My applications provide a login page so I wanted to suppress the ODBC login page and use the application's one.  I hope I can use DbParm ...
            NativePDF print after regular print uses same page range
- Issue
- Last updated 5 years ago
- Brad Mettee replied 5 years ago
A user has just reported that if they display a report, then print only a range of pages from it to their real printer, selected using the Print dialog, displayed because the print was done as dw.Print(TRUE, TRUE), then do a save to PDF (which uses N...
            PBVM190.DLL is missing from your Computer
- Resolved
- Issue
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
Hi 
i am working on the deployment my project on windows 2016 VM
i am getting "PBVM190.DLL is missing from your Computer" error when i am using Dll build from Appeon 2019, even the depolyment kit on the server is 2019 on (C:\Software\Appeon\Shared)...
            [pbc autocompiler] the .pbr resource file icons not showing
- Resolved
- How-to
- Last updated 7 years ago
- René Ullrich replied 5 years ago
I have several pbl in my project that are associated to separated resource files (.pbr)
I've noticed that the resource icons listed in the pbr failing to be included when i use the autocompiler. Is there a specific command line option that i need to...
            Outlook OLE SentOnBehalfOfName Property
- Resolved
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
Hi
I need to send emails from PB (2017 R3, build 1915) by Outlook OLE
I am able to send any email but I would like to, and sort of have to, change the From to a DoNotReply@emailaddress.com instead of my own.
 
I have researched and come across ma...
            PowerBuilder 2019 R2 / New WebBrowser / HTML editor ?
- Resolved
- How-to
- Last updated 5 years ago
- Daniel Vivier replied 5 years ago
Hi
With PowerBuilder 2019 R2, can we transform the new web browser control into an HTML editor (like Internet Explorer?)
Regards
Thierry
                    
            Get value for custom request header
- How-to
- Last updated 5 years ago
- Thomas Rolseth replied 5 years ago
I have setup JWT Authentication in our SnapDevelop Web API using this as a guide:
https://docs.appeon.com/appeon_online_help/snapdevelop2019/Secure_a_Web_API_with_JWT_Token/index.html
It seems to be working well so far and I am getting a token back...
                    
            Updating greek letters into the database
- Resolved
- How-to
- Last updated 5 years ago
- Vinay Batra replied 5 years ago
Hi all,
I need to save greek letters input by the user into the SQL Server database. 
Table columns are of type nvarchar
Datawindow Update does not work as it saves ??? instead of the letters
I tried to create the update SQL statement with update...
            Hi there,
Powerbuilder 2019 Build 2082 Suddenly I can't create a new function or duplicate a function.
I tested in different windows and different projects.
What do we have to do?
            Hi,
Bit of a long shot - is there a way to change a datawindow from grid - to free form or tabular , maybe by editing the source ?
Because i have had a few instances recently where i have a grid datawindow and wanted to use the same data but presen...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            