Re: PB 12.5.2 .NET assembly does not export ancestor functions
Hi Arcady, Can you consume your .NET web services from SOAPUI? If yes, it means the problem is in the powerbuilder classic side. When you generated the webservice proxies in PB Classic from the wsdl,...
View ArticleRe: Dynamic datawindow with parameters, how to modify sql select?
This is a documented limitation. "Limitations to using SetSQLSelect"Use SetSQLSelect only if the data source for the DataWindow object is a SQLSELECT statement without retrieval arguments [...]" So you...
View ArticleRe: DataWindow.Net 2.5 IE 10 support
Hi Miroslav, afaik CSS generation is only for XML Web DataWindow. Try to set the XHTMLGen.Browser property. hth Arnd
View ArticleGlobal variables in WCF service
Hello, allCan anyone point me to the document where dealing with instance and global variables in explained for WCF service in PB 12.5 ?I am not sure which variables (if any) exist only once for the...
View ArticleRe: Dynamic datawindow with parameters, how to modify sql select?
I've never had very much use for SETSQLSelect. I mean, building datawindows is easy. Manipulating them in PowerScript with dot notation or Modify() is much, much more difficult. 1) I'll build two or...
View ArticleRe: Dynamic datawindow with parameters, how to modify sql select?
Hi Bohumil, Not sure if this is relevant, but I dynamically create the content of some of my datawindows based on what I want users to see. I have a user function that builds the SQL for the datawindow...
View ArticleRe: DataWindow.Net 2.5 IE 10 support
I have tried to set Request.ServerVariables.Set("HTTP_USER_AGENT", " ..... (compatible; MSIE 7.0 ....") and it works now. Not sure if it is best solution .... Miroslav
View ArticleRe: Global variables in WCF service
Hi Arcady; AFAIK there is no such document detailing the best WCF approach(es). What I have been doing is following the EAServer - Sybase's original application server - best practices and coding...
View ArticlePB Classic Callbacks from .NET assembly
Hello! I'm working with a large scaled PB Classic 12.5 application and we are now going to implement some modules of the code in PB.NET.So we are still going to have a Classic application but with some...
View ArticleIssue with Datastore in powerbuilder 12.5.net version
Hi Team, I have created a function in a non visual object.The return type of the function is Array of Structure.In side the function i have declared a function ,describer in below code. DataStore...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
There was a bug in the initial version of PB.Net 12.5 with returning an array of a structure from a WCF web service. The CR for it was 723313 and it was shown as resolved in build 4971 or later.
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
HI Bruce, I am using PB 12.5.2 Build no- 5002.Is this issue exists on this version also,Can you please let me know How to save a datastore in debug mode.In previous mode i was using...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Hi Bruce, While i am saving hard coded values in the structure and returing this structure to webservice, then the structure values are retriving.So i dont think this issue is still exist in the...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
I might be missing something here, in which case I'll no doubt be corrected very quickly, but when I went to school 'lds_members = of_GetStuff()' was never going to achieve anything, other that messing...
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Thanks paul. I will be use ''lds_member.Object .Data.Primary' and let you know.
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Hi Paul, I 'used this one, 'lds_member.Object .Data.Primary'.But its not working.As i am able to see the inner function is returing 164 records, but when i am doing the rowcount of...
View ArticleRe: pbm_dwnkey code kills datawindow entry tab-out
Hi William; What you describe the code doing should not interfere with the TAB action. Are you sure that there is no ancestor code being affected? Also, does your code return a value or play with...
View ArticleRe: pbm_dwnkey code kills datawindow entry tab-out
You could add an item to the window's menu that is hidden and uses F8 as the shortcut.
View ArticleRe: Issue with Datastore in powerbuilder 12.5.net version
Let me see if I understand. function nvf_member_search() returns str_Name[] In this method, you create a local datastore (I'm assuming it's local because of the "lds" prefix). This exists for no other...
View ArticleRe: pbm_dwnkey code kills datawindow entry tab-out
Have you tried the identical code on a bare datawindow object? With no ancestor code to interfere, you could at least rule out an inheritance problem. Also, do you have code on any other datawindow...
View Article