Re: Need Help Orcale Problem
Completely forgot about that Oracle bug. Oracle XE (10g) had that bug. And because you can't get updates for XE, you were stuck. Reinstalling into a directory that didn't have () was the only solution.
View ArticleRe: SetFullState in a WCF Service
Deise, You did not specify why you are using Get/SetFull state between your client as the middle tier.If you are just interested in getting the data then you can return it as an array of value objects...
View ArticleRe: PB 12.5 Classic use .NET Assembly
I ran REGASM and I can find entries in the registry. I dragged and dropped the assembly to c:/Windows/Assembly and then it worked. However i'm hearing I should have gacutil for this but I cant find it...
View ArticleRe: PB 12.5 Classic use .NET Assembly
Yes, by default REGASM created registry entries based on the strong name and looks in the GAC for the assembly. You can change that using the codebase attribute or by making the assembly a private...
View ArticleRe: Contol array - is there a limit?
Hi Russ; Suggestion: You might want to try doing a "Full Build" on your target after adding the new TP ... especially with the heavy PFC framework - to get all the related code generated properly. I...
View ArticleRe: PB 12.5 Classic use .NET Assembly
If you don't want to register the com object you can always use a manifest file to hold the COM entries. That's actually the way we do it, not only for .Net assemblies but for ActiveX controls as...
View Articleworking with WS
Are both web services using the .Net engine? Is the pbwsclient115.pbx in that directory as well? Do you have the .Net Framework installed on the machine?
View ArticleRe: Display tif file
Hi Moshe; I do that all the time in PB using either the InkEdit or InkPicture control as these render TIFF images just great! You can also use the these control equivalents in the DataWindow as...
View ArticleRe: Contol array - is there a limit?
1) If you have never swapped the PFC's out for the version that matches your PB then that could be the issue. Just migrating the old PFC forward is a "ticking time bomb" for a "gotchya" to creep into...
View ArticleRe: WPF Storyboard on PB.NET V12.5.1Build 4015
Hi Mark; I think that you are 100% on the money with that assessment, as PB.Net converts sheets to tab pages behind the scenes on an OpenSheet ( ) command. Thus the whole processing paradigm could be...
View ArticleRe: SetFullState in a WCF Service
Hi Deise; And what Yakov stated is partially correct as while you could store the PB Classic DWO syntax in the DBMS and send it back to the PB Classic client - you still cannot transfer the buffer...
View ArticleRe: dw.saveas PDF
Weird ... none of my MS-Windows 7 PC's worked with GS 9.x until I installed GS 8.64 or 8.71 first!
View ArticleRe: WPF Storyboard on PB.NET V12.5.1Build 4015
Bruce,I created a sample app that illustrates the behavior and uploaded to my skydrive. https://skydrive.live.com/#cid=D13D80A62EA55460&id=D13D80A62EA55460%21108 The ue_open event on the...
View ArticleRe: Contol array - is there a limit?
Can you reproduce this in a small sample outside of your application?
View ArticleRe: dw.saveas PDF
Yes Chris. It's a bug. Ithink I opened a case some time ago. Also I believe it's related to my regional settings. I'm facing also an issue with saveas xls in pb.net 12.5 with Greek characters. To...
View ArticleRe: Contol array - is there a limit?
Hi Russel,Although I understand your symptoms Several thing you are pointing out are not technically accurate. Please allow me to state to an accurate description of how tab references are managed....
View ArticleRe: Any remarks or tips before migrating from powerbuilder classic to .net?
I think we miscommunicated. I wasn't asking if your database changed. I was asking if the driver you are using to access it changed. Were you using O10 or ORA before and are using ADO.Net now?...
View ArticleRe: Modify Edit Style on cells in dw_list @runtime
Hi Steinar; Absolutely! However, you can not use an DW "expression" for this. Instead, you would have to script the change externally to the DWO using the Modify ( ) command. For example ......
View ArticleRe: Modify Edit Style on cells in dw_list @runtime
Are these actually the same column? We have such custom column capability within our application, but we store each custom column as a separate column in the database. The problem is that if it is the...
View Article