Re: Removal of msvcr71.dll
Your best bet would be to try taking a copy of msvcr100 and rename it as msvcr71 and see if PowerBuilder runs OK. You should submit a support ticket to point out the security issues with the older C...
View ArticleRe: PB upgrade from v9
Thanks for the prompt reply guys - Chris - so you have had no issues with the last build of 12.5.2? Roland - my hope is that I can run with the same license file. I wonder if anyone else has had...
View ArticleDoes PB 12.6 Support Oracle 12c Driver?
Good day! Looking at the PB 12.6 Classic Help, it seems that 12.6 does not support Oracle 12c, or at least, the Oracle 12c driver. I can connect if I specify SQLCA.DBMS = 'ORA', but that's the 11g...
View ArticleRe: Does PB 12.6 Support Oracle 12c Driver?
Yes - PBORA126.dll is the Oracle 12c driver. Support for Using PowerBuilder and Oracle - SAP PowerBuilder - SCN Wiki -Paul-
View ArticleRe: Does PB 12.6 Support Oracle 12c Driver?
Thanks, Paul. I saw that link, too, but the PB 12.6 Help reads: ORA Oracle 11g PBORA126.DLL What value should I put in SQLCA.DBMS? If I put 'ORA' isn't that 11g? What do I put for 12c?
View ArticleRe: Does PB 12.6 Support Oracle 12c Driver?
The first three characters of sqlca.DBMS matches position 3 - 5 of the driver file. For 12.6 you would use 'ORA' to use PBORA126.DLL. Previous versions of PowerBuilder had Oracle version specific...
View ArticleRe: Removal of msvcr71.dll
I believe according to SAP Help documentation that the latest version of PowerBuilder 12.6 no longer needs msvcr71.dll and uses msvcr100.dll. So this may be already addressed.
View ArticleRe: XML Data export in datawindow
Why do you want to have those in the data export? The export process creates an XML document that conforms to a schema, not the schema itself... Those properties are not part of the XML document....
View ArticleRe: Datastore Windows Handle Fix Speeds up Background Processing on Windows...
Hello everybody, amazing! It solved some problemes with us. Thanks for this thread! Are there any other "magic things" that I should know? ;-) regards,Tobias
View ArticleRe: Does PB 12.6 Support Oracle 12c Driver?
Hi Tom; While the PB Help states only 11G supported yet the link Paul provided states 12c. Its interesting to note though that there is only 24 bytes difference between PB 12.5.x and 12.6's...
View ArticleRe: PB upgrade from v9
Hi Jason; Yes, a few of my clients did and for that reason are staying with the PB 12.5.1 MR (build 4015). The issues were not the same between the clients as it certainly depends on what PB...
View ArticleDatawindow Rich Text format
Hi, I have a DW with a RTF-Column on it.I want to change the Style of the Selected values.If it is not formatted previously or if it totaly formatet the samt it is no problem.Example:- This is the Text...
View ArticleRe: Datawindow Rich Text format
Hi Christian; What version of PB are you using as the RTE Control changed in PB 10.5 and higher? Regards ... Chris
View ArticleRe: Datawindow Rich Text format
Hi Chris, it is PB 12.5.2.5550By the way the datawindow copyrtf function does not work.
View ArticleRe: Datawindow Rich Text format
FWIW: That functionality is working for me here on PB 12.5.1 build 4015.
View ArticleRe: My 45 day free trial only runs 30 days. Can I get another 15 days?
Hi David; I have seen the 30 day limitation mentioned quite a few times versus the expected 45 day trial time. I don't use the trial version as I have a proper license to apply right away when I...
View ArticleRe: Stop the Retrieve in the script
As I know this message comes if the previous request has a result set waiting to be processed.What's your database? I've tried it with Oracle 11 without this error.
View ArticleRe: ParentWindow() return Null Object Reference In PB12.6
Hi Chris, Thanks for your help! I had try to put your test code in clicked event of sheet,and when I clicked the sheet ,the messagebox was "No Parent Window!"
View ArticleRe: Datawindow Rich Text format
I see, let me shoot in the dark:- Parse the clipboard to extract the text between \pard \par- Use datawindow.paste() or datawindow.pasteRTF() to replace the selection EDIT:- If your format breaks after...
View Article