Re: pbm_dwnkey code kills datawindow entry tab-out
Are you returning the appropriate value from your event?
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
If you're using DataStore lds_member as a quick reference to a datastore that's being returned from a function, you don't need to create, assign data object, or set transaction. You're essentially...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Hi Paul, Thanks and your assumption is correct.I have removed the create statement and the assigning of dataobject to the datastore in nvf_member_search. Now i have deployed the webservice and trying...
View ArticleRe: PB 12.5.1 Build 4015 Excel 12 Save As
I copied these dlls with the exe to fix the issue. I reviewed help yesterday and saw about the Framework 3.# reference but missed the other help ... LOL, guess I was burnt out ... thank you!
View ArticleRe: pbm_dwnkey code kills datawindow entry tab-out
Thank you everyone. Problem solved - as suggested by Scott I checked the return value of the user-event. By custom, I'd used 1. I'm remiss to say that the PB Help said use 0 to continue processing....
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
2> How can i debug a webservice target, I know of a couple of ways to do this. Launch wcftestclient.exe (C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE) and use it. It's great...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Thanks Mark. I already serach for the wcftestclient.exe , but i am not able to get in my system.Though visual studio is installed. Yes, i am following the second point only.by creating a WPF...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Hi All, thanks for your inputs and suggestions.After a lot of debugging , analysing i got to know that this is related to database connection issue. I Created a WCF target.In the WCF target i have...
View ArticleRe: How to control the scroll property of a tree view control
Hi Todd, I'm using PB12.5.2 Build 5006 Classic version. Still I am facing this issue. Thanks,anoop
View Articlehow to track the report calling from powerbuilder?
Suppose I have a powerbuilder application myapp. there are many reports created with pb. There are 2 possible for pb report: datawindow get data from stored proceduredatawindow get date with sql. myapp...
View ArticleRe: how to track the report calling from powerbuilder?
Hi Kent; Here is what I do in my Transaction Object to associate the time in ASE to the application & user ... SQLCA.LogId = "Chris.Pollach"SQLCA.DBParm =...
View ArticleRe: how to track the report calling from powerbuilder?
I guess there's no other solution than to modify your code and create a log every time the report is run.
View ArticleRe: how to track the report calling from powerbuilder?
Modify sp code is fine. But not sure if possible to get client ID(for example, IP address) in the SP? modify pb app has many problem, need to redeploy the app.
View ArticleRe: How to set printing properties for...
We have referenced .net assemblies Sybase.DataWindow.WPF, Sybase.DataWindow.Common, Sybase.DataWindow.Core, Sybase.DataWindow.Shared in c# projects for presentation Powerbuilder reports created years...
View ArticleRe: how to track the report calling from powerbuilder?
We did this with Proxy Authorization. That's where you connect to the database with one user, but you can assume the authorization rights of another user for specific purposes. So your app would have...
View ArticleCalling a function on a COM object and returning data to load into a datawindow
I'm sure this question has been answered before and I could swear I've seen Bruce demonstrate something like this, but my Google skills have failed me. I have a C# dll that Powerbuilder classic can get...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Perhaps the isolated shell is what you have installed. I don't know if it installs the test client or not. It may get installed if you install VS Express. It is very handy if you write a lot of web...
View Articlehow to find out data source for a datawindow?
I have a datawindow and I want to identify it's datasource. I open this datawindow in pb. then in design menu, Data Source is disabled. It means not direct sqlThen I go to Column Specific(small...
View ArticleRe: Calling a function on a COM object and returning data to load into a...
To add a bit extra, here's a much simplified version, I have a feeling I'm being really stupid Here's some simple C# code: publicClient ArrayTest(){ Client client = newClient(); client.string1...
View ArticleRe: how to find out data source for a datawindow?
Hi Kent; 1) I would use the RHMB on the DWO in the System Tree and select the "Edit Source" option. 2) In the DWO source, locate the "TABLE ( ...." line 3) If the next major line starts with...
View Article