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.   :) 
            Hi, 
 
I'm currently testing the Trial Version of Powerbuilder 2022 with Powerserver to evaluate this.My trouble is how to establish the connection with sqlca to the database
 
I'm currently using SQL Anywhere 17 32/64 Bit ODBC
 
I've tried doz...
                    
            Cursor doesn't move out of a computed column
- Issue
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hello,
Using Powerbuilder 2022 b1900, Postgresql 15
Have a computer column in a datawindow, defined as cast(null as date) as expiry along with few database columns.   1.  EditMask of the expiry column set to MM/yyyy2.  Format of the expiry column s...
                    
            Syntax extend an existing DW at runtime
- How-to
- Last updated 2 years ago
- André Rust replied 2 years ago
HiI have an existing GRID-DW. This is to be extended at runtime by 1-n field(s) including SQL part.
If the SQL part, with the extension, does not work, then the data for the new field should be inserted manually. It is then a computed column field.
...
            Hi,
We are trying to connect to Azure AKV to retrieve certain key values stored in there from PowerBuilder 2019 R3. Can anyone suggest how we can do this.
Thanks in advance.
            Powerbuilder Classic window 100% transparent background with static text 100% visible
- Resolved
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
I have made a Powerbuilder classic window with a transparent background which works almost perfectly for the task I'm trying to achieve. I'm trying to have a transparent window topmost over all other applications (achieved that part so far), which ha...
                    
            PowerServer 2022 and Oracle 10g
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi
We are trying to Configure PowerServer 2022. In Database when we are giving the Oracle 10g Credentials Its not taking. Please suggest alternative to connect to Oracle 10g. ( We know PS2022 supports 12c on words. Migration from 10g to 19c is under...
            Problems with deploying Power Server application
- Resolved
- How-to
- Last updated 2 years ago
- Francisco Martinez @Appeon replied 2 years ago
Hi,
I'm using PB 2022R2 and setting up my first Power Server application and I run into several problems. Test environment is running in a single Windows 2019 server on Azure, SQL2019 SQL Express and IIS running on it.
If I use the private IP of th...
                    
            Problem with running application with PowerServer 2022 R2
- Resolved
- Issue
- Last updated 2 years ago
- Hannu Pikkarainen replied 2 years ago
Hi,
I'm trying to deploy my first application with PowerServer 2022 R2 Build 2693. 
Deploying to IIS goes through without errors.
When I try to Run Project, I get errors:
2023-07-24 14:08:04.115 ERROR [1524] Failed to parse the app URL(http://dev...
            Saveas pdf graph data from blob object displays then disappears
- Issue
- Last updated 2 years ago
- Mark Goldsmith replied 2 years ago
I have a nested main datawindow with several nested dw's inside. One of the nested dw's is a graph that is created via a blob object in its detail band.I create a pdf (native!) using saveas. When I open the pdf the graphs shows for a second and then ...
            How to custome the runtimepath when deploying via web deployment
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi, I have a problem with customizing the runtimepath in the application.xml when deploying with the web deployment.
We still build our application normally but hope to be able to deploy via web deployment (CloudAppLauncher) for some customers soon....
            CreatePipe Failed in 64 bits exe
- Advice
- Last updated 2 years ago
- Andres Slachevsky replied 2 years ago
Hello All
I have this call to a windows API in kernel32.dll
 
FUNCTION ulong CreatePipe(ref ulong phReadPipe,ref ulong phWritePipe, ref s_security_attributes lpPipeAttributes,ulong nSize) LIBRARY "kernel32.dll" 
 
it works in32 bits 
but when i...
                    
            Using webBrowser to open link on default browser
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi guys,
I have a window that uses the new webBrowser control, with a simple web page from my company.
This control is ok, but I'd like to see if you can help me do one or two things:
1. When the user clicks on a link, I'd like to open the default...
            Installation Package for database driver
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello there,
 
We have created an installation package with the help of InstallShield and it went into success as our all previous packages are from installshield only. This installation package deals with PowerBuilder 2022 as we had to upgrade TLS...
            Multipart/form-data with HTTPClient PB2019 R3
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
Hello!
I need to replicate a POST call to send data using multipart/form-data in a HTTPClient.That should reply the following call:cURL:
curl --location 'http://elo.local:9090/ix-ELOArchive/plugin/de.elo.ix.plugin.proxy/rest/api/files/5101' \
--he...
            Powerbuilder Outlook (Topwiz) send mail
- How-to
- Last updated 2 years ago
- André Rust replied 2 years ago
Hi,
I have a problem with outlook.I use the free code Outlook from Topwiz.If I use this it works perfekt, if the outlook is open. But if not the mails are in the Outbox and doesn't not send. 
...lole_recipient = lole_mailitem.Recipients.Add( trim( ...
            Hi Master,
   I am working on the PowerServer Versioning. However, after several attempt, i still couldnt have it to take effect. Can someone enlighten me? Thanks in advance. Please see attached picture if i had done anything wrong?  I dnt understan...
            How to handle ActiveX methods that have output parameters?
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
I am using the Amyuni ActiveX controls for PDF processing.   A couple of their methods have output parameters. 
System.Boolean SearchTextEx(System.Int16 Start, System.String Text, [out] System.Int32  Page, [out] System.Double xPos, [out] System.Doub...
                    
            How we can bundle all client application together ?
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
we are having multiple application, with one main and all remaining application are child applications and triggering child applications from one main application. 
In PowerServer we build API under one single solution. 
When we host both Powe...
            Webbrowser - how to save settings?
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
We are using a webbrowser control for displaying PDF files. It works nicely.
The only problem is that everytime the webbrowser is shown, it comes with default settings - like Showing thumbnails of pages is on and Two page view is off.
Is there...
            Connecting to Azure devops from powerbuilder 2019 R3
- Issue
- Last updated 3 years ago
- Larry Pettit replied 2 years ago
I'm able to connect to devops from Visual Studio 2022 but I can't figure out how to set it up in PowerBuilder 2019 r3. My boss has it working on another workstation; he has not been able to help either.  Visual Studio 2013 Team Explorer is installed....
            
                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 
            
     
                             
                             
                             
                             
                             
                            