0
votes
1answer
19 views

PowerBuilder catch retrieve ORA

How to convert a standard error message to my own message? I have this code: dw_1.setSqlSelect('SELECT * , FROM TABLE1) dw_1.retrieve() I know about comma in select! User write select, so he can ...
0
votes
1answer
53 views

Can't check checkbox in Datawindow

Can I know why the checkbox in Datawindow can't be checked. I have changed the column style to checkbox. I am using PB.Net version 12.5.
0
votes
3answers
157 views

PowerBuilder - dynamic DataWindow from Cursor

How to create dynamic DataWindow in PowerBuilder? I have procedure in database which return me a cursor. How with this cursor I can create DataWindow with columns? Example1: Cursor: SELECT DATA, ...
0
votes
3answers
80 views

Insert Row in PowerBuilder

Actually I need to validate empty columns in a newly inserted row in a DataWindow control. I tried with ItemFocusChanged event script is as follow if dwo.name="emp_name" then if ...
1
vote
2answers
295 views

PowerBuilder 12.5 Classic PDF SaveAs creating files of 0 size on Win7 x64

Platform: Windows 7 x64 PB 12.5 Classic Ghostscript 9.07 (both x32 and x64 are installed) HP Laserjet PS printer installed as "Sybase DataWindow PS" Datawindow's Data Export tab has Format to ...
1
vote
2answers
123 views

PowerBuilder Composite Datawindow

I've got an composite datawindow with 2 reports, one in the detail band and the other one at the summary. My expected result is that the report in the detail band comes first and when that has reached ...
1
vote
2answers
88 views

Can't change Column color at runtime if its default color is “Transparent”

I use the following code to change the color of particular columns when I open the datewindow up for editing: dw_1.object.description.Background.Color = RGB(255, 255, 255) This works great as long ...
0
votes
1answer
254 views

DataWindow select group row

I have several datawindows with different looks. One simple just has a detail band and shows information. I can select rows in that datawindow, which marks that row. I got another DW that has a ...
0
votes
1answer
51 views

ERROR USING OLE DB

Following error occuers when i use ole db drivers to connect to database: Parameter Information cannot be derived from SQL statements with sub-select queries. Set parameter information before ...
0
votes
2answers
248 views

PowerBuilder Describe method with Evaluate expression vs. GetItem… (GetItemString, …) DataWindow methods

Is there any significant performance difference between using of Describe method with Evaluate expression in DataWindow control and GetItem... (GetItemString, GetItemDate, GetItemNumber, ...) ...
0
votes
1answer
125 views

Retrieve argument type uniqueidentifier

I have in SQL Anywhere following table: CREATE TABLE "documents" ( "doc_id" uniqueidentifier NOT NULL DEFAULT NEWID(*), "doc_description" varchar(50) NOT NULL, ... PRIMARY ...
2
votes
1answer
69 views

is it possible to use a `WITH` clause in a DataWindow query?

I have a DataWindow in a PB10.5 application which works perfectly until I add a WITH clause to the top of the SQL query that sits behind. The query painter accepts it as valid syntax, and if I ...
1
vote
1answer
423 views

Powerbuilder 12.5 - Functions on DataWindows

I have noticed a change in behaviour between PB12 and PB12.5 (both patched). I have quite few datawindows with global functions on them. In previous versions of PB these functions only got fired on ...
0
votes
1answer
133 views

Composite datawindow to txt

I have built a composite datawindow in Powerbuilder 11.5 that presents the invoice form of my application. As most fiscal papers here in Greece, I have to send it as a text file to a fiscal device ...
2
votes
1answer
247 views

DataWindow displays contents in Debug, but not in RunTime

I inherited this Powerbuilder 12.0 project. We needed to add another datawindow (which is more or less a copy of another datawindow, but with different sql tables tied to it). When testing the ...
3
votes
3answers
839 views

PowerBuilder 12.5 Modified DataWindow Does Not Qualify Column Names with Table Owner

I am trying to maintain a PowerBuilder program and have no access to the previous programmer who wrote the code. I modified a DataWindow and now it generates source code that does NOT include the ...
0
votes
1answer
316 views

PowerBuilder .net Web Forms on Chrome, FireFox, Opera

I am using PowerBuilder 12.5 to develop a .net Web Forms I managed to get work on IE, but it did not work on Chrome, FireFox or Opera the problem is with Drop Down Data Window * In Chrome it does ...
3
votes
1answer
402 views

PowerBuilder 12.5 Web Forms - Columns Not Editable or Lost Tab Order upon Deploy

I am a seasoned PB developer, but primarily with the typical client-server architecture and am really having problems with a Web Forms application deployed to IIS7.5 using PB12.5 Classic. I am ...
0
votes
3answers
353 views

save datawindow as text in powerbuilder with some additional text

***Process Date From: 01/05/2012 0:00 Group;Member Status:**** Rcp Cd Health Num Rcp Name Rcp Dob 1042231 1 MARIA ...
1
vote
1answer
375 views

Grid DataWindow Issues in PowerBuilder

I have a Data Window to display data from DB, and the following code in DW clicked event to display latest data from DB. if row > 0 then ReselectRow(row) end if I changed Data window style ...
1
vote
1answer
229 views

PowerBuilder DataWindow object Edit

I have a DataWindow with some columns. One column contains numbers of a certain object. I want to put a Edit(mask?) on this column, so that when it is bigger than 0, change column value to ...
1
vote
1answer
463 views

Powerbuilder Datawindow Crosstab Display

I have 20 columns and 1 row in my crosstab where display in portrait 8" x 13", now when I print out the first 14th columns is display in the first line of page 1 then the next 14th above columns is ...
0
votes
1answer
462 views

PowerBuilder dropdowndatawindow insertrow changes Display Column value

Working with PowerBuilder 11.5. I have a datawindow (dw) consuming a dropdowndatawindow (dddw). I am performing dddw.insertrow (0) in the constructor of the dw, and then doing dw.insertrow(). The ...
0
votes
1answer
637 views

PowerBuilder DataWindow date syntax

I am recording the employee's date_of_birth, the year_employed and the current_DateTime the data is recorded (the actual date and time the user clicks save), since the company is automating its ...
0
votes
2answers
480 views

powerbuilder datawindow validate records

close to 3 months into powerbuilder classic 12.5 and sql server 2008 and am working out well. I am creating a car hire system using car registration_number as the primary key. i need to capture the ...
1
vote
1answer
2k views

powerbuilder how to code the itemchanged event and datawindows

m using powerbuilder classic 12.5 am having difficulties in inserting, editing, creating and printing reports. i have a datawindow, dw_NewEmployee with dataobject, d_newrecord which is update-able. ...
0
votes
1answer
146 views

What's the difference of the fonts starting with @ symbol?

I'm using PowerBuilder 12.5 since it is released. Today I realized that there are font names (in the dropdown list which appears when Datawindow Painter is opened) starting with an @ symbol. There is ...
0
votes
2answers
2k views

PowerBuilder Retrieve() via controls by the user

I am using SetTransObject() and Retrieve() on PowerBuilder 12.5 Classic. However it doesn't give the user much power in retrieving data; I have a single line edit(sle_employeeID), which the user needs ...
1
vote
1answer
2k views

How do I get a DataWindow to save correctly to PDF?

Here's my problem. I currently am trying to print a DataWindow to a PDF file in PowerBuilder 12.5. I got some code, and it currently looks like this. //dw_1.Modify("Datawindow.Export.PDF.Method = ...
1
vote
2answers
376 views

PowerBuilder DataWindows

I am building a tool that can outputs certain information from the input. I have this free form DataWindow with textboxes and a button( button_1 ). Let's say I have a Window Button [ADD] and when ...
0
votes
1answer
548 views

Export DataWindow to PDF

I am exporting a DataWindow to PDF using the below code ds_data.Object.DataWindow.Export.PDF.Method = Distill! ds_data.Object.DataWindow.Printer = "Sybase DataWindow PS" ...
1
vote
1answer
334 views

Generate attachment for email in PowerBuilder

I want to send a mail using Lotus Notes in PowerBuilder. I also want to have a attachment to the mail to be sent. However the content to be placed in the attachment is taken from a stored procedure. ...
0
votes
2answers
990 views

How to Process in DataWindow in PowerBuilder

I am populating a DataWindow with some data. Some of the column names are "Request No", "Status", etc. "Status" column can contain values like "Pending", "Active","Expired". Whenever the DataWindow ...
0
votes
1answer
292 views

Add field in DataObject in PowerBuilder

I am new to PowerBuilder and I need to add a new column to a DataObject. The DataObject has several fields which retrieves data using select statement. So if I add a column in the select statement I ...
1
vote
3answers
1k views

Power Builder - DataWindow paging

I'll just straight to the question, does DataWindow control has pagination? Or do we have to write our own pagination code? Can anyone give information about Data Window pagination. I'm using PB ver ...
0
votes
2answers
557 views

Use of Date Strings in Datawindow Filters

In a number of datawindows in my application, users have access to a free-form text box where they can enter any filter string they like. Frequently, they will successfully use a search term like: ...
0
votes
1answer
339 views

Powerbuilder Syntax for dw string replacement

I'm currently importing a CSV File but the problem is that this CSV File is extracted from another different program (w/c I do not control). The excel file is saved as CSV but when you open it in ...
1
vote
0answers
114 views

Report Detail Band Not Populating

I am new to PB and retrieving my report. My header and footer populate but not my detail band. My arguments seem to be working correctly. Any ideas:
0
votes
1answer
1k views

PowerBuilder: Checkbox in DataWindow

I have a checkbox in the DataWindow, It can be checked and unchecked. The default value in the db is 0. When it's checked, the db value is updated to 1 and on uncheck, the value is updated to 0 again. ...
1
vote
0answers
407 views

Composite datawindow

I have a composite datawindow, running great on PowerBuilder Classic 12.5. I moved to .net and it is no more working: it displays nothing, either in the application or in the IDE (with ...
0
votes
1answer
234 views

Is there any way to add 3rd party chart control in PowerBuilder 12 .net DataWindow?

I am trying to add Telerik chart control in the DataWindow. I have successfully add that control in the window. But I couldn't find any way to add the control to a DataWindow. I have tried custom ...
0
votes
0answers
348 views

Datawindow - datasource - storedprocedure error - cannot create datawindow

While applying the datawindow datasource as a procedure, the following error message will show. The version we are using the version is PowerBuilder 11.5 and Oracle 9i I just changed the ...
1
vote
1answer
695 views

There is way to change column value through Modify?

There is way to change column value through the Modify function? Thanks
0
votes
1answer
1k views

Column Displays in PowerBuilder

Im here again. I have this weird problem. I have a column varchar(5000) in length. In datawindow, the display of this column is truncated when the lenght of the string is above 4600 when the font size ...
2
votes
2answers
1k views

Get objects of DataWindow band

How can i get an array of all objects in specific band, Detail or Header for example? I success to get all objects using: dw_1.Describe("datawindow.objects")
2
votes
1answer
441 views

PowerBuilder.NET not reading Datawindow SQL Syntax properly

Hopefully, someone has come across this issue before, as it has stumped a co-worker and I for a few days. We successfully converted our project from PowerBuilder 12 Classic to PowerBuilder.NET and ...
1
vote
2answers
614 views

PowerBuilder - Remove grouping from dw at runtime

Is it possible to remove a group or groups from a DW at runtime?
1
vote
2answers
410 views

how to prevent some columns from being highlighted when selecting a row

I have a semi-dynamically created window ( and use PowerBuilder 10.5 ). Now there are a couple of columns which can have different colours and I want to see those colours when selecting a row. However ...
0
votes
1answer
388 views

PowerBuilder 11: Programmatically adding a DataWindow to a control

Anyone have the slightest clue on how I can pro grammatically instantiate and add a DataWindow control to an object? Sybase's online doc is horrible. TIA.
1
vote
1answer
786 views

PowerBuilder - Objects in nested report

just want to ask, in PowerBuilder, how to modify the properties of the object inside the nested report. The main DataWindow is not a composite DataWindow, it's only a tabular. I'm having a hard time ...

1 2