Re: Source Code Control for PowerBuilder Classic & .Net
> I installed the VisualSVN and was able to connect over the LAN on the server. One thing was I was very disappointed was that the VisualSVN server doesn't even show what PB files are checked out to...
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
Roland, you might also consider putting your getdate() function in schema like this create or replace function getdate return date is begin return sysdate; end;
View ArticleResize problem
Hello all , Does anyone has some idea dealing with resolution problem ? I have deployed my application in 1024 X 768 resolution .This application runs now over 100 computers or more in different...
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
Krzysztof, I had been doing it that way for Oracle. I ran into problems trying to do the same on MySQL so now I have a function in PB code that has a case statement that runs the appropriate statement...
View ArticleShared Object programming in powerbuilder 12.5 classic.
Dear Team, Could anybody help me out to write a multi threading application in powerbuilder 12.5 classic?Objective: In window (w_thread_test) a single line edit control and a button will be there....
View ArticleRe: Shared Object programming in powerbuilder 12.5 classic.
Hi Avishek; 1) Mutli-threading in PB would only be done using NVUO's not Window classes. 2) In order to communicate between the main thread and the sub-thread - you need to only use NVUO's. 3) Here is...
View ArticleRe: Shared Object programming in powerbuilder 12.5 classic.
Why would a business application need to prevent users from opening Notepad?
View ArticleRe: Shared Object programming in powerbuilder 12.5 classic.
Why dont you sleep in the buttons loop and call the "timed" function from there?You can also do a yield (), but this allows other user interaction.So having a button that blocks the whole application...
View ArticleRe: Shared Object programming in powerbuilder 12.5 classic.
Dear Pollach,Extremely thanks such help full answer. Can it be possible to guide me how do I write the code to achieve the above objective. Means for which process I have to design the NVUO. Thanks...
View ArticleDeploying PB11.5 to Windows XP
Hello All. I have developed a PowerBuilder 11.5 Classic Client/Server Application on a Windows 8.1 64Bit Machine (PB run in XP service pack 2 compatibility mode). I would like to deploy this...
View ArticleRe: Shared Object programming in powerbuilder 12.5 classic.
You really need to explain why you want to do this. There may be a totally different way of achieving the end result. It seems very strange that a business application would need to prevent the user...
View ArticleRe: Deploying PB11.5 to Windows XP
Check the actual error in the Event Log. We have been developing/compiling with PB 11.5 in numerous Windows versions (including Win8 64) and deploying our apps to hundred PCs with numerous Windows...
View ArticleRe: Is there a future after PowerBuilder 12.6?
Oracle's direction for Forms is an eye opener on how PB should evolve in the coming years. It is heartening to see how Forms, a Client/Server desktop dev tool is being transformed into a modern app...
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
SVN with TortoiseSVN or is ankhsvn: Subversion Support for Visual Studio a good choice.
View ArticleRe: Calling a function in external dll
That's called "name mageling".However, you should make sure that the caller allocate and deallocate memory. Memory shouldn't be allocated by your *.dll and released from the process which uses your...
View ArticleRe: Is there a future after PowerBuilder 12.6?
I think that there's no future. Powerbuilder classic is more than outdated. I'm developing since 20 years, so I just can look back ~20 years. But development heavily changed in this time from write...
View ArticleRe: Is there a future after PowerBuilder 12.6?
Bad code is not an issue of the development language.I am around with PowerBuilder since 1994 and have seen a lot of code.There have been simple architected big applications easy to maintain. And...
View ArticleRe: Drop-down Calendar (Datawindow)
Chris, thanks for the info. Any suggestions on how I can capture when someone is clicking on the drop down arrow for a calendar? Rick
View ArticleRe: Is there a future after PowerBuilder 12.6?
RAD development does not mean that the applications created in PB are simple, rather it allows very complex data-driven applications with heavy maintenance requirements that can be handled effectively...
View ArticleRe: creating image saved using V.S. C# application in powerbuilder application
Define "it doesn't work" a little better... Is the blob variable null after the SELECTBLOB statement executes?Is it non null, but the image doesn't display in your PB app?Are you able to retrieve the...
View Article