Re: Where is the old Sybase/Powerbuilder newsgroup archive these days?
Thanks Randy. I don't use Google groups that often. I actually have sybase.public.powerbuilder.general as one of my groups. Its too bad a Google doesn't bring them up in the result for a regular...
View ArticleRe: Where is the old Sybase/Powerbuilder newsgroup archive these days?
The feed between Google Groups and the Sybase Forums broke years ago. There is only a small portion of the actual messages from the Sybase Forums there.
View ArticleRe: Where is the old Sybase/Powerbuilder newsgroup archive these days?
The NNTP Archives is the only place I know of where they are publcially available. I've notified the guy who set up the site that it appears to be down again.
View ArticleRe: PB 8.x manual
If you have the original CDs, one of them should be labelled Technical Library or Product Documentation.
View ArticleRe: PB 8.x manual
Indratno, The documentation is available online. I do see PB 8.0 but not 8.0.2 specifically. http://downloads.sybase.com/nav/summary.do?prod=9584&archive=1 HTH,Beverly Duquette
View ArticlePowerbuilder won't activate after upgrade
We currently have PowerBuilder 12.5 installed on a Windows XP machine. This was licensed and activated properly. So we tried to install 12.5.2 on a new Windows 7 machine. After upgrade, when I ran...
View ArticlePowerBuilder code documentation with text search
I'm looking for a tool that can analyze our current PowerBuilder code set and allow it to be documented so it can be browsed/searched by other developers. I have a trail of PBDoc which is almost...
View ArticleRe: PowerBuilder code documentation with text search
You might look at Visual Expert: http://www.visual-expert.com/ PBSearch is also quite useful: Topwiz Software - PBSearch
View ArticleRe: Powerbuilder won't activate after upgrade
Did you check in your existing 12.5 license? You'll have to do that before you can generate a new license.
View ArticleRe: Error report datawindow saveas PDF PB12.5.NET
Thanks Bruce armstrong,mean that I don't need to used datawindow.saveas anymore?I can direct save my datawindow by usng pdfsharp? Regard,
View ArticleRe: Error report datawindow saveas PDF PB12.5.NET
What I mean is that if you use SaveAs ( "filename.pdf", SaveAsType.PDF!, false) and you don't set those custom properties, then PB.Net will automatically use PDFSharp for you. PB.Net uses that to...
View Articleue_filter in menu is not working pb7 window
Friends, We have included ue_filter (pfc) option in a menu in all the windows.I got an issue in one window, that the ue_filter option is not working.when i click the filter icon in the toolbar its not...
View ArticleRe: ue_filter in menu is not working pb7 window
Hi Sathy; I would suggest that you use the PB debugger and set a break point in the above script on the "PostEvent" command and again in the actual "PE" script. Hitting the break point on the PE...
View ArticleRe: Powerbuilder won't activate after upgrade
An "upgrade to 12.5.2 on a new machine"? That's technically not an upgrade, it's a new install. Unless you have unallocated licenses left in your SAP account, you'd need to follow Terry's advice and...
View Articleshortcut key from menu on main window
Good day I have windows of type main which have many resize events on the datawindows residing on it and space is tight. It sits outside our main app container which has a menu control. I require some...
View ArticleRe: ue_filter in menu is not working pb7 window
Check if the l_sheet is valid and check the active sheet if you have code in your ue_filter event and what code you have in there.
View ArticleRe: PB.NET - DW initial column values are lost!
Hello Arcady, I'm afraid but could not reproduce your issue using a small DataWindow SELECT statement . Firstly, I tested your scenario using the PowerBuilder Classic IDE by following these steps: a)...
View ArticleRe: Powerbuilder won't activate after upgrade
Hi All, I finally got a response from Nina who gave me the instruction on how to upgrade. I followed the instruction to 'Edit System' instead of 'New System', and not use IE. The reason I could not...
View ArticleRe: Calling a function on a COM object and returning data to load into a...
Sorry for the delay in replying. ImportString seems like an excellent idea and I've got it working after creating my first Import Template on a datawindow. I've always wondered what the new XML thing...
View ArticleRe: Release memory after call to .NET COM object via OLE
I'm using ConnectToNewObject, however I did originally have it connecting just once and still had the same problem. I will look into ConnectToObject and see what happens if I use that. Thanks for your...
View Article