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...
Greetings,
I am trying to implement some code I found on this site and I am getting an error. When I run the code the messagebox displays the contents of the first cell where i=1 and j=1 (...
Using .NET 2.0, vb.net, VS 2005
I'm a newbie to webservices and the more I read, the more I get confused. I developed a webservice in ASP.NET 2005 that is read by a Powerbuilder (PB) 9.0 cl...
I use the following VB code within an Ole word object of Powerbuilder. It saves the file correctly; however, I would the SaveAs dialog box to stay open before saving the file so that the user...
Hi guys
I want to be able to run an executable file with arguments from PB application.
I am doing on this way.(Command buton ok script)
CODE
all_actions = "C:\Documents and Settin...
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 am trying to use the MS Word spell checker function through Powerbuilder 9.0.1 and so far the code seems to function correct. However, I would like to use a timeout period for the Spell Chec...
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...
I have a moderately complex data window form an am having trouble with the order entry the user sees. I am familiar with "Edit tab order" in data window editing, and that works great when the...
I have a Powerbuilder on my computer and it access a .db. But I am trying to see if there is a viewer for the DB that will work better, so I can just see the raw data.
Of if possible get t...
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 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...
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...
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 have an application that was written for me in Powerbuilder 6. I do not have access to the source code but am a Powerbuilder developer. One function of the application is to access pa...
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...
I am trying to monitor my COM1 port of my PC with Powerbuilder. I am have some code I given from another site and I am receiving "illegal data type st_overlapped" . How do I define this?
...
Hi,
Currently Powerbuilder creates an excel file filled with data and emails it to the current users email address. This much works fine however users have a mailbox limit, say 100Mb, and i...
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...