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.   :) 
            Paramaterized Constructor Event for PowerBuilder Standard/Classic
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Are there any plans to add parameterized constructor events for PowerBuilder Standard/Classic?
            PB 2019 OLEObject not working?
- Resolved
- Issue
- Last updated 6 years ago
- John Raghanti replied 6 years ago
Hello. We are migrating a client/server desktop application from PB 12.5 to PB 19. Some of our OLEObject functionality appears to have broken, and I'm looking for some help. It's a homegrown DLL wrapper to C#.
Here is a snippet of the code in questi...
                    
            Migration of application PowerBuilder 2017 from Windows 7 to Windows10
- How-to
- Last updated 6 years ago
- Khaled DHIABI replied 6 years ago
Hi Appeon support,
 
I'm working on the migration of my application from Windows 7 to windows 10 on PowerBuilder 2017.
On Windows 7, my application works fine with Powerbuilder 2017 without any problem.on Windows 10, I cannot launch the applicatio...
            PB12.6 classic doesn't start
- Resolved
- Issue
- Last updated 6 years ago
- Javier García replied 6 years ago
Hello all:
I have an issue with PB12.6 on my laptop. When I disconnect the laptop from his dock, disconnecting it from the wired network and connecting to the wifi network, then PB12.6 doesn't start anymore. Only appears the launching window, and re...
                    
            Hello,
Using PB 2017 R3,   
Trying to import a JSON file created by a third party, into a datawindow.   The siva2.rar (attached) opens well in Notepad++, with proper plugins.   Notepad ++ displays the data perfectly.
Now, when I try to import with...
                    
            hi 
I want to know what the following messages in te image are about within Xcode 10 to distribute an Appeon Workspace
regards
            Datawindow - block mouse selection
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Is there possibilty to f.e. on clicked button:
- to block row changing/mouse selection and leave only focus on current row,- mayby grey out rest of rows?I want to higlight as much as possible which row is now editing, since every row on start is blo...
                    
            PB2019 MAPI crashes
- Resolved
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Some Infos:
Machine : Windows Server 2012 R2 StandardPowerbuilder: Version 2019 Build 2082Email Client: Mozilla Thunderbird 60.8.0 (32-Bit)
 
Hello,
 
im trying to migrate one of our projects from PB2017 to PB2019. But in PB2019 the  programm ke...
                    
            Datawindow, block all rows and unblock one on button
- Resolved
- How-to
- Last updated 6 years ago
- Olan Knight replied 6 years ago
I have a DW, and right now I am able to edit every row and column.I would like to block all rows when DW opens, and be able to edit row only, if I choose it first and press f.e. button EDIT.Is there a property which i have to set on open event?
                    
            SHA1 encryption of string in PowerBuilder
- How-to
- Last updated 6 years ago
- Kiat Chun replied 6 years ago
Hi team,
Need some advice how to encrypt text to SHA1 using PowerBuilder.
I have a PHP code below that SHA1-encrypts a string:
$password = "2ctobeR2018";$password = sha1($password);echo $password;?>
yields:
f49182154133c2a2d9b4098cede92642b01311...
            Consuming a Long Running Web Service
- How-to
- Last updated 6 years ago
- René Ullrich replied 6 years ago
We have an application that is executing web-service functions on an external web-service host. Each invocation of these functions can be slow to respond - they can take 5 to 30 seconds.
What we observe for our calling Powerbuilder application, is t...
                    
            Expressions with user define functions in a DataWindow object DO NOT WORK at runtime
- Issue
- Last updated 6 years ago
- Si CHEN replied 6 years ago
Hello Everyone
Before opening a support ticket, I would like to check if you have some advices for my deployment issue:
When I use conditional expressions with user define functions to highlight information in a DataWindow object, for example, to c...
                    
            DataWindow, Update properties problem
- Resolved
- How-to
- Last updated 6 years ago
- Olan Knight replied 6 years ago
Hi.I have a datawindow. One of columns is DropDownDW - in display column is symbol, and data column - id. Works perfectly.
problem is that i have to update foreign keys (composite) to another table which looks like:table_A.method_id = table_B.id AND...
                    
            sending big string over 32k from powerbuilder to PL/SQL(Oracle)
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Is it possible to send big string over 32k from powerbuilder to PL/SQL(Oracle) stored procedure? If yes, Please let us know how to do that?
            Hello,
I am looking to set a TimeOut for my REST calls from PB12.5.2. Below is my code:
 
loo_xmlhttp = CREATE oleobject loo_xmlhttp.ConnectToNewObject("Msxml2.ServerXMLHTTP.6.0")  loo_xmlhttp.setTimeouts(100,100,100,100)
// invoke POST method fo...
                    
            Add Theme Folder To Git Repository
- Resolved
- How-to
- Last updated 6 years ago
- Ken Guo @Appeon replied 6 years ago
I just added themes to a workspace that was already in a git repository. Is there a way through the IDE to add the themes subfolder?
 
Thank you,
Joe Hess
 
            PB 2017 email functionality not working in Outlook 365 MSO(16.0.10730.20155)
- Advice
- Last updated 6 years ago
- Pierre Couvreur replied 6 years ago
Our PB code in 2017 R3 was migrated to windows 10 environment. mail functionality which was working on Win7 no longer works on Outlook 365 (Outlook for Office 365 MSO (16.0.10730.20155)).
We get Microsoft Outlook Error
 "Either there is no default ...
            Unexpected crashes sometime
- Resolved
- How-to
- Last updated 6 years ago
- Géza Bartha replied 6 years ago
Dear Support!
Sometimes, my program crashes. How to find where is the issue? There is no error message, but the program was shutdown.
Please help to us! Offer some debugger, or any kind of solution. 
Bye, Geza.
 
 
 
            Has anyone created unit tests for a service in SnapDevelop using xUnit?  I have a simple test shown below which builds fine.  When I run the test I get the attached error.  Would love to see a working example from someone.  Given that the service met...
            Hi,
My powerbuilder code calls a stored procedure that call many stored procedures; something like this
proc1->proc2->proc3->......
when there is an error on one of the stored procedures, dberror event is giving me the error code and syntax but no...
            
                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 
            
     
                             
                             
                             
                             
                            