Match and get data from datawindow
Hi All, With PB12.5 here. I have a datawindow: dw_installation_dept with few columns: Department.deptID, Installation.InstID, Installation.InstCode, Installation.InstCode. Have a dropdown control at...
View ArticleProblem with Powerbuilder MAPI / Mozilla Thunderbird / Tobit David
Hello, since PB 12.6 (Build 4035) we have problems using the "mailsession" object with programs like "Mozilla Thunderbird" or "Tobit David". Although e.g. Mozilla is the default email client on the...
View ArticleTo add more worksheet to excel
Hi All, With PB12.5 here. Would like to know if possible to add extra worksheet into excel, as it is default to 3 sheets now.When I code to insert data into WorkSheets[4], it will prompts error "Error...
View ArticlePB/Infomaker Database connection - Display User Functions
In the database connections where it displays "Procedures and Functions" it is only showing procedures... how/what do I need to do to display user functions, I can see stored procs but not functions.....
View ArticleWord Document used for background on a datawindow
I have datawindows, that are used to print letters.Many of my clients want to use some form of letterhead to print these letters on.Is there an easy way, to use a word document as the background for...
View ArticleSaveas PDF not working in Web application using assembly created by PB.NET 12.6
Hi, I’m using PB12.6. I have a web application that need to print the report created by PB. I create a simple assembly in PB.Net to test it. This assembly has a simple function using datastore to save...
View ArticleGeneric PB Web Application in 12.5
Greetings All, I am trying to create an email that goes to our billing people so that they can approve or disapprove a charge override. I have a web site that I created in PB WebForms that is so...
View ArticleMLSync object - SQL Anywhere 17
Hi, i need a MLSync object that is compatible with SQL Anywhere 17.PB126 Build 4081 does only have MLServerVersion 16. Does anyone know something about a new version? Thanks Regards, Tobi
View ArticleCan you execute a stored procedure in the PB DB painter that returns an...
I have a simply Oracle procedure that returns a date such ascreate or replace procedure dbtest."sto_oracle_dtm" (adtm_today out date)isbegin select sysdate into adtm_today from...
View ArticlePowerBuilder COM component - transaction not connected
Hi, I have powerbuilder COM component (PB 11.2) used by 2 .net web applications. Both the .Net applications using same application pool. All the database interactions are in the COM component. One...
View ArticleSQL Anywhere - How get OUT-parameters of stored functions in PB
Hi, is it possible to get the out-Parameters of a sp (SQL Anywhere) in Powerbuilder?He read something about indicating that :ls_output is an OUTPUT variable (**OUTPUT**), but that does't work. Here is...
View ArticleCrash debuging PowerBuilder 12.5.2 Classic Target WinForm
Hello fellows Is there anyway to debug an application that was developed with PowerBuilder 12.5.2 Classic using WinForm Target (compiled in Windows .NET Forms Application). Application runs ok but...
View ArticleCreating COM library in PowerBuilder.Net
Hi Anybody how to create com library using the PowerBuilder .Net 12.6 . I have tried in PowerBuilder using the Target PB assembly and .Net Assembly in PowerBuilder.Net but no success. Thanks,Balu
View ArticleCode in OLE Control Events within PowerBuilder not executing
Hi All, I’m using PB 12.5 Build 2511 on Windows 10. I've been using SocketTools' File Transfer Control 8.0 since a long time ago and have been using its ActiveX control with PB with no problems until...
View ArticleEditmask problem
I am facing a problem with a datawindow editmask in PB 12.6 Evaluation Version on Windows 7 Pro. The column is a numeric field and the edit mask is set to ###,###.00. The problem is when ever this...
View ArticleDatawindow save as pdf
I am using pb ver 11.2 and windows 8.1 64bit OS .I am trying to save datawindow into pdf file. I am using the following commandAppI can save the datawindow in pdf file but I cannot be done in...
View ArticleAuto-Magically need to add copyRight
I need to add a copyRight header to all the methods and events in an object in PowerBuilder. I could have sworn someone like Roland Smith (or one of the other PB "old-timers" ) had written a utility...
View ArticleCalling WCF Service from PB12.5 Classic
I don't know how far I'm pushing the envelope but this is my problem:PB12.5.2 (5652) classic is calling a C# assembly (registered using REGASM).The C# assembly is consuming a WCF Service. At the point...
View ArticlePowerbuilder 12.6 error with PBSHR126.DLL
When I include PBSHR126.dll with my application to deploy, I get an error when I try and run the application. PBSHR126.DLL is either not designed to run on Windows or it contains an error. How do I...
View ArticlePowerbuilder 12.6 datawindow text fields shows jibberish
I have upgraded my PB app from 11.5 to 12.6. I have a DataWindow on a page with a few buttons. The tab order starts with the 2 buttons and then goes to the DataWindow. My DataWindow has as the first...
View Article