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.   :) 
            Datawindow Colour in Themes
- Resolved
- How-to
- Last updated 5 years ago
- Colin Cruikshank replied 5 years ago
Hi There,
Is it possible to set the background colour for grid datawindows to be different than all other datawindows in the theme.json file for PowerBuilder 2019 Build 2082? If not, is this a feature included in PowerBuilder 2019 r2?
Thanks,
            Hello,
For those who switch to Powerbuilder, a real world sample application with suggested ways to write business logic in a nvo, which could be coverted to C# for cloud conversion, will be better.  In powerbuilder separating the business logic and...
            Printing DW on a continuous paper
- How-to
- Last updated 5 years ago
- Sivaprakash BKR replied 5 years ago
Hello, support
I need to know how to set up a page size for DW, which is being printed on a continuous sheet. 
We are talking about a cash register app, which is printing long receipts. I need to avoid page breaks even if there are 200 rows in the ...
                    
            FileService folder missing after fileserver setup.exe
- Resolved
- Issue
- Last updated 5 years ago
- CJ Lai replied 5 years ago
Where should I look into when the fileservice folder (C:\inetpub\wwwroot\fileservice is not there) is missing after a Successful fileserver setup.exe run?
Thanks
            File information from kernell32
- Resolved
- How-to
- Last updated 5 years ago
- Erwin Milke replied 5 years ago
Hello guys
I'm trying to read file size, modification date and file type from all files in a given path.
The idea is to simulate a Windows Explorer inside a PB window. 
I'm not aware of an object or function inside Appeon, so I will use any of the...
            Error en la Carga de Imágenes en DW
- Resolved
- Issue
- Last updated 5 years ago
- YTALA EP replied 5 years ago
Buenos dias
He migrado mi aplicación de pb a la web pero cuando lo ejecuto no me muestra las imágenes de fondo que le puse a mis dw, solo muestra las imágenes de los picture control se tiene que realizar algún paso adicional?. Cuando migre le puse l...
                    
            Is there a 64 bit deployment primer?
- How-to
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Version 2019 Build 2082
Win10 64bit pc
 
Was just told to make 64 bit versions of all my projects and realizing I'm completely lost.
 
Having trouble running my app after compiling it for a 64 bit platform. (32 works fine)
 
In troubleshooting...
                    
            Populating datapacker with AddModelStore
- Resolved
- Issue
- Last updated 5 years ago
- Thomas Rolseth replied 5 years ago
We are replacing instances of the deprecated SelectToStore() method in our web api.  In the code below (line 2) we switched 'SelectToStore' to 'Select'.  However, we now get an error on the last line.  The error is attached.  What is the proper synta...
                    
            GetSQLSelect returns SQL in lower case
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 5 years ago
We have recently gone from PowerBuilder 12.6 to PowerBuilder 2017 R3
The method GetSqlSelect() (in DataWindow) has changed its behaviour in a compiled environment. If the datasource in the datawindow isa saved with graphical design then the method G...
            Need to Connect SnapDevelop to Sybase ASE db.
- How-to
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
In order to create a .NET API  I am trying to connect to Sybase ASE databases on our servers. They can connect in PowerPoint 2019 R2 but not in SnapDevelop. Is there any way to make the Connection via a Connection string etc. I am trying to Add a Dat...
                    
            Translation PB to C# give capacity error
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
private function long load_adres_dok (string asidf_dok, ref str_adrms adres);str_adrms ladr, empty_adr
adres = empty_adr
select first 1 trim(cod_ime_osi('eknm_d',eknm))||' ОБЩ.'||trim(cod_ime_obs(eknm))||' ОБЛ.'||trim(cod_ime_obl(eknm))||' '||cod_i...
                    
            UI modernization of a legacy application
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi everyone,
I have an old application with an outdated UI that needs to be modernized.On start up, this application shows a small window with multiple buttons (as Accounting, Human Resources, etc).Clicking on a button will open a new window with a ...
            I have an issue with PB Git
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
When I look at the ws_object folder and in the pibble in my target, it shows that there are changes that needs to be committed.
But when I compare it to the master source control, there are no changes. I have refresh, rebuiild resolve,etc to try to ...
            calling issue with third party (C++) dll as "R021 - Bad runtime function reference"
- Issue
- Last updated 5 years ago
- Roland Smith replied 5 years ago
Hi Everyone,
 
I am using Powerbuilder classic 2017R2 build 1769(32 bit) and windows 10. I am not able to use c++ dll in my application. I got runtime error as "R021 - Bad runtime function reference".
My C++ dll code is:-
int __declspec(dllexport...
                    
            Updating PowerServer - Installation failed
- Resolved
- Issue
- Last updated 5 years ago
- Tom Jiang @Appeon replied 5 years ago
Hello,
I am trying to get an app deployed to both android store and apple store.
I first want to update to the latest PowerServer, of which it tells me would be 2020 Build 2323 and that I would upgrade from Build 2020 2279.
But when I try to updat...
            How can Check NFC Tag - Appeon Mobile
- Resolved
- How-to
- Last updated 5 years ago
- Shin Jungi replied 5 years ago
Hi, 
I want get il_new value.
Because new tag found then I want get il_new value.
below code 
Err C0051 unknown function name : oe_newtagfound 
-- below code
--------------------------------------------------------
Int il_new_tag, il_new
il_n...
            Pb12 preemptive authentication SOAP example
- How-to
- Last updated 7 years ago
- Armeen Mazda @Appeon replied 5 years ago
hi, is there an example where webservice authentication (username and password) is used in PowerBuilder? (SOAP) (Pb12 preemptive authentication)
                    
            Install FileServer on Window Server 2016
- Resolved
- How-to
- Last updated 5 years ago
- CJ Lai replied 5 years ago
Is there any documentation on how to install File Server on a window Server 2016?
I ran the setup.exe as an admin and got the Installation Incomplete message
I then followed https://bit.ly/2YzuoH3 but to no avail. It's not for 2016 servers.
 
P...
            appeonfileservice.of_logonfileserver()
- Resolved
- Advice
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Hi
I deployed a web app to a remote server with PowerServer on it.
When I run the app locally, it passes the logon function successfully.
When I run the app on the remote server (RDP to the server and not from local PC. Open a browser on the remot...
            Saving, Posting an event from itemchanged Event
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Looking for some ideas for an issue regarding saving and events that are posted in the itemchanged event.
Simple Scenario...
Datawindow has a date field, the date entered must only be a business date. User enters a date, post event fires (this is b...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            