Static Text Control with Autosize Height in PB 12.5 Webform
Greetings all, I have a datawindow in a webform into which I am currently setting text in a static text control using the following command: I have set Autosize Height as True for static control...
View ArticleRe: PB Classic vs. PB .NET
>>What is PB .NET? A version of PowerBuilder hosted in the VIsual Studio isolated shell designed to create .Net applications, services and components. >>What can I do with PB .NET that...
View ArticleComposite datawindow with retrieval argument
Hi All, I have come across a situation in which my client needs a crosstab report in single report for every row from the master table. In this case the cross tab would vary based on products. Since...
View ArticleZoomin from Report object
Hi, I have a datawindow on which two report objects have been placed.Now i need top zoom into some details and therefore need to do some coding based on user clicking on the rows in report object. Any...
View ArticleRe: Zoomin from Report object
Do you mean 'drill down' as in getting additional info based on the row clicked or some sort of screen zoom like in Windows 7?
View ArticleRe: The future of EAServer
Well gentlemen (and ladies) I have been given an answer about EAServer..... With respect to EA Server: End of Sale 23rd October 2013 End of Life 31st August 2014 End of mainstream maintenance 31st...
View ArticleRe: The future of EAServer
Hi David; Thanks for sharing (I think)! FWIW: Given what was happening at Sybase's EAS team prior to SAP's purchase ...this does not surprise me at all. I had predicted this EOL coming for a...
View ArticleRe: PB slows down on windows 2008
The process is doing a lot of file I/O and database SQL with oracle. So our test we took the same code and ran it on 2003 server and turned around and ran it on 2008 server. The 2008 server had a huge...
View ArticleRe: PB slows down on windows 2008
Hi Steve; Are you on real server or a virtual one? Regards ... Chris
View ArticleRe: PB Classic vs. PB .NET
Thanks, Chris... I don't know, does the plug-in install transparently without the need for approval? I would think that most banks, many of which are our clients, would prohibit their employees from...
View ArticleRe: PB Classic vs. PB .NET
Have to agree. As well as Appeon web works, the plugin has always been the killer for me. We have enough trouble getting approval for standard plugins like the Flash player. There's no way most of...
View ArticleRe: PB Classic vs. PB .NET
FWIW: That would not bother me and in fact many websites do require a plugins of some sort. Of course, maybe I am just more liberal minded ... LOL I would have to say that Appeon is better geared to...
View ArticleRe: PB slows down on windows 2008
VM server. The IT guys tell me that this is the same as real hardware. the 2003 is also on a vm
View ArticleRe: PB slows down on windows 2008
Yeah ... our guys did the same thing to me. I showed them that a real server ran at least 3x faster and so they gave me 3 - 16CPU each - based real servers and we never looked back ... LOL
View ArticleRe: GUI Design Guidelines
Hi, Chris. How are things in the great white north? How do I get a copy of said guidelines?
View ArticleRe: GUI Design Guidelines
Hi Larry; Lots of snow (25+ cm) today here in Ottawa! Shoot me a private email and I will send you a PDF copy (originally deployed as .HLP files). Regards ... Chris
View ArticleRe: GUI Design Guidelines
Um... don't have your email anymore and I don't know how to do it from these forums. So, here's mine and you can reply to me (if that's ok): lmolter@network-synergy.com L
View ArticleRe: Thread callback to main thread
Hello Abdallah and thank you for your answer. I used your method above which wasnt working at first. My window timer event wasnt called directly until I changed iwindow.PostEvent( Timer!) to...
View Article