Re: Terminate the application (develop using PB 12.5) after certain time of...
Dear All,Once again I came back in this discussion, because I have done the impact analysis / discussion with business regarding the changes. We found the following problemCoding effort in terms of...
View ArticleRe: Accessing Powerbuilder application through OLE
Hi Babin; As Paul mentioned earlier - the DDE feature was deprecated in PB version 11.5. Since that feature is no longer being updated (or tested), I am not sure what to advise you further other than...
View ArticleRe: Terminate the application (develop using PB 12.5) after certain time of...
Hi Avishek; IMHO - you will need to explain exactly what your analysis found and what coding changes you recommended before we can comment further. Regards ... Chris
View ArticleRe: Problem deploying PNG toolbar images in pbr
The good news is that your transparent PNG images work great with Appeon when the application is deployed to either a Web Browser or Tablet.
View ArticleRe: Problem deploying PNG toolbar images in pbr
Thanks for confirming Chris, I will open a support case with SAP. Thanks, Karen
View ArticleRe: Problem deploying PNG toolbar images in pbr
Karen, As a suggestion, create a system environment variable called PBTOOLBARDISABLEMODE=1 and see if that helps. Thank you.Beverly Duquette
View ArticleRe: Problem deploying PNG toolbar images in pbr
Hi Beverly; FYI: That setting made no difference on my development PC as the icons did not appear. Regards ... Chris
View ArticleRe: Problem deploying PNG toolbar images in pbr
The environment variable did not work for me either. How do I go about submitting a bug report? Case Express doesn't seem to exist anymore. Thanks, Karen
View ArticleRe: Using file tables of SQL server 2012 in PowerBuilder
it seems the 'advantage' is to allow non sql access to the files, as well as non transactional access to the file: "the special thing is that you can access these files and directories from windows...
View ArticleRe: Slow User Interface with PB 12.6
Kevin, Any chance you have the PBDebug tracing turned on?Tools > System Options > General > Enable PBDebug Tracing That would make the app run very slowly, for sure. -Paul-
View ArticleRe: Using file tables of SQL server 2012 in PowerBuilder
Hi Ahmed; Sounds like MicroSoft is trying to emulate Oracle's External File feature. Unfortunately, they seem to have got the implementation wrong. In Oracle, you can map a Table to an external file -...
View ArticleRe: Slow User Interface with PB 12.6
Nope, I made sure that we're not in debug mode. It's not just a little slower, it's stupid slow. It takes more than two minutes to open a fairly light window that opens instantly when running from...
View ArticleRe: Windows Live Mail
Hi Yasir; I severely doubt it as PB still implements only basic MAPI and not extended MAPI or better yet SMTP. MS has added a lot of Anti-Spam checking in Live Mail and thus, any basic MAPI "mail...
View ArticleRe: Slow User Interface with PB 12.6
Hi Kevin; You are talking about PB Classic right ... not PB.Net? Regards ... Chris
View ArticleRe: new column is not showing after creating a webservice datawindow
The datawindow can only handle a "flat" result set response from a service. If the response has a structure, you'll need to create a normal web service client to retrieve the data and then move that...
View ArticleRe: PowerFilter Issues with 12.6
You need to have a valid SAP user id to access Marketplace and download patch levels: Software Downloads | SAP Support Portal
View ArticleRe: Slow User Interface with PB 12.6
Correct. PB 12.6 Classic running on Windows 8. I'm going to try loading 12.0 on the same workstation to verify that it's not just PB in general. Everything else works fine on the new workstation,...
View ArticleRe: FileWrite
I use EncodingUTF8! but show error when execute FileWrite (li_fichero, ls_xml) The variable ls_xml have: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><comprobanteRetencion...
View Article12.6 Classic RunTime Packager throwing "required files not found"
The program is looking in C:\PowerBuilder, but that is not where PB is installed. The files are located in c:\program files (x86)\Sybase\Shared. The RunTime Packagers for 9.0.2 7509 and 12.5.2 5629...
View Article