Re: PB.Net 12.6 features
You can read about the features here: SAP PowerBuilder 12.6 – SAP Help Portal Page Unfortunately, the documents contain links to the Sybase.com web site for more information, which is currently...
View ArticleRe: PB.Net 12.6 features
That's what I thought. Do you know if there were any bug fixes specific to PB.Net? Seems like there would have been some low hanging fruit there.
View ArticleRe: PB.Net 12.6 features
I had a number of PB.Net open issues that I tested against the release during the Partner Test in May. I believe a number were addressed, but unfortunately I don't have records of what they were and...
View ArticleRe: Can you change column formats in child datawindows?
Bummer ... One last suggestion then: 1) SetReDraw ( FALSE)2) Do your Modifies3) SetReDraw ( TRUE)
View ArticleRe: Problem in accessing the web service through https
Hi Paul, Our application is written in PB Classic and we do not want to migrate to PB.Net now at this moment. Thanks,John
View ArticleRe: Terminate the application (develop using PB 12.5) after certain time of...
The OP was not very clear though. It states that it is ok in PB5.0 but did not mention that the query in PB5.0 was quick or still took 4 minutes or so... If the query in PB5.0 still took longer than 2...
View ArticleRe: Terminate the application (develop using PB 12.5) after certain time of...
Hi Neil; You present another good alternative for sure! Happy New Year! Regards ... Chris
View ArticleRe: Problem in accessing the web service through https
Hi Chris, I am using the EasySoap in PB Classic. I tried using "Use .Net Engine" in the Proxy wizard and getting "Cannot access the WSDL or the WSDL file is invalid". That same wsdl file worked very...
View ArticleRe: Problem in accessing the web service through https
No - you don't have to migrate your entire app to PB.Net. Bruce Armstrong has more experience here (and I haven't tried this myself), but I think you can use PB.Net to "wrap" the call to the secure web...
View ArticleRe: Terminate the application (develop using PB 12.5) after certain time of...
Thanks Chris. Happy New Year to You too! Wish all the best for us PB'ers in 2015 and the years ahead... Best Regards,Neil
View ArticleOracle Merge statement not working in power builder
Hi, I use power builder 12.5 classic. I need to use oracle 'merge into table when matched... 'statement in the save event of a window. But i get the error, warning C0014 undefined variable merge....
View ArticleRe: Menu become unresponsive in power builder
Hello All, We are able to find issue and it was Yiled() written in one post function which was causing issue. I would like to ask another question.- Is there any possibility that Yield or Yiled written...
View ArticleRe: Oracle Merge statement not working in power builder
What version of Oracle? And which database driver are you using? -Paul-
View ArticleRe: Problem in accessing the web service through https
Hi John; It should not matter what application server hosts the Web Service. The key is that it uses standard data types as input and the same ANSI standard data type when returning any result set....
View ArticleRe: Oracle Merge statement not working in power builder
Hi Krishna; PowerBuilder has its own DML parsing part to its PowerScript compiler. The approach is to locate standard DML commands and check them for validity. PowerBuilder does this through using a...
View ArticleRe: DataWindow.Print.Paper.Source not working
Has somebody tried to change the paper bin modifying the DataWindow.Print.Paper.Source property with success?
View ArticleRe: DataWindow.Print.Paper.Source not working
It works for me with Kyocera printer (PB 12.1). lds_temp.modify ("DataWindow.Print.Paper.Source=0")(Source: auto) lds_temp.modify ("DataWindow.Print.Paper.Source=4")(Source: universal)
View ArticleRe: Can you change column formats in child datawindows?
Happy New Year everybody! I've tried this using the dot notation and looking at the format once assigned to confirm that it's changed. Still no effect on the output report. Just to confirm that I'm...
View Articleadvantages and disadvantages of using crystal report with power builder
Hello All, We are planning to integrate Crystal Report with Power Builder. Please help us to identify pros and cons of using Crystal Report with Power Builder. We are using Power Builder 11.5. Please...
View Article