Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 2 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.   :) 
            Postgres and carriage return
- Resolved
- Advice
- Last updated 5 years ago
- Markus Schröder replied 5 years ago
Hello,
we are migrating a PowerBuilder project from Oracle to Postgres.
In Oracle a multiline text in a datawindows is saved correctly (with chr(13), chr(10)). In Postgres (version 12 with odbc driver) the carriage return, line feed is replaced wit...
                    
            SnapDevelop and .NET
- Resolved
- Misc
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Hello,
(probably someone from Appeon should answer this question)
On your website "Installation Guide of SnapDevelop (PB Edition) 2019" you have listed this as requirements:
 
Microsoft .NET Framework 4.6.1 SDK
Microsoft .NET Core SDK 2....
                    
            Hi.
 
One of our customers has a mix of Lenovo ThinkPad Yoga and MS Surface laptops.
They run most of their software, ours included, in MS Remote Apps.
When scrolling the datawindows in our application with the Surface, nothing happens when it's ...
                    
            PB x SQLite3 datatype columns issue
- Resolved
- Issue
- Last updated 5 years ago
- Marcos Bolonha replied 5 years ago
Hi,
We have a powerserver mobile project that use SQLite3 as a local DB. The tables has decimal datatype columns but when we create a new DW with that tables as a datasource the PB recognize that columns as a WVARCHAR and we can't use these columns ...
                    
            Mobile error deploying application
- Issue
- Last updated 5 years ago
- Kai Zhao @Appeon replied 5 years ago
I had to completely reinstall Appeon Powerserver for mobile on my production server.
I have set up all the settings and FTP and all of that is working but when I deploy the application for the first time to the server it creates the folders on the s...
                    
            Sorting, filtering, and paging - ASP.NET MVC with SnapObjects
- How-to
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
How to implement sorting, filtering and paging to my asp.net mvc controller with snapdevelop, in order to use this kind of RESTFUL syntaxe url:
http://www.example.gov/api/v1/magazines.json?year=2011sort=desc
There is plenty of tutorial on how to do...
                    
            Left hidden mobile menu - appear on burger icon click
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
Hello,
I'd like someone to point me in the direction of a tutorial on how to make an animated smooth menu come across from the left when I click my hamburger icon top left.
I would consider myself still amateur, so I would require a good level of s...
            Will the datawindow SaveAS to excel use sheets? Saving to excel without excel installed on PC.
            I have approached this issue in the past without success. I am hoping that I can provide A LOT more information and someone can point me in the right direction.
I have a client/server application that has been upgraded to PowerBuilder 2017. I am wan...
                    
            How do i can to use SqlCa with threads (sharedobject)
- Resolved
- How-to
- Last updated 5 years ago
- Daniel Agudelo replied 5 years ago
Hello!
guys, i hope that you can to help me. i have a PowerBuilder 2019 application and i'm trying use the SqlCa transaction object outside of the thread principal of the app, these cause inside of the shared object i need to retrieve some data but ...
                    
            Hi.
In the project I maintain, there is apparently a filed in a data window that is linked with a key to a column in a  different table. I've been struggling to find where this link is defined. The data source is not joining the other table in (as f...
                    
            Best practice to pass a sql select to .net datastore?
- Resolved
- How-to
- Last updated 6 years ago
- francisco Herrera replied 5 years ago
hi there! web api newbie here,i've built a .net datastore model on my web api and created a method to retrieve data and everything working fine.what i wanted to know now is if there is a way to pass the entire sql syntax of the main select of the ds ...
            Failed to get object from the memory stack.
- Resolved
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
 
I am attempting  to move my PB application to Power Server Web. I have completed the process with w simple application easily . However, my more complected 20 year old application is having  an issue. I am seeing a lot of the same message come up:...
            Is there a free utility to convert pb 7 objects to ms report builder? Thanks.
- How-to
- Last updated 5 years ago
- Roland Smith replied 5 years ago
Is there a free utility to convert pb 7 objects to ms report builder? Thanks.
            nested report - transaction object
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
Hi
Can anyone tell me whether it is possible to have a nested report connected to a different transaction object and if so how to.
So the report might be on SQLCA - sales database and the sub / nested report on the SQLCB - personel database 
the m...
                    
            Appeon Workarounds - location
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi
I want to use a function from the appeon workarounds in my application ( pb web - pb2019 ) - should i copy the workaround files to my application directory and add the pbl to the library list, or should i just add the library to the application w...
                    
            Enhance JSON response from asp.net web service
- Resolved
- How-to
- Last updated 5 years ago
- Olivier PAVLIN replied 5 years ago
Hi there,
In my MVC .Net Web API i have this auto-generated GET function in my controller which works fine and return the list of all the elements in my table (SimpleJson.png).
[HttpGet][ProducesResponseType(typeof(IEnumerableDs_Invit_Sydrtcml), St...
                    
            Hi,
The company I work for develops a program using Powerbuilder  we updated to PB 2019. I use an automated testing app called "TestComplete". I was able to access all of the PB objects within TestComplete by using a keyword "pbdw*" for MSAA. Since ...
            Posted function not firing in shared object
- Resolved
- Issue
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
We have the following block of code, which has been working for many years but has recently stopped working.
// Instance declarationsn_rpt_callback inv_callbackn_rpt_shared inv_shared
...
// Start a separate threadinv_callback = Create n_rpt_callb...
                    
            Creating a DLL that can be registered with RegSvr32...
- Resolved
- How-to
- Last updated 5 years ago
- Erick Bergsma replied 5 years ago
Hello all...
I am having issues registering a DLL in my Windows 10 environment.
What I've discovered is that the code in the DLL is PB code, but I am not sure from what version.
I'm considering just adding all the PBLs to my main app, and changing...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                            