Featured Questions

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...
I'm trying to make sense of SnapDevelop's generated code. Right now for Sample Code = ModelStore where one action puzzles me. [HttpPost("ModelStore")]...public ActionResult Update(IModelStore department)... ModelStore has internal state like refere...
Hello,  How to remove the background for pre-defined pictures in the treeview? See attached screenshot. Even PictureMaskColor property is set to Transparent, the area around the picture is still gray. That only happens for pre-defined pictures, cus...
Hi all I have a code   count = lole_source.Application.Workbooks.Count()sheet_count = lole_source.Application.Workbooks(count ).WorkSheets().count()   sheet_count  return correct total no. of sheet on my machine but this sheet_count  return wron...
Hi all,   I have window authentication functionality in my powerbuilder application which work fine in pb 8 but now it is migrated  in pb 17 and crash application due to window login in pb 17...
Hi Everyone, Is there anyone have an idea on how to capture data coming from USB barcode scanner? Currently, I'm having a problem to prompt message box after scanning barcode fonts. I need to throw whatever data reads from USB barcode to my disabled ...
Hello All We are finishing the migration from PB11.5 to PB2017 R3.We need now to move from PBSC to SVN all the Tutorials and documentation shows how to do it with the first developer using Add to workspace and all the following with connect to Work...
Hello All I have used the below syntax which is not converting the encoding standard to UTF8! from ANSI!. fileopen(as_filename,LineMode!, Write!,LockReadWrite!,Replace!,EncodingUTF8!) The above statement is returning -1 if i'm passing EncodingUTF8...
Hi We are trying to record image in SQL-Lite in the field (BLOB) from Sql-Server Field (Image) but upon recording it returns Size / Weight Error. Please help Thank you   error message "Bind parameter value 7 for '?' is too big (144065)"    ...
Hi, today we experienced a weird problem with our application build with PB 2017 R2. We tried to install an update of this app on a clients system but trendmirco blocked and finally deleted the app-executable because of a possible threat. Over the l...
como puedo añadir el recaptcha a mi aplicacion que esta en la nube...
I started receiving the "Specified database file in use" error today when trying to run our web app.   It had been working fine before today.  What can I do to fix this problem?   I'm running SQL Anywhere 16 PB 2019 and PowerServerPB2019...
Hello, With the major release of PB 2019 is over, shall we know what Appeon thinks about some of the pending enhancement requests ? 1.  PDF enhancement - Page size, merging, etc. 2.  Modern Graph  Still more there... Such pending enhancements ma...
Has anyone else noticed a problem with using an underscore as the first character of a drop-down datawindow object name?  When I try to apply the DDDW to a column and save it, I get one of those syntax errors a row/column....
How can I change the code template SnapDevelop uses when I create new "API Controller Class"? Initially I want to decouple action names in route from method names in the controller - and - rename HttpPost method Update => Insert - and - rename ...
I am getting an error when exporting a datawindow using the C# Model Generator to a snapdevelop web api.  When I open the C# Model Generation window I am asked to select/setup a database connection profile which I am able to do.  The test connection ...
Hi, Is there an option to use RSA Asymmetric encryption with a 2048 key using OAEP padding, as we want to generate an encrypted value of 256 chars, and using PB2017 R3 it is only generating 128 chars?   e.g lblb_data = Blob(a_sPassword, EncodingA...
We have a Store procedure declare as a Local External Function in the Transaction object  function long pr_generar_codigo(decimal cod_parametro,ref decimal next_serial_no) RPCFUNC ALIAS FOR "sbp.pr_generar_codigo" in the update strart of the da...
Hi all,   i have a datawindow which can contain thousands of records , each record has a status code.   Lets say status can be 0, 1, 2, 3 , 4   What is the fastest way of showing the user how many records with status 0 there are , status 1 and ...
Hello guys,I'm having trouble and would like some help.There is a software that uses PowerBuilder 11.5 for reporting (.PBL), and PowerBuilder 11.5 is no longer sold, so I downloaded the newer version (PowerBuilder 19) to generate reports (.PBL), but ...
We have recently migrated one of our PowerBuilder applications from PB2017 to PB2019(Version 2019 Build 2082) after that the Icons are blur. We can clearly see the difference between PB2017 Exe's Icons and PB2019 Exe's Icons. ...


There are no discussions available here currently