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.   :) 
            Amazon Aurora Mysql JDBC connection?
- How-to
- Last updated 6 years ago
- PRASHANT NIRGUN replied 6 years ago
Greeting all.
appeon pb 2017r2
Amazon>Aurora>MySql database.
Trying to make a connection to it using JDBC ( i think i got right driver )
Having trouble creating pb db profile to build stored procedure based datawindow and also look up correct con...
            No green bullets on Git synched Objects
- Resolved
- Issue
- Last updated 6 years ago
- Luca Arena replied 6 years ago
Hi all,
I am making some tests with Git and PB2017R3.
I created a repo on a Server with Bonobo Git. On my machine I built a new workspace & target with just one PBL and pushed it on Git, all OK. Each object shows a green bullet which means the obje...
                    
            Windows 10 PowerBuilder 2017 R3 Database Interface issue
- Resolved
- Issue
- Last updated 6 years ago
- Ken Guo @Appeon replied 6 years ago
I have a PowerBuilder 12.6 application that connects to DB2 through odbc.   This all worked on Windows 7 .   My environment has now changed to Window10 and I am using a trial version of PowerBuilder 2017 R3.  I modified the pbodb170 ini for DB2 the P...
                    
            Bonjour.
actuellement, j'utilise Crystal XI en RDC (OLE Control) pour produire des éditions (Crystal ActiveX Report Viewer Control 11.5).
Crystal 2016 n'utilise plus le RDC mais uniquement .NET.
Est-ce que quelqu'un a une solution technique pour c...
                    
            Powerbuilder 17 COM Port Communication Failure (Same Code Works in Powerbuilder 8)
- Issue
- Last updated 6 years ago
- Roland Smith replied 6 years ago
Hi all
I just wanted to find out if anyone else has run into a similar issue as mine, and if so, how to get around this.
I am doing development on an app which was originally written in Powerbuilder 8, and which interacts with a serial device via C...
            A button is disabled but in appearance is enabled
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hello everyone, 
We have an Appeon web case when we enable and disable a button in several windows. The button is disabled when opening the window, then when we select or fill a field the button does not enable, but its appearance changes as if it w...
            SQL native client support
- Resolved
- How-to
- Last updated 6 years ago
- Matthew Balent replied 6 years ago
Dear PB Community,
We migrated our application to PB 2017 (from PB12) recently and for DB connectivity(SQL Server 2016), we rely on SQL native client. As a prerequisite, customers have to install SQL Server 2008 R2 client in their machine to success...
            Silent Install for AutoCompile.exe
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hello,
I'm creating a Chocolatey package for the standalone PowerBuilder Compiler (PBC). The goal is to silently install PBC on hosted agents for our automated build process in Azure DevOps (formerly VSTS). I generated an InstallShield response file...
                    
            Deploying powerbuilder applications on the web
- How-to
- Last updated 6 years ago
- Sivaprakash BKR replied 6 years ago
I want to deploy an ERP system developed in Powerbuilder 2017 on the web. Appeon's solution is to use PowerServer which has the severe limitation of working only with Windows clients (IE, Firefox on Windows pc) only. How do I make the application ava...
            Can I change the FirstDayOfWeek in an EditMask DropDownCalendar?
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi everyone,
I noticed that if I use a MountCalendar Object I have the option to set the first day of the week, but if I use an EditMask DropDownCalendar I have no option to change this property. There is a way to change that?
Best Regards,
Oscar ...
            Performance running Power Builder 2017 R3 on windows 2008 os
- Issue
- Last updated 6 years ago
- Manoj Gupta replied 6 years ago
Hi Everyone,
 
Does anyone faced any performance issue with Power Builder 2017 R3 on Windows 2008 OS?
 
Thanks
            PowerServer Enterprise Edition & Workgroup Edition to 2017 R3 1880
- How-to
- Last updated 6 years ago
- Oscar Naranjo replied 6 years ago
Hello everyone,
 
Can we upgrade our PowerServer Enterprise Edition & Workgroup Edition to 2017 R3 1880? We are working with PowerServer Enterprise Edition & Workgroup Edition to 2017 R3 1858 and we don't find the new update.
 
Best Regards,
Osc...
            Possible to display text only from a rich text database field?
- Resolved
- How-to
- Last updated 6 years ago
- Ricardo Colarina replied 6 years ago
Is it possible to display only un-formatted text that has been stored as RichText in a database? I thought there might be some control or datawindow function that would strip off the formatting but I'm not seeing it.
                    
            How to Get MAC Address
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Anyone know how to get the MAC address of the PC the app is running on.  (Note: I have the IP) just need to get the MAC.  I did try the "Get Mac address demo" from the code exchange but one of the numbers in the returning MAC address is coming back w...
            When I generate a web with powerbuilder, the url is always http, can I change it in some way so that it uses https protocol?
 
Thank you very much.
            OpenwithParm using StringParm Still not working
- How-to
- Last updated 6 years ago
- Kevin Ridley replied 6 years ago
In our app, using the latest build, the OpenwithParm passing a string parm has not been fixes. PowerObject works but not the string.
Anyone else detect this ?
Thanks
Richard
            Reading file written by FileWrite () outside PB
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi All,
 
I am trying to write file in PB.
This is code I am using when I open the file.
li_ascii_file_num = FileOpen(is_sds_ascii_file, LineMode!, Write!, LockWrite!, Replace!)
 
I write the file and read the file within the code this works fi...
            Error Loading Library: Please check whether PowerBuilde Accessibility library can be located in the path.
- Resolved
- Advice
- Last updated 6 years ago
- Arthur Hefti replied 6 years ago
PowerBuilder 12.1, b7055Oracle 12CWindows 10 64 bit platform hosted on CitrixWe're getting a brand new error as of today:
Any idea what might be causing this?
Thanks,
Olan
            hi
I am using this code :
Integer dw_control.ExpandAll( )
to expand my treevieuw
It works perfect in Powerbuilder desktop version, but as soon as I used in my mobile app it will nog work on a mobile
Any suggestions
            App ran from Source of PowerBuilder 2017 R3
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi Team,
I have PowerBuilder 2017 R3 installed in my machine as well I have PowerBuilder 12.5 in my machine. When I was running application from migrated source code in PowerBuilder 2017 (from source code), I am getting "Appeon PowerBuilder 2017 R3 ...
            
                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 
            
     
                             
                             
                             
                             
                             
                            