You need to be logged in to view a user's profile.

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...
Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
Hi Everyone,   I have an existing PB 2019 project that needs an encryption and decryption of INI file. (the INI file contains database credentials). I don't have any idea how will I'm going to do that, so any help or suggestions would be very much ...
I am trying to save a datawindow definition to SQL Server Varchar(Max) column, using UPDATEBLOB and the command runs without error, but the data saved is severely truncated. Using ODBC, SQL Server 2022, and PB 2022 R3 Build 3356. lblb_DWSyntax = Blo...
I have an 21 app that is being built using ORCAScript on my build server. I consistently get the message "Errors encountered during import/compile.  Check SMS log." What is the SMS log, and where can I find it? Is there a way to see more informat...
I am working on using EPPlus C# assembly for Excel from PowerBuilder. I am doing it with PB 2021 for now until we move to PB 2019-R3. Then I can move the code into the main application. I wrote a wrapper assembly in C# to make it easier to work with...
Hello, I have an MDI Application where a user can openserveral sheets an do some browsing with webview2.Sometimes the browser crashes and tears down the whole application.Microsoft reccoments to use an ProcessFailed Event.I didn't know how to catch t...
Hi all.I'm using the match function to match a string that doesn't contain lowercase letters, but I'm getting an error with the following code example if match("abc", "^.*[^a-z]+.*$") then messagebox("", "match") end if I checked the document...
Hello, One of my customers carried out a Windows update on his environment (KB5036896). Since then, he no longer has access to his login screen when he launches the application (PB2019R3).However, it does appear in the task manager. Have you ever ...
Hi Team, I'm able to get access token using OAuthClient. Now, I need to get the claims (payload data ) from access token or id token. Please let me know how we can get the payload data in PowerBuilder.   //TokenRequestltr_Request.Method = "POST"lt...
Hi all, I'm working on a program that allows the user to build/customize a DataWindow, and I'd like the user to be able to add an image to their format. I'm storing images in the database, so I'd like to be able to use the tableblob object, since it...
Hi, any example to work a window with header datawindow and detail datawindow in STD Framerowk?...
I recently ran into an issue when moving from one build server to another - paths were different and it turns out there was a "hidden" hard coded path in the files that I wasn't aware of at first.  The .gen file specified a hard coded $PBRPath and t...
Hi Guys What is the highest version of MSOLEDBSQL that is supported by PB2022R3? I'm asking because it would appear that Version 2019 is not supported. Version 2018 is the latest version .... ... or am I wrong?   Thanks   David...
dwcontrol.SeriesCount ( string graphcontrol ) in PB 2022 R3,this method return value is 1 more than PB 2019 R3 , for example , graph series are 'a','b','c' ,SeriesCount ('gr_1') return 4. ...
Hi , i want to replace exist ole object control to webbrowser control .There is an existing code at newwindow2 event at the ole object .at webbrowser control , there is no newwindow2 event . Where should I write the code?    ...
Hi We just moved from PB17 to PB22, tested everything and its working fine except when I wanted to add a menuitem to main menu, it was very very slow. To open menu painter itself was very slow. Each click on menu would have to wait atleast 30 secs. ...
Has anyone accessed datastore objects from C++ using PBNI? The help has small snippets for each function but nothing that explains the entire process....
Hi, We are migrating our application from SQL native client to ODBC 18 for SQL server driver, but facing an issue while using SELECTBLOB as the PBMAXBlobSize is default set to 32767.  Already tried updating the pbodb.ini, its working, but need it t...
Hi guys;   Thanks for your time. I need to know what type of data retrieve a query; when use a datawindow. I put into context what require or intend to do.I have several queries to make to a database; on several tables, with different types of dat...
We are migrating an application from PB2017 to PB2022R3.   As part of the documentation for migration it speaks to the following:   RichTextEdit control and RichText DataWindow changes - - Upgrading PowerBuilder Applications (appeon.com)     W...
Hello, Using PB 2022 R3 with SQLite 3 When we retrieve data in a datawindow from SQLite database, all (numeric) computed columns are retrieved as character fields.  And converting the character values into numeric and then doing the required comput...


There are no discussions available here currently