Re: PB 12.5 Winform Grid Datawindow Edit Problem
Hi Paul; Does the DW work OK from the PB IDE or when its compiled into a Win32 EXE? Regards ... Chris
View ArticleApplication requires change to use TLS instead of SSL
Hi, Currently we have a client application (in individual workstations) built using Powerbuilder 10.01. It uses SSLv3 protocol to connect to the customer's webservice. But customer will no longer...
View ArticleRe: PB 12.5 Winform Grid Datawindow Edit Problem
You need to set the column's "Auto Horz Scroll" edit property (Edit.AutoHScroll). hth Arnd
View ArticleRe: Application requires change to use TLS instead of SSL
Hi Pravin, We had this same requirement from an outside vendor come up a few months ago. After a few meetings and some research we discovered we didn't need to do anything to our apps because the...
View ArticleRe: How PowerBuilder should go web....
Having gone through a few ASP.NET MVC tutorials I would tend to disagree and say I dislike MVC as I would be writing hundreds of lines of code in various places to do what I would do in a few lines in...
View ArticleRe: Application requires change to use TLS instead of SSL
Hi Mark, Thanks for your reply. Ours is a client application, installed on an individual workstation. Not sure how to handle such scenario. Thanks in advance!
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
Hi Alok Mehta, Maybe the next link can help you?PB License on a VM Kind Regards,Peter
View ArticleSCC: PBL per folder or all in one?
Community, Please share your experience and insight on this question: When working with a large application under source control, what is the REAL value of placing each PBL in its own folder? I...
View ArticleRe: How to find library name for user object
I use the Object Browser (Browser... under the Tools menu), user object tab, this sorts all user objects in the application alphabetically which prevents you from having to hunt for it. From the...
View ArticleRe: SCC: PBL per folder or all in one?
Have run in the "folder for each PBL" mode for so long I can barely remember the reasons why anymore. I believe one of the reasons is because we take advantage of the fact that if two objects have the...
View ArticleRe: SCC: PBL per folder or all in one?
Hello Yakov, here a some more ideas why to use a folder for each PBL: - File system based searchs give also a hint to the object's PBL.- You can watch the history of a folder, so this shows the...
View ArticleRe: How to find library name for user object
Not really a solution for a large, existing app, but ... at a previous work place, we had a class header for each object. Like an event/function header, but added to the Instance Variables section of...
View ArticleRe: How to find library name for user object
Go to script painter of the control to see direct ancestors. (The second from the top is half the answer to the original question) Close the object. Use the object browser to locate it. RMB -> Edit....
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
Local unserved licenses cannot be used in Citrix or other virtual environments. Think about it - a company could get away with buying one license, then setting up 100 developers each using their own...
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
Paul Horan wrote: Local unserved licenses cannot be used in Citrix or other virtual environments. Think about it - a company could get away with buying one license, then setting up 100 developers each...
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
I'm sure you do... When there's confusion around SySAM, it generally centers around the term "local". People think that means the same as "unserved" and it really doesn't. I used it myself in that...
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
Thank you to everyone that responded. Based on the responses above, I just wanted to follow up with my own thoughts and my plan of action. First, my current plan of action... 1) Each developer in...
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
Hi Alok; Thank you for your feedback on your approach to this PIA problem. Good luck & all the best! Regards ... Chris
View ArticleRe: Web Service Help
Thanks to all who responded to my inquiry last week. Sorry I did not respond back but I had to stop last week to jump on another project. Now I'm back to try this. I created the 2 web services that...
View Article