I have created a small application for viewing PSR files. It all seems to work fine but the user now wants to be able to launch the application and open a file by just double clicking the actu...
I have a datawindow that has four nested reports in it. In each of those four nested reports, there is one column. I need to somehow extract each of those columns from the total 333 rows it ma...
Can bacground colour of messagebox be changed from the defualt gray to red or any other colour.
I have a report with a nested report in the detail band. The main report takes many arguments, including one of type string array. The nested report also has arguments, one of which is a strin...
hi,
I'm new to Powerbuilder Programming, so I come up with a simple question.
How can I pass a function as an argument to another function?
What I want to do is:
I want to get a list o...
Hi
I want to get the row sequence against the group in datawindow.
I am using getrow() datawindow function but it returns the total rows in sequece.
Thanks
I need to list file name, size, modified date for all the files in a directory. I know PB has a function that will populate a list box with the names of files in a directory, but I need the s...
Hi
My question is as fallows:
I have one datawindow,in which i retrieve data from three tables,i just wanted to click the pericular row,and insert no of rows afetr that row,which shoul...
Does anyone know how to set a printer as the default printer within the application without prompting the user and without getting it from the registry?
are there any dll's out there that...
How to get and change a file attribute from Powerbuilder?
hi
My Question is
How we put shortkeys to tab control pages?
Hope you help me
thanks in advance
hey,
I was wondering if it´s possible to define wich directory the open dialog most use...
for example i wnat it to open in c:\prefab but my current is c:\powerbuilder
how do i do that ...
Hello,
I would like to modify or to add a datawindow's template with a script, not the name, but the contains of the template.
For example, I would like to add this template :
'(comment...
I need to know if it is possible to use following (see end of the question) stored procedure as data source for datawindow?
For example:
1) I create stored procedure datawindow, select p...
Hi,
I call the function SyntaxFromSQL in PB6.5 on two different databases but with the same SQL parameter and I'm getting different results.
In one database I'm getting the column name a...
I need to get a file form C drive which its path is different everytime, then transfer this file name into a fixed one and do the file open, file read , also insert into several tables, close ...
Dear All,
I am now here. I want to ask could I change to paper size.
I cannot find a suitable paper size in the print specification of datawindow. I have to print on a custom fanfold pap...
My application uses a standard date format of the type dd/mm/yyyy. This is verified from Settings > Control Panel > Regional Settings > Date. If the Regional Settings has a different format ot...
I use retrieveend()
to modify the values (depending on the retrieval values) of some cloumns
in the datawindow.
But it turns out that the code in retrieveend() seems to be executed
before ...
I want to print a custom size reports using a tractor feed printer like CITOH CI5000 printer, I noticed that there are no custom sized page included in the paper size list. So how could I prin...
Sir,
I am having great difficulty using power builders FILTER command.
i am not able to filter DATE or NUMERIC values between two variables
like date>x and date < Y
it treats it as STRING ...
We are calling a function Opendatasource() which belongs to MSWord from a PB app, by initiating a OLE object of MSWord. It was working fine with Word97 and Word2000 ver. Now with Word2002, it ...
How can I create a folder in Windows
using Powerbuilder script?
For example, create subfolder 'testing' in c:\temp.
Hello all,
I'd like to open an existing window, but as if it was a Response! type one.
In fact, I want a Powerbuilder program to open a window (not response most of time), and wait for t...