Re: PB15 Native Crashes Almost Immediately with No Specific Error
HI Jacob Before I wrap for the evening, I have spent quite some time in the debugger and discovered that the repeated firing of of_setpossize at the end is because it is posted from the frame and...
View ArticleRe: PB 15 window.resize() crashes when running application
We are having issues with the PFC Preferences service - where it appears as Posting from the Move or Resize Event of a Sheet is somehow connected to the system losing track of the execution thread and...
View ArticleRe: how secure the pbls on network for developers
>>This allows two developers to share code from a centralized network PBL<< Not accurate. Do NOT put the PBLs on a shared network drive and attempt to have all developers work from a...
View ArticleRe: Issue with Excel when PB 12.5 application migrated for WIN 7
Your method is not appropriate for generating an excel file. Win 7 is warning you of this. Because XP didn't care doesn't mean it was right. Below is a simple example of getting data into a spreadsheet...
View ArticleRe: how to disable an object inside the datawindow in pb7?
Same problem - some frameworks and some applications make use of the Tag property, and overwriting it will break the application and cause a lot of time wasted on problem reports. I've found that Tag...
View ArticleRe: how to disable an object inside the datawindow in pb7?
Actually, it's "dwModify is not for the squeamish". But pretty much means the same thing.
View ArticleRe: how to disable an object inside the datawindow in pb7?
Shoulda checked, but I put the T shirts away for the Winter. Happy New Year!
View ArticleRe: how to disable an object inside the datawindow in pb7?
Finagle was an optimist - even things that "can't" go wrong, will. Try...Catch was introduced in PB8, but it was always necessary in production grade code to handle every situation where an unexpected...
View ArticleRe: how to disable an object inside the datawindow in pb7?
Why do people still use PB7? Can you explain it please?
View ArticleRe: how secure the pbls on network for developers
Dear, If i keep the copy of source on developer machine then our source is not secure. So i don't wants to keep .
View ArticleRe: how secure the pbls on network for developers
I guess I don't know what you mean by "not secure"... A PBL file on a LAN drive can be copied onto a thumb drive just as easily as one on a local drive, so you can't be concerned about file...
View ArticleRe: how to disable an object inside the datawindow in pb7?
Same reasons I still drive my '97 BMW: It runs and it's paid for.
View ArticleRe: Where to buy a Powerbuilder Licence today?
Hi Guys We are able to sell PowerBuilder, we are a SAP partner. If you need to buy a copy. Just email me or sales@powersoft-services.co.uk Regards David
View ArticleRe: Automated deployment with PowerBuilder and TFS
I've used a system similar to Roland's except that the applications files were copied to a local folder from the 'master' network location and then launched off the user's machine. We used a small app...
View ArticleRe: Thread callback to main thread
Hello again, I've been on a long vacation and now I can't watch the video. Did you put it down? Best Regards, Lucas
View ArticleRe: how to disable an object inside the datawindow in pb7?
Heh heh heh Old Otto has a cassette player - something that will be needed until I can get the rest of my collection digitized. I can understand dropping EAServer, but what ever happened to the plugin...
View ArticleUploading PB code to a new SVN Repository (PB 11.2)
Hi, I have PB 11.2. I have a PB app and I am trying to setup SVN Repository for that app. 3 programmers will be accessing this PB app. I have installed VisualSVN Server. Using it I have created 3 users...
View ArticleRe: how to disable an object inside the datawindow in pb7?
>>but what ever happened to the plugin that allows any J2EE server to run PB NVOs? It's still around, just hasn't been updated in a while. The folks at SAP mentioned they were looking at using...
View ArticleRe: Uploading PB code to a new SVN Repository (PB 11.2)
You need to use a MSSCCI to SVN bridge product like PushOK to get PowerBuilder to connect to SVN. Once you've got that setup, you can do a checkin of all of the objects to the truck of that...
View ArticleRe: Automated deployment with PowerBuilder and TFS
Hi Roland, I ended up following something similar to what you suggested at the end there, I set up a small PB app (MyApp.exe) which simply has the following: String Version integer li_result Version =...
View Article