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.   :) 
            Export DW Definition using ExportJson
- Resolved
- How-to
- Last updated 5 years ago
- Ricardo Jasso replied 5 years ago
Hi Guys
Is there anyway to exportJson and include all the DW definition syntax like getfullstate can? What I'm trying to do is pass DW data and structure through to an application that does not know anything about the DW definition and does not have...
            Hi,
I'm currently test the migration for some of our PB 12.5 apps to PB 2019 R2.
We started using Git for our latest app and want to use it for our older apps.
 
Here's the setup
I created a Git repo for each of the 3 apps.
Added to source cont...
            How to TURN OFF PB sounds in Windows 10
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
Windows 10, 64 bit VMPBv12.1, b 6158This never happened on windows 7, but on my sarcasmNEW and IMPROVED/sarcasm Windows 10 VM, every time ANYTHING happens in the PowerBuilder IDE, I get a sound. They are driving me insane!How can I turn these sounds ...
            Datawindow.Background.Mode usage
- Resolved
- Issue
- Last updated 5 years ago
- Olan Knight replied 5 years ago
Hi,
This has to do with datawindows. I'm currently using PB17R3 but I don't believe the problem is limited to this release.
I'm attempting to dynamically control the background color of columns based on relative values within the datawindow. Someti...
                    
            Image viewer recommendation for web app
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
My current application is 32 bit and uses a Snowbound DLL to display my images.  I can also get it to work using ImageGear.  I  can't spend the money to upgrade to 64 bit or a .net version.  So, I was able to use GDIPlus to display the images in a ty...
            Pagination with gray background (without continuous scrolling)
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi:
We have a freeForm DW with Reports and when de result have more than one page the paginatión is very ugly, doesn't do de scroll continu, puts the backgroung grey and the secon page is no visible until we scroll to the begin. How we can do then c...
            Switching to new branch with TortoiseGit
- Resolved
- How-to
- Last updated 5 years ago
- Tobias Roth replied 5 years ago
I created a new branch for our application code (PB 2019 R2, Windows 10, SQL Server) in TortoiseGit.  I was able to switch to the new branch and PB recognized it the next time I opened the IDE.  Commits and pushes on the new branch have worked fine s...
                    
            .NET DataStore retrieve problem
- How-to
- Last updated 5 years ago
- Logan Liu @Appeon replied 5 years ago
Hi everyone, 
I ran into a problem while trying SnapDevelop. I am trying to create simple REST API.
 
I have a DataStore, which is imported from PB. It uses stored procedure as a data source. That stored procedure takes 5 arguments. 
I can create...
                    
            Missing "Generate C# Models" option
- Resolved
- Issue
- Last updated 5 years ago
- Julie Jiang @Appeon replied 5 years ago
Hi support team,
I am following below article and tried to generate a grid type DW into C# model, but could not find where is the "Generate C# Model" option.
https://docs.appeon.com/appeon_online_help/powerbuilder/CRUD_Operations_with_.NET_DataStor...
                    
            Menu Bitmap Background Color
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
In my menu when I set the ToolBarItemName to one of the PowerBuilder builtin icons, the background color of the icon is silver (see attachment). I want the background transparent. Is it possible to change this?
            Installing Powerbuilder 2019 R2 on a Virtual Server
- How-to
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Can Powerbuilder 2019 R2 be installed on a virtual server?
            Git Revert/Git Commit with PowerBuilder shows empty list in "Files with changes"
- Resolved
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Hi Expert.
We have successfully been using PowerBuilder 2019 Build 2082 with Git for some time. We are using Azure DevOps to host our repos. It was decided to move the repo to another location on Azure, and then issue occurred for one developer. We ...
                    
            SyntaxFromSql Issue
- Resolved
- How-to
- Last updated 5 years ago
- David Peace (Powersoft) replied 5 years ago
Hi Guys
Just a quick one as I suspect I know the answer really. I'm using the following code and getting an error saying that the Sql arguments are invalid or incomplete.
My simple reproducable is:
ls_sql = dw_1.GetSQLSelect ( )ls_dw = sqlca.synta...
                    
            problem of WebBrowser control in PB 2019 R2
- Resolved
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
I'm trying to make a web browser window in PB application using WebBrowser control of PB 2019 R2.
But I faced one problem with that.On the develop environment, the web browser window is working good.
But on the user station, there is a problem.
As...
            Hi all
I am trying to Add Data Source by clicking on the Add button in Add Transaction Object window in the Application Profile Configuration.
I am able to set up a Database Type Profile Configuration (please see attached)
However, I am not able t...
            Source control - Connect to Workspace is diabled
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hello,
I try to use SVN as my source control. My File - Connect to Workspace is disabled. How may I make it enable to let me be able to connect to the repository URL?
Thanks,
Jon
            RESTClient on Mobile App
- Resolved
- Issue
- Last updated 7 years ago
- Armeen Mazda @Appeon replied 5 years ago
Hi,
Im testing usage of the RESTClient in PB2017 and I wanted to use it on a mobile app deployed to PowerServer.
I created a simple app with one window and one datawindow to use it for GET request as per your recent webinar.
Code in open event...
                    
            Adding PBL to Library Path
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
In PB 12.6......my app has a PBL (not PDB) in our library path.  We store our reports datawindow syntax in the database, extract it, may or may not modify it, and use LibraryImport to create the datawindow object in this PBL.  This has been working w...
            drop down DW calendar arrow crash
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi,
 
I have a PB app with a data window with a date column drop down calendar edit type.  When the user clicks on the down arrow to show the calenbdar pop up the whole app crashes and closes.  No error message or anything, just the entire app clos...
            PB2017R3 ReceiptRequested doesn't work comparing to PB12.5
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi,
I've noticed recently that ReceiptRequested property has no effect in PB2017R3, I know this version is using Extended MAPI and I tried to go back to Simple MAPI by adding UseSimpleMAPI=yes in pb.ini, but ReceiptRequested still doesn't work. I ca...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            