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 Appeon,
    Is there any .net datastore performance test to help developer to make decision to invest appeon's .net datastore tech stack?
    Tell us why .net datastore  is better than  ms efcore、dapper or other ormapping framework.
    Thanks.
            Performance issue when create datastore instance
- Issue
- Last updated 3 years ago
- sanping peng replied 3 years ago
{
   Stopwatch st = new Stopwatch();
   st.Start();
   for (int i = 0; i  1; i++)
   {
       ds = new DataStoreappfunc();
   }
   st.Stop();
   Console.WriteLine("new datastore:" + st.Elapsed.TotalMilliseconds);
}
{
   Stopwatch st = new ...
            How and where to catch error from transaction, command or connection timeout
- Resolved
- How-to
- Last updated 3 years ago
- Logan Liu @Appeon replied 3 years ago
I wonder where and how to catch that "lost/timeout connection".
I guess transaction timeout is the important one - because it will be shorter than the others?
I  have tried both dberror and error event in u_dw and also tried error event i n_tr ...
            Re: How to find the Runtime version used in already developed application
- Resolved
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
Hello,
When I open an application developed by others [ say concatpdf2019], I get the following message (warning).  How I know what runtime version is used to compile that project?
Happiness AlwaysBKR Sivaprakash
 
                    
            Hai,
I have a doubt....
How can manage the script execution ?. 
that is...
In a button click have lot of line and prepairing a datawindow from various tables and conditions. After that I want to open a window (window type = popup) and doing some ...
            Hi,
we are currently facing an issue in the systems of one of our clients in which printing pdf documents, out of our application, consumes round about 5MB Memory per Print and doesnt free it.
Since our application is still 32-Bit and our customer ...
                    
            SAP Business One SDK with SAP ServiceLayer HANA from PowerBuilder
- Advice
- Last updated 6 years ago
- Miguel Leeuwe replied 3 years ago
Dear, I need to pass the SAP Business One SDK applications, from DI-API to SAP ServiceLayer HANA, someone has worked with that from PowerBuilder
 
Español:
Estimados , requiero pasar las aplicaciones de SAP Business ONE SDK , desde DI-API a SAP Se...
            Help me to activate trial license for power server 2019
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi all,
Hope you all are good.
I have a issue with trial license activation of Powerserver 2019.
Kindly help me to activate the trial license.
i am attaching the screen shorts for your reference.
 
pic-1 Powerbuilder login 
 
 
 
pic-2 AE...
                    
            is it possbile to get a job at Appeon?
- How-to
- Last updated 3 years ago
- sanping peng replied 3 years ago
    I'm a developer who work for a pharmacy wholesale and retail company in China,I use powerbuilder for 10 years majoritily, I even improving powerbuilder which using VC++ consumed the C++ libraries from github.com, implementation of Json http calli...
            Log4j impact with Powerbuilder version 11.5
- Advice
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Good day.  We are running Powerbuilder 11.5 and are reviewing all of our applications for the Log4j issue.  Can anyone confirm that the best course of action is to just remove the files manually for this older version too.  I realize this version is ...
            Save pdf from webbrowser control (header / footer).
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 3 years ago
Hi everyone.
We want to generate some reports (not from a datawindow). We can generate the information we need to an html file. Then we want to create a pdf from that html. It works fine, but it adds some information on the header and the footer, as...
                    
            Switching Executable Runtime Without Rebuild?
- Resolved
- Advice
- Last updated 3 years ago
- Brad Mettee replied 3 years ago
Now that Appeon has allowed us to switch the runtimes during execution I am assuming the compiled PBD's and EXE have no dependency on the PB runtimes used during execution?  In other words - I have compiled the PBD's and EXE using runtime 2670.  I th...
            How to reset a variable-length array
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi all,
This is probably a rookie question, but I can't seem to re-set a variable-length array... 
Here's what I'm doing:
for ll_ThisRow = 1 to ll_RowCount   li_doc = 1   ... other stuff ...   istr_documents[li_doc] = ls_filename   li_doc++   // I...
                    
            Runtime path is inconsistent with current Runtime version
- How-to
- Last updated 3 years ago
- Christopher Craft replied 3 years ago
PB 2019 R3
My Project is open in painter.
Deploy Project is selected.
A Tips popup appears (see attachment).
How do I eliminate the popup?
Thanks,
Stan Z.
            Error compiling MSI for Powerbuilder runtime
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
I compiled a Powerbuilder runtime MSI successfully with Powerbuilder 2019. I later upgraded to Powerbuilder 2021 and I am attempting to compile a runtime MSI. I get the following error:
These are my settings. Any help would be greatly appreciated:...
                    
            Powerserver app connected to Oracle fails or times out
- Resolved
- Issue
- Last updated 3 years ago
- Håvard Heide replied 3 years ago
We have compiled out application to Powerserver and it works (mostly), but  after starting App from webbrowser (or shortcut)
it times out - or fails (see errors below). Motly I get the first error, but sometimes the second.
Any ideas ?
I have trie...
                    
            hi 
after program export to excel. the program icon missing. it seem need fine tune some configure file .  would you have advise
before export excel
after export to excel , icon missing 
 
 
 
            How to delete temporary directory
- Resolved
- How-to
- Last updated 3 years ago
- Brad Mettee replied 3 years ago
Hi folks,
My app creates a temporary directory then adds an unspecified number of pdf reports to it.  When I'm done, I want to delete the whole directory.  RemoveDirectory() requires the directory to be empty. 
FileDelete() requires the file name. ...
                    
            Hi, we need to edit our licenses data. Unfortunately, no one knows how to do this. We don't have a user with administrator rights either. What do I have to do to get to the right page?How can I register as administrator to make changes later?More inf...
            Save problem through DataStore command .Update()
- Advice
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Hi guys,
We have a very strange problem. Our big application written on PowerBuilder, C#, VB and works with Oracle and Mss databases.
The save process to database going by command dscontrol.Update() through array of datastores control. The problem ...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            