I have a datawindow (a report) called, say, dw_report. It is not composite.
dw_report has a nested datawindow, say, dw_summary. dw_summary is not composite.
dw_summary contains 2 nested ...
Hi,
I want to declare/create two dimensional array of variable size. I know that in PB you can only create single dimensional array of variable size. How to do for two dimensional.
Any o...
When Sql Server 2000 Enterprise Edition (NOt personal)
disconnect;
ls_database='siddiqsons'
ls_srv_name= 'sdmsrv'
ls_latest_dsn = 'siddiqsons'
sqlca.dbms = "ODBC"
sqlca.dbparm = "C...
How to use dynamic arrays in PB. Want to declare 2-D array at runtime. Columns are fixed, while rows are varying. Can anyone help me to find the solution.
Recently upgraded Oracle 9i on backend. Testing the PB application we have which is version 6.5. When trying to do log in on client machine I am getting a ora-06502 error before I even get t...
Hallo, everybody!
How can I connect to an XLS file by an OLEobject in PowerBuilder, insert row(s) into it, fill the cells with data and finally save back the file?
Thank you in advance!
Stefan
I want to know , if I am doing right.
-- Procedure written in Sql sErver 200
CREATE proc usp_test_commit as
begin tran mytran
set nocount on
delete from temp1
if @@error<>0 goto fail...
suppose that i have the following tables
aa
aa_1 integer
aa_2 integer
aa_3 integer
aa_bb integer
bb
bb_1 integer
bb_2 integer
bb_3 integer
bb_aa integer
...
I have a datawindow that I am using for data entry, in the itemchanged event of this window I am validating what was entered. if the user enters a invalide part number a message box pops up a...
Hi,
Can we get the summary value from PowerBuilder to window?
For example I have list of item account then I add sum of these amount into summary ..
Using the Data Window Object how I can g...
Hi
I have an application where Rowscopy is being used to copy row from 1 data window to the other. this works prefectly.
Now I have to add 4 new fields in the database and also in the dataw...
how do i fire an event from a drop down list
i have a datawindow with 3 child dw.
the user clicks 'add' and a new blank row appears
all of my child datawindow sql have a union from dual...
I have a PowerBuilder application that I wish to distribute to my users. The users are running on Windows 2000. I have been able to create an msi file that installs the PB dll s that are ...
Hi Experts,
Predominantly a VB/ORALCE programmer, I need your tips and guidence to Call a dll thro PowerBuilder.
I'm expecting ans from the ground-up. Also send me some Help WEBSITE lin...
Greeting,
I create a C# code as a dll file and add it as reference in powerBuilder. The dll file actually register for an event. I need the dll file to call a function at powerBuilder each ti...
I have a Powerbuilder datawindow into which I am inserting text fields (absolute file pathnames). I want to have these fields wrap around and have the text appear on myltiple lines in the dis...
PB 11.2 Build 8616
Windows XP Professional Version 2002 - SP 3
I have 2 datawindows, dw_1 and dw_2, on a tab page. Under normal circumstances a user starts in first column of dw_1 and tabs...
We have an old PB application that generates a PDF document. We are not sure how. Does Powebuilder have a built-in PDF generator or POSTSCRIPT genrator. Someone mentioned it might use a ghosts...
Description
Obtains the date that occurs a specified number of days after or before another date.
Syntax
RelativeDate ( date, n )
Hi All,
I have a cross tab datawindow, which contains one value, named 'val' in the definition
( see attachment ).
When I run my application, as far as I can see, PB generates references...
Suppose that we have a datawindow with a retrieve method which may contain other datawindows inside it. When we use the command dw_print() its contents are printed according to the layout we h...
I downloaded a copy of the evaluation version of PB 10 but it is it says it will not install without Sybase Common Installer. Where can I get this program?
I am using PB9 on NT. I can save and load blobs from the database to a PB dw only when the blob is small (a few K). I can not load from the database when the blob is larger (> 100k). I am usin...
I've assigned 500 because this is a fairly urgent question. We're using PowerBuilder 8 at the moment but can upgrade to 10 if need be. We need to connect to a SQL Server and have that connec...
Hi Folks,
I need to incorporate a barcoding function in a small supply chain program built out of powerbuilder. I noticed there are no ready solution available to incorporate such feature....