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.   :) 
            How to open a internet browser on https site with POST method
- How-to
- Last updated 6 years ago
- Jon Tzeng replied 6 years ago
I am trying to open a https site with POST method to include ID and password to access the https site and open the site on the default internet browser. The POST I tried to use HttpClient and sendRequest method. But I cannot make it works. The return...
            How to activate PB2019 license in offline
- Resolved
- How-to
- Last updated 6 years ago
- Balasubramaniam N replied 6 years ago
Hi Team,
I installed PowerBuilder2019 in my VDI machine, this machine has no internet access. When I tried to activate the license using "Activate offline license manually" option, it is showing the below message.
Message: "You can only use an onli...
            Runtime needed to run a Web Service
- Resolved
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hello:
we have developed a Web Service using PB2017 Universal version.
The .msi installer has been created and the Web Service has been deployed in the test server.
However when trying to invoke the WebService, the following arises:
Line 74:     ...
                    
            Error creating an instance of a .net DataStore
- Resolved
- Issue
- Last updated 6 years ago
- Mark Lee @Appeon replied 6 years ago
I am getting the following error when attempting create a .net datastore in a deployed environment:
Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its ...
                    
            Hello 
I have several datawindows coming from an old application with graphic SQL written win Powerbuilder outer Join syntax (*= or =*). For example:
select student.name, student_email.email from student, student_email where student.id *= student_e...
                    
            Using a REGISTRATION-FREE .Net DLL in PowerBuilder
- Issue
- Last updated 7 years ago
- Aron Cox replied 6 years ago
I created a .Net DLL (COM) and managed to use it in PowerBuilder (12.5 Classic)... so far so good...
The downside that we need te register this DLL in order to be able to use it.
Ive read that theres possibility to use such a DLL without registra...
                    
            PB 2019 Migration Failure to Launch...
- Issue
- Last updated 6 years ago
- Ken Guo @Appeon replied 6 years ago
My application was developed in PB 12.5 and I am migrating it to PB 2019. It runs from the IDE, but the deployed version on IDE machine errors out with message: DBMS OLE DB is not supported in your current installation, where PROVIDER='SQLOLEDB'. On ...
            Object dot notation examples for .NET Datastore
- Resolved
- How-to
- Last updated 6 years ago
- Don Olliver replied 6 years ago
Using PB 2019, we have migrated several datastores to a SnapDevelop .NET assembly. Looking through the various tutorials and sample projects, we do not see any examples of accessing datastore column values using object dot notation. All appear to use...
                    
            Should we replace POS with POSA in PB 2017r3
- Advice
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hello All,
During the migration of PB9 application to PB17r3. The POS function is automatically replaced with POSA in some places.
However some places as it with POS function. So it is required to change manually POSA at the place of POS function. ...
                    
            PBC190 CGEN resource compiling error
- Resolved
- Issue
- Last updated 6 years ago
- René Ullrich replied 6 years ago
Using PowerBuilder 19 and standalone compiler PBC190. All works as expected in PowerBuilder 19.
When using PBC190, the creation of the dll's failes.Elevated Commandline is:pbc190.exe /d "E:\_troubleshoot\Ada\ada.pbt" /o "E:\_troubleshoot\Ada\ada.exe...
            PBC190 performance issues
- Resolved
- How-to
- Last updated 6 years ago
- Susana Domingos replied 6 years ago
Hi,
We have a workspace with 10 different projects; one of the projects has 20 additional libraries. This project takes 1m24s to compile using the PowerBuilder 19 IDE. Using the PBC190 utility takes over 2h (using Microsoft Azure Cmd task).
Is ther...
            Hi Team,
Can I use Oracle 18c with powerbuildr2017. Please advise.
 
Regards
Nikesh
            Decimal to Formatted String
- Resolved
- How-to
- Last updated 6 years ago
- Roland Smith replied 6 years ago
Hello all,
I need to convert a decimal number in a variable "1234.22" into a string and need it in the format "1,234.22" (money) such that I can display it on a text field when the program is run. I am unsure of how I can approach this.. I know the ...
                    
            HELP!When we "upgraded" to Oracle 12C from Oracle 11g several years ago, we started seeing the following EVERY. SINGLE. TIME. we connected to a database in both SQL+ and when running a script in SQL+. We use standard PL/SQL and run the scripts in SQL...
            DDDW with values based on another column
- How-to
- Last updated 6 years ago
- Marco Meoni replied 6 years ago
Hi,I have 2 columns in DW, both of them are DDDWmethod and symbol
Method DDDW is like:id(data_col)  method(disp_col)  symbol
1                  met_1                 X
2                  met_2                 X
3                  met_3           ...
                    
            Removing non-PB files from git repository in PowerBuilder 2017
- Resolved
- How-to
- Last updated 6 years ago
- Tom Jiang @Appeon replied 6 years ago
I have an existing project that I moved into source control and have been managing from the built in source control in the PowerBuilder IDE. My diff tool is TortoiseGit 2.6. When I inherited the existing project there were extra files and folder in t...
                    
            Connecting to Oracle from mobile device
- Resolved
- How-to
- Last updated 6 years ago
- Armeen Mazda @Appeon replied 6 years ago
I'm late to this topic so I must assume it has been asked and answered many times but I need to ask:
I'm embarking on building an app to run on a tablet (iPad). My question is: How does this app connect to an Oracle database residing on a server in ...
                    
            Edit mask in PowerServer
- Resolved
- How-to
- Last updated 6 years ago
- Bryant Burnard replied 6 years ago
Hi
We are using 2017 R3 Build 1858 for both PowerBuilder and PowerServer. (Oracle back end, Azure for PowerServer)
We are using an edit mask to present a drop down calendar.
Using only the mouse to select a date in the calendar we have noticed tha...
                    
            Can you use C# to write scripts for a window instead of powerscript?
If not, can you direct me to any documentation on how to make a call to a REST service from a data window?
I'm confident I can create a WebApi with SnapDevelop, but I don't yet kn...
                    
            Powerbuilder.Datawindow, update returns 100
- Resolved
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi,I'm having problem with update function.it gives me result -1 and sqlcode 100, and i can not find out why.Data window has set update properties (key columns, use update),tab order (not on every column) and everything looks fine, but update still g...
            
                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 
            
     
                             
                             
                             
                             
                             
                            