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.   :) 
            SVN using PBSCC (PB2017R2/PB2019R3): "Show Differences" not showing any differences
- Resolved
- How-to
- Last updated 4 years ago
- Matt Balent replied 4 years ago
Hi all,
 
I wonder if any of you ran into this issue before.
After having checked out and modified any object from SVN (using PBSCC proxy) there is no way to compare the local working copy to the latest revision. "Show Differences" opens WinMerge,...
                    
            Localized runtime files for PB 2019 R3 build 2670
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I've installed Appeon PowerBuilder Professional edition IDE 2019 R3 build 2670 but I also need localized runtime files to deploy in spanish computers and the last ones, PB 2019 R2 build 2353, don't work?
Any solution?
 
Thank you.
 
Delfí Sabade...
            Dear Team,
I would like to create a ribbonbar menu from table data.
Example: I have a table name : menus_table
Create table menus_table(menu_text varchar(50), menu_level_1 varchar(2) ,menu_level_2 varchar(2),menu_level_3 varchar(2))
insert into m...
            Another CloudAppLauncher deployment question
- Resolved
- Advice
- Last updated 4 years ago
- Daryl Foster replied 4 years ago
Hi, I've got a question which is a little bit similar to this one https://community.appeon.com/index.php/qna/q-a/cloudapppublisher-centralized-deployment. I've been testing the new PowerClient deployment for our apps and I'm still not 100% sure how t...
            CloudAppLauncher in multi-user mode
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hello,
I would like to further discuss CloudAppLauncher, because my issue is same as this but haven't found the solution.
I'm running PowerServer instead of PowerClient, but that makes no difference since the issue is when starting the app frontend...
            Can we install PB2019 and PB2019R3 on same machine?
- How-to
- Last updated 4 years ago
- John Fauss replied 4 years ago
Not able to install PB2019R3 2728 and PB2019 2170 on same machine.
We have a requirement, sometimes to develop few changes in older version 2170 but not able to load older version without doing full build and run our application using IDE.
Wanted t...
            HOW TO CREATE APK(ANDROID) VIA PB 2021
- Resolved
- How-to
- Last updated 4 years ago
- Roland Smith replied 4 years ago
Dear Team,
Is there any option to create APK android from powerbuilder 2021? 
Powerbuilder 2021, AEM trial not included. Is not required to develop mobile app. because my main aim to develop mobile app?
plz advise me 
thank you 
            Saving PDF from datawindow - blank page problem.
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Good Afternoon!
We have 2 applications written in PB2019 R3 2703 Runtime 19.2.0.2703.
1.) One is run automatically to generate PDF reports thru datawindow and save the PDFs into our database.
2.) The other one is users involved which means our use...
            fat client thin server updated program
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi Guru
 
 I am developer of Powerbuilder.  if i stored programs object at users desktop. how can user  desktop automatically updated latest modified program object
 
 
William
 
            Do I have any benefit from upgrading to PB 2021
- Resolved
- Advice
- Last updated 4 years ago
- Andreas Mykonios replied 4 years ago
Hi all,
First of all I think PowerServer is awesome and I love the concept.
However we are not in the short term looking at using PowerServer, so my question really is do we benefit at all from upgrading to PB2021 from PB2019R3
if we are in fact N...
                    
            The RetistrySet function has just started to fail.  The app was writing to HKEY_LOCAL_MACHINE (and windows was redirecting it to the VirtualStore) but for some reason it is now failing, and not for everyone, so far just a few.  I also noticed that on...
            PowerBuilder 2017 R3 Build 1880 EOL date
- Resolved
- Misc
- Last updated 4 years ago
- Jeyakumar Chinnapillai replied 4 years ago
Hi,
 
We are using PowerBuilder 2017 R3 Build 1880. Could you please let me know the EOL for this Build?
 
Thanks  Regards,
Jeyakumar Chinnapillai
Senior Architect O: +91.80.7121.7103   M: +91.9880647251
Jeyakumar.Chinnapillai@allscripts.com| ...
            Hello,
i use the newest version of Powerbuilder. I Have migrated my project to the newest powerbuilder version and checked in the sourcecode. After that i created the build json(auftrag.json).When i build the program with PowerBuilder or with PowerG...
                    
            Expose a PB app as a REST end point for others to call.
- Resolved
- Advice
- Last updated 4 years ago
- Steen Jakobsen replied 4 years ago
Hi my fellow PB friends,
 
Can I create a REST end point (PB application) so that other applications and services can call business logic written in PB ?
 
Thanks 
Steen
 
 
                    
            How to reload datawindow after .setfilter()
- Advice
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hello,
 
I'm having trouble with .setfilter function. Well, I manage to make it work. What seems to be my problem is that I have a dropdown list and a datawindow. Everytime I clicked or picked on that dropdown the value will filter in my datawindow...
                    
            Is there an ECLIPSE Expert in the house?
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
PowerBuilder v12.1  PBv2019R3Oracle 12CPostgreSQL v12Windows 10, 64 bit platform
I know this is not an Eclipse forum, I'm just hoping someone knows an Eclipse expert that would be willing to help me!!!Summary:I need an Eclipse expert to tell me what...
            Hello,
I have a PowerBuilder function which returns an array of members of an ActiveDirectory group. This works fine on my dev PC. However, when deployed it runs fine on some PCs but does not work on some others. I am unable to get to rootDSE when i...
                    
            Calling PB functions dynamically
- Resolved
- How-to
- Last updated 4 years ago
- Roland Smith replied 4 years ago
HI,
I am trying to create business rule engine in my application where rules are given an ID and stored in DB table. Rule's coding done using nvo function. I wanted to see if I can store that function name in a DB table and call it dynamically depen...
            OLEObject - "from" email in outlook message
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
hi
what is the way to define "from" in outlook application message.
for example from :tali@gmail.com
 Oleobject lole_msg
lole_msg = CREATE OLEObject
lole_msg = lole_session.CreateItem(0)lole_msg.Subject = as_subject
 
lole_msg.from - this is n...
            QR Code Generator error through dll
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hai Appeon team,
I am trying to import .net standard dll which was created in snapdevelop to create QRcode. but while I am importing the dll getting below error."Could not load file or assembly 'netstandard Version=2.1.0.0, Culture-neutral,PublicKey...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                            