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.   :) 
            Itemchanged and MessageBox
- Resolved
- Issue
- Last updated 7 years ago
- Ashutosh Varshney replied 7 years ago
Hello,
I have run into a strange issue with the Itemchanged event. I am running PB2017R2. I have some code in the itemchanged event of a datawindow. 
MessageBox ('', 'ok')Return (2)
This should reject the changes made - No matter what. Instead thi...
                    
            DW Syntax changes from 12.5 - 2017R2
- Resolved
- How-to
- Last updated 7 years ago
- mike S replied 7 years ago
I'm looking for documentation on syntax changes in the datawindow from 12.5 - 2017R2.  I have some datawindows created in 2017 that I need to retro-fit into 12.5.  We are all set with 2017 licenses, but management decided to put off the upgrade till ...
            Hi everybody,
Using PB 2017 R2 Build 1769 and SQL AnyWhere 16.
I have to pass a DW control between 2 apps using a database table.
In one app (published as powerserver mobile) I retrieve a datawindow control in a window then I insert a row in the t...
            PB AutoCompiler and .NET targets
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Hi all,
Currently, the AutoCompiler utility only supports compiling .exe applications. Does Appeon have any intention to support .NET targets in future releases - specifically the new .NET assembly feature coming out in PB 2018?
Thanks,
Don Ollive...
                    
            Thinking of a topic for a session to submit for the November conference.
Ideas of things you might want to see?
                    
            Another Question about the Future of .NET Assembly target
- Resolved
- Advice
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
I've just migrated a COM Component target in PB10.5 to a .Net Assembly target in PB2017, but after seeing these posts about the future deprecation of the .Net Assembly target:
 
https://community.appeon.com/index.php/qna/q-a/pb-2017-net-assemblies-...
                    
            Hi Team,
Can you please tell me if Web service proxy wizard is available in Powerbuilder 2017 standard edition? coz I am not able to view the option under 'Projects' tab. If not, then what is an alternative to it?
            [Articles & Blogs > Tips & Tricks] Corrupt article when changing servers
- Resolved
- How-to
- Last updated 7 years ago
- * Appeon * replied 7 years ago
Hello, with the change of server my article: "Exporting Datawindows to Excel / Html without loosing Format" has lost content in the lines of code, and users inform me that the code does not work, I replaced all the code about 2 weeks ago and today th...
            "Reference was not fast-forwardable" error using VS GIT Sourcecontrol
- How-to
- Last updated 7 years ago
- Tom Jiang @Appeon replied 7 years ago
Using Appeon sourcecontrol using Visual Studio GIT set up with local repository. Code checked in fine, version control worked fine. Untill I copied a PBL file modified outside GIT directly to VS Git. Appeon  failes with the error: Reference was not f...
            SVN Update - Skipping conflicted directory update
- Issue
- Last updated 7 years ago
- Tom Jiang @Appeon replied 7 years ago
Hi,
When am trying to do SVN-Update, conflicted directory is skipped to update.
Developer #1 - Made changes on one object and committed to SVN.
Developer #2 - Made code changes on same object and trying to commit to SVN. SVN commit is failed as ex...
                    
            Can't recognize Grid Elements (Tables) on Appeon Web app for UI testing
- How-to
- Last updated 7 years ago
- Appeon Support Team replied 7 years ago
Hi Colleagues,
 
I'm discovering UI test automation of Appeon Web application.
 
For now I faced with the issue, that all known tools doesn't recognize many controls from Appeon Web app.
As an example, we got EonDataWindow object for Tables, and...
            PBSHR170.DLL and Connectivity
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Has anyone experienced any intermittent connectivity failure that has been tracked back to PBSHR170.DLL?
Thank you.
                    
            Problem importing numbers due to regional settings
- Resolved
- How-to
- Last updated 7 years ago
- Manos Miliaras replied 7 years ago
Hello.
I am trying to import data to a datawindow from a tab separated text. The problem is our country's regional settings are set to "," for the sDecimal and "." for the sThousand symbols. When i use the dw_1.importfile we need those settings to b...
                    
            Runtime files for .net projects
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
We are trying to install a .net web services on a clean Windows 2012 R2 server. Unfortunately, the runtime files installation of PowerBuilder 2012 R2 does not contain the required files.
Steps
Installation Windows 2012 R2
Installation IIS & ASP....
                    
            Hi Powerbuilder guru.
I open a post in the hope that it will not go off topic.
In the company we are trying to write a DLL that must be read by PB and Java.
Abandoned the 'NET Assembly target' we wrote this DLL with Visual Studio c #.
Assumin...
                    
            datawindow>column>properties>Edit>Auto Selection - highlight color?
- How-to
- Last updated 7 years ago
- Chris Pollach @Appeon replied 7 years ago
Greeting all.
datawindow>column>properties>Edit>Auto Selection highlight entries and put cursor at the end of the entry when column get a focus?
Is there is the way to change a color from blue to something else?
Any help will be greatly appreciate...
            PowerBuilder 2017 R2 Source Control
- How-to
- Last updated 7 years ago
- Bruce Armstrong replied 7 years ago
Greetings All,
I have been reading the Blogs on SCM and watched Bruce Armstrong's video with TortoiseGit.
Two questions, please...
1) Is it possible to use SVN to connect directly to my repositories on Github?  For now, I will be the only person w...
            Appeon Mobile LDP authentication
- How-to
- Last updated 7 years ago
- Appeon Support Team replied 7 years ago
I am trying to authenticate the user using the LDP, the configuration on the server (AEM) tested OK when I run the application on the mobile and enter the username and password I am getting Error code: -1 username is required.
The script below on th...
            Expecting String Expression Error
- Resolved
- How-to
- Last updated 7 years ago
- Kailainathan Kasinathan replied 7 years ago
Hi all,
We developed a browser similar to another one present. It basically lists all the available forms based on the search provided by the user. For the first time when i am trying to enter the search values it works fine. But when i try to repea...
            Hi, 
We have migrated our application to Power Builder 2017 R2 recently and currently we are conducting our application unit testing in 2017 R2 and facing the below mentioned issue while opening a particular window. 
Error Title : Validation Error
...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            