Re: ACROPDF.DLL(Adobe Reader 10 n later versions) as OLE in Powerbuilder 10.5...
You should try the Microsoft WebBrowser control instead. It places an Internet Explorer browser control on your window. You can navigate it to your PDF file and the Acrobat browser plug-in will...
View ArticleRe: PB crash when calling datawindow update via Stored Procedure
Hi,Thanks Chris and jacob for your reply,we tested the same datawindow with pb 12.6 and we got the same result:
View ArticleRe: Looking for a Test-Tool to test the UI of a PowerBuilder Application
Three main tools I would suggest you look at. 1. IBM Rational Robot. It's what we use now, mainly because we've got tens of thousands of lines of automated testing script that we would have to...
View ArticleRe: Looking for a Test-Tool to test the UI of a PowerBuilder Application
Hi Bruce; FYI: 1) The ROBOT product is EOL and has been replaced by "Functional Tester". 2) Ascential Test is very good .. tried it out a few months ago. Also, spoke to the CEO and they are working...
View ArticleRe: PB crash when calling datawindow update via Stored Procedure
OUCH .. what client connection mechanism are you using to talk to O11G?
View ArticleRe: PB crash when calling datawindow update via Stored Procedure
Hello, Can you share: The stored procedure DDLan export of your DataWindowthe database connection settings used in your application Can you enable the database tracing (e.g. SQLCA.DBMS = "trace ORA")...
View ArticleRe: PB crash when calling datawindow update via Stored Procedure
ok, after some tests we found the scenario causing the crash:in stored procedute update windowthe first parameter is used in OUTPUT,the second parameter is set as UNUSED,the other parameters are in...
View ArticleRe: outlook question
Hi Neil , I works with the Hebrew office so I don't know how to translate exactly to englishits something like : " The command line's argument is wrong. check the convertor you are using" does it make...
View ArticleRe: Resize problem
Hi Ahmed , well , its a little bit more complicated ...you know I have tabs with dw in it ,a dw menus I have created and so on... thanks any how
View ArticleRe: Shared Variables behavior long ago
Hi Larry; Shared Variables are fully accessible (no special coding required) between multiple instances of the same object class. Have a look at my STD Foundation Classes for examples of their...
View ArticleAdd AEM users
is there a way to create additional users in AEM that has AEM log in rights, but doesn't isn't the admin user?I want to allow other administrators to have access to the appeon server, but i don't want...
View ArticleRe: MDI menu question
Per default the opened sheets are listed under the next-to-last menu. Last is "Help" , so they appear under "Window". No need for sheet menu. Do you dynamically hide some "top" menu items?
View ArticleRe: Add AEM users
Hi M; You are correct ... the AEM (Appeon Enterprise Manager) only recognizes the "Administrator" entity and once logged in, the Admin can perform any functionality. Very similar to EAServer's Admin...
View ArticleRe: Need to call a web service from PowerBuilder Classic 12.5
If your client is PB.Net increase the buffers for your proxy.Here's an example... client.wcfConnectionObject.BasicHttpBinding.MaxBufferPoolSize =...
View ArticleRe: Need to call a web service from PowerBuilder Classic 12.5
Estimado Mark. Gracias por ru respuesta. El problema q tengo es q . Es en power builder 11.5. Y no sl encuentro esas propiedades..???ldonde las configuro
View ArticlePB 12.5 problems with MS Sql Native Client
Hi all! I've been wondering if there are some of you that had encountered problems in PB 12.5 apps with MS Sql Native Client. There are instances that the applications that i have deployed encountered...
View Articletranslate drop down calendar?
Is it possible to translate the drop down calendar in datawindow to other languages? Or a workaround? It's terminal server, so we can't change the language of te OS. Best regards,Danny PB 11.5SQL...
View ArticleRe: translate drop down calendar?
Hi Dan; No, PB does not support localized versions of the DDC. You could get localized versions of PB for some languages which would address this issue somewhat. However, there were not a lot of...
View Article