To save excel file xls from powerbuilder 11.2
Anybody can advise me to save an excel (.xls 2003 format) from PowerBuilder , the excel application not be visible to the user . Following is my code. I want to save that file ( if exist , it...
View ArticleSetItemStatus for all Rows?
PB 12.5.1 I was wondering if there was a hidden trick to set all the row status' in one call instead of looping through all the rows. Chris Craft
View ArticleDatawindow.net 1.0
We have Datawindow.net 1.0 and are using it with Visual Studio 2003 with no issues. Can this version of the datawindow.net be used with Visual Studio 2008, also? Our newer projects are using this...
View ArticleOvercoming the "moderation trap"
So, you're posting questions, or perhaps even answers, on SCN but it's taking a lot time before they actually get posted. In the case of answers, you aren't getting credit for your good answers...
View ArticleWho is using the HTML/WebDatawindow for a website and how?
Hi Guys, I am using a PB11.2 COM+ object based on the PB Webdw code example. I am calling the object via ASP JavaScript and have had great success with this for many years. I heard COM+ support has...
View ArticleHow to Get UNC from a WCF service ??
hi ,I'm using powerbuilder .Net 12.5.1I have created a wcf service with a method which I want to resolve the path.For example I want to pass in my method "Q:\Myfolder" and I want the method to resolve...
View ArticleWebsite Just Announced - PowerBuilder Central
From our colleagues at PowerBuilderTV.com and Novalys!! From the community, for the community. Whether you wish to develop desktop, web or mobile applications, this site brings together resources...
View ArticleHow to implement INotifyPropertyChanged
Can someone please show me how to implement this interface? I keep getting the error: 'c__w_window' does not implement interface member 'System.ComponentModel.INotifyPropertyChanged.PropertyChanged'...
View ArticleSynchronising databases
I am implementing a local database for off-line usage.However, I need to synchronize it with the main database when on-line.I am looking for tools/techniques/tips/code/suggestions as to thebest way to...
View ArticleVisual Studio Vs Powerbuilder
ok guys, I have to prepare for a session to a meeting where I have to convince developers to switch from Visual Studio to Powerbuider. Can you give me 10 good reasons for the mission? ty GMY
View ArticleWindows Instantiation Overhead in Win7 vs WinXP?
We have a PowerBuilder Application written in PB 10.5 Classic. It is an MDI app based on the PFC and for some of the application windows with many tabs and datawindows we have noticed an large...
View ArticleIs 32 Bit PowerBuilder Classic Dead on Windows 2012 Server
We have been hosting our application as a service for a short time on an old Dell Server on Windows Server 2008 R2 and recently our business expanded and we decided to buy some 12th Generation Dell...
View ArticleHow to manipulate window titles listed under the 'Windows' menu
Hi,I'm using PB 12.0 Classic, and PFC, and thought this would be something simple, but now I'm pulling my hair out. In our MDI application, we have users opening up multiple instances of the same sheet...
View Articlepb12.5 Classic - .net assembly issue
hello, i'm trying to create a .net assembly using pb12.5.2 classic. the compile is fine, however, when i try to consume the dll in either pb12.5.NET or VS2010, any reference to the dataobjects does...
View ArticleCount visible group headers in a datawindow
In a grid datawindow, i want to get the Y position just after a given row (to display a detail object just below the row).I did this function : public function integer of_y_from_row (long al_row); //...
View ArticlePBCLRTRT120.MSI chokes on pbjvm120.dll
Why cant the MSI register pbjvm120.dll? MSI Error message: "...pbjvm120.dll failed to register" Only happening on new win7 64 bit machines. The below files are in the c:\windows\system32 folder as is...
View Articlepb12.5 set page size in rich text control?
is there a way to set page size in rich text control?
View ArticleStopping DDDW from dropping down automatically when user tabs into column
I have a data window with many rows and columns. Most of the columns have DDDW's. All of these DDDW's have been retrieved using a child datawindow retrieval. The problem is when a user is trying to tab...
View ArticleHow to implement INotifyPropertyChanged
Can someone please show me how to implement this interface? I keep getting the error: 'c__w_window' does not implement interface member 'System.ComponentModel.INotifyPropertyChanged.PropertyChanged'...
View ArticleMapVirtualPath in WCF service
Hi ,I have created a WCF service (Powerbuilder 12.5.1.) and I have added some code that worked fine in a classic asmx service #IF defined PBDOTNET THEN ls_sourcefile = MapVirtualPath(ls_path)...
View Article