ToolTip usage in PB 11.5
Hi there I try to use tooltip for a dw-column but can't get it work.Step-1: Dw-column selected>ToolTip.Tab>Enabled> Checked that's it.Step-2: Put some logic in an user-event...
View ArticleSource Code Control for PowerBuilder Classic & .Net
We are looking at moving from the PB Native Source Control System in PowerBuilder 12 Classic to a third-party SCC system. Since we plan to move to PowerBuilder 12.5 .Net next year, we want a solution...
View ArticleLicenses - where are they?
I have a need to re-assign a license. I used to do that on the Sybase Product Download Center (i.e. Subscribenet). Is that still the place? If so, I don't see the two licenses that we generated in...
View ArticleDatawindow BUG in Powerbuilder .NET (12.5.1 4953)
Hi ,I have created a wcf service in Powerbuilder .NET (12.5.1 build 4953).If I want to modify a datawindow , for example add a column or modify the datatype Powerbuilder .NET crashes.In other words I...
View ArticleDynamic datawindow with parameters, how to modify sql select?
How to change sql select in Sybase.DataWindow.Wpf.DWDataWindowControl PB 12.5 dynamically? int rtn = dw.SetSqlSelect(usql); // return -5, doesnt change sql...
View ArticlePB.Net 12.5.2 Dynamically Created Updateable DW
performed the usual ds_obj = create datastoreds_obj.create(sqlca.syntaxfromsql("select keycol,col1,col2 from tab1","style(type=grid)",ls_err1),ls_err2) Then created the ds_obj.modify string to identify...
View ArticleProblem in saving PDF's in PB.NET 15 (greek regional settings).
Hi. Using PB.NET 15 Build 2005. Trying to save a PDF file with datawindow's saveas function. I receive the following messages (i provide two screenshots because the modal assertion window shows twice)....
View ArticlePB .net 12.5.2, datawindow retrieves choke on Oracle TO_CHAR function
Oracle 11g, we've got at least a couple of these datawindows. Just another PB .net glitch?
View Articleusing preauthentication in SoapConnection
We have the code below. When it runs form A simple PB client (a button) preauthentication is working. When it runs from EAServer it does not. Any ideas? Powerbuilder 12.5.2 build 5609 Long...
View ArticlePB 12.5.2 .NET assembly does not export ancestor functions
Hello, allI am having a serious problem here (and I remember raising it once before, but I thought it was solved already).I have an ancestor class for a service. It has a InitializeComponent function...
View ArticleDataWindow.Net 2.5 IE 10 support
Hi, I know DW.Net is not supported but we have still used this component. I have recognised issue with IE 10 . CSSs for WebForm are not generated. I have tried to changed HTMLGen.Browser property but...
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 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 ArticlePB 12.5.1 Build 4015 Excel 12 Save As
We recently have clients with new W7 PCs and they have O365/Excel 2013. I have a simple save as function parent.idw_results.SaveAs ('', PDF!, TRUE). Saving out to Excel 5 does not work with very...
View Articlepbm_dwnkey code kills datawindow entry tab-out
I've added code to a datawindow user-event to 'ditto' code in a current column to code the preceding data. It is set up under the pbm_dwnkey Event ID. If a user presses the F8 key when in a column...
View ArticleHow to control the scroll property of a tree view control
Hi, I have a tree view control created using a table data source. Particular item in tree view has three levels for the root item and there are number of root items will be available in the tree view....
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 ArticlePB.NET creating ancestor classes in separate assemblies
Hello, allCan someone point me to a walkthrough on how to create ancestor classes and lock them into either PB or .NET assemblies? Becasue, after creating an assembly with an ancestor class, I cannot...
View ArticleProblem in saving PDF's in PB.NET 15 (greek regional settings).
Hi. Using PB.NET 15 Build 2005. Trying to save a PDF file with datawindow's saveas function. I receive the following messages (i provide two screenshots because the modal assertion window shows twice)....
View Article