Re: Cannot Install PB Runtime 12.0 or 12.5 on Windows 8 Server 2008 R2
Thanks Gentlmen!! I don't know how the '8' in Windows 8 Server 2008 R2 got in there, but it is just Windows Server 2008 R2. I copied msvcr71.dll , msvcp71.dll and atl71.dll to the c:\windows\system32...
View ArticleRe: Cannot Install PB Runtime 12.0 or 12.5 on Windows 8 Server 2008 R2
Hi Paul; MR = "Maintenance Release" The official MR's are 12.1 - Build 651812.5.1 - Build 4015 Anything else is an EBF. Regards ... Chris
View ArticleRe: Why PB application run slower in Windows 7 than XP?
Hi Patrick; I would have to say in general that in all my W7 versus XP testing that PB runs about 15-20% slower on W7 than XP. Now, this can be counteracted by stepping up the memory and CPU power...
View ArticleRe: Datawindow BUG in Powerbuilder .NET (12.5.1 4953)
I still have the error /Georgios#SoonReinstallComputer
View ArticleRe: Free Powerbuilder GIT MSSCCI provider
Adding new builds on this page....PB Software :: Products
View ArticleRe: Cannot Install PB Runtime 12.0 or 12.5 on Windows 8 Server 2008 R2
It is kind of unfortunate, but the final solution was to do the full installation for PB 12.0 and 12.5 and then apply the EBF's to match my deployment builds. It is a bit of a disk pig but it work and...
View ArticleHow to migrate PB web services and web applications from 2003 to 2008 MS Server
Greetings All, I have a bunch of web applications that I have deployed to a Windows Server 2003 server. The server is not behaving well and I need to move all of the web applications and web services...
View ArticleRe: How to migrate PB web services and web applications from 2003 to 2008 MS...
Hi Paul,I think I use IIS6 on 2008 server (from memory and don't ask why)Also, at the moment I deploy direct. MSIs used to work but now crash. PB 12.5.1HTHLars
View ArticleRe: Automatic scrolling inside DW
Hi Panos, You can also map lbuttondown, mousemove and lbutttonup events of the datawindow control. in the lbuttondown event store the ypos in an instance variable if the ObjectAtPointer() is your...
View ArticleAbsolute position of a control
Hello community, I need to find the absolute position (x,y) of a control (eg: column ) I'm able to get the parent datawindow position by using: Function boolean GetWindowRect( ulong hWnd, REF...
View ArticlePowerbuilder an Chinese Characters
I am using powerbuilder 12.5.2 Build 5006 with a MSSQL Server 2008 SP2 database.Version 10.0.5500.0The connection to the database uses ODBC and the connect string...
View ArticleRe: Absolute position of a control
Hello Nuno, I think you'll have to give us a bit more information to work with. For example the only reason I can think of to use a Windows function to find the position is that you are working with...
View ArticleRe: Absolute position of a control
Thank you for your quick reply Paul, Yes, I want to find the absolute position on the screen I'm using PB 12.5 Classic Nuno Madeira
View ArticleRe: How to migrate PB web services and web applications from 2003 to 2008 MS...
Hi Paul; I am using IIs on W2008R2 and IIs is version 7.5 on that MS-Windows system. FYI: For PB Web Services, is use PB's MSI packaging and these install great. I loaded the PBVM for these using...
View ArticleSqlServer-proc Getutcdate
Hi thereIs there an analogue for this procedure in SqlAnywhere?Need to get the time-diff between the Regional Settiing Time and UTC-time in a Sybase-db.PB 11.5 Regards Outi
View ArticleRe: SqlServer-proc Getutcdate
I think this might help: http://infocenter.sybase.com/help/topic/com.sybase.help.sqlanywhere.12.0.1/dbreference/timestamp-with-timezone.html
View ArticleRe: REST Client Proxy Question
Bruce - I tried the same steps with a .NET assembly. When I try to use the REGASM it says it is not a valid .NET assembly. Can you tell me what might be the problem? I have sent you the updated...
View ArticleRe: SqlServer-proc Getutcdate
Hello Roland Yes, you're right, it helped. Thanks a lot Outi
View Article