Dear EE
i am working with PB for 6 years
i want to develop a web application using PowerBuilder11-WebTargets with Tomcat,
i want to learn how to do that.
is there a video tutorials that c...
I am exporting the data of a datawindow to Excel through dw.saveas(). This excel sheet will be used by the users to modify the values of certain columns. I want certain columns of the excel sh...
In this app, I have a hardware device that is sending a byte in through the serial port, I have to "listen" and determine when that byte comes in, grab the data and send a request back. I wou...
I have a requirement to print from the web application which I am developing in Powerbuilder 11. I know for the fact that Powerbuilder has not yet support printing from the web application.
...
PB Version 7
date ld_date,ld_date2
this.accepttext()
choose case dwo.name
case "d_column_1"
ld_date = this.getitemdate(1,"d_column_1")
ld_date2 = relativedate(ld_date, 32)
ld_da...
Is it possible to print to another printer without changing the default printer in printer manager? I am using Powerbuilder. or I need to call the PRINTER MANAGER? How do I achieve that? Below...
Hi,
PB 10.5
I'm getting Powerbuilder Application Execution Error (R0006). Error; Invalid Datawindow row/column specified at line 80 in itemchanged event of object dw_ucc of w_scan_items.
...
Hi,
I'm using Powerbuilder 10.5 and SQL SERVER 6.5
I'm getting this error "SQLSTATE = 22005 [Microsoft][SQL Native Client]Invalid character value for cast specification"
I'm getting this ...
PB7 or
PB 10.5
If I know this, I will save 25% development time.
Lets say the variable "dw_xyz" holds a datawindow name "report_dw_abc".
Through powerbuilder script, I want to know a...
Hi!
I need to create a printer dialog box using comdlg32.dll library. When I call the function PrintDlgA I will receive an error (Printer error - no more specific info was written in the er...
Hi,
I'm working w/ Powerbuilder 10.5 and an Access DB.
I've put a dropdownlistbox on a window layout. I want this listbox to hold all the distinct values in a column from the Access DB tabl...
Hi!
I have a Powerbuilder application that opens a Crystal report. What I would like to do is to send to Crystal the info about which printer to use. In VBA, the syntax would be something l...
The DLL was created in vb.net 2005 and I have to check if it works in Powerbuilder 11. Is this at all possible?
Hi,
Using Powerbuilder 10.5
I need to find a way to import a text file into an application and display the data in textboxes. Here is an example of what the data looks like in the text file:...
I have two Excel versions in one PC (Excel 2000 and 2007). Currently I use ConnecttToNewObject. How may I choose the version to be opened.
Hi. I have a fairly complex datawindow (lots of computes, totals, grouping, etc.). I need to change the data source from the current SQL select to a stored procedure. Is it possible to do t...
ClosewithReturn() statement closing the Window and returns it to the place it was called from with afguments, I'd like to see if there is a possibility to do same thing without closing the win...
Hi, I migrated my app from PB9 to PB11.1. But today when I tried to open a datawindow PB closes immediately. Its happened with some of the datawindows but some other dws it didnt happen. What ...
Hi,
Using Powerbuilder 10.5
I'm using the attached code to populate a dropdownlistbox on a window. I'm trying to figure out how to set one of the values as the displayed value when the win...
My app is a pb-sql server combination. Earlier I store the app user pin in SQL tables using host_name() function in triggers. Now after Powerbuilder migrated to PB11, (Here, SQLCA.DBMS = "OLE ...
how to restrict the password entry to be alphanumeric and should contain atleast one special characters using powerbuilder. Password length is already restricted from 6 to 10 chars,
thanks
...
Hi,
I'm using Powerbuilder 10.5 and I have a database on SQL Server 6.5
I'm trying to get a connection using ADO. I have attached the code.
I was getting an error saying: "Sybase.Powerbui...
I can connect to sql server 2000 no problem. When I close an update window the Yes No Cancel options appear. Now when I connect to sql server 2005 when I close an update window the Yes No Canc...
I need you use multiple timers in one window, is this possible?
I have a PB 10 client/server application installed on 50 windows machines. it connects to a remote oracle server. Recently new rules have made it diffucult to upgrade the software on those mac...