|
Save Rows As Fails
(Preview)
Hi all, I have installed the latest GNU Ghostscript. So its there in the registry. Also the same code still works in PB 10.5 on the same machine, but is returning -1 in PB 12.0. Have also installed Postscript drivers. Do have a postscript printer named 'Sybase DataWindow PS'. The dw uses the Distill met...
|
pbgirl
|
1
|
2960
|
|
|
|
Get Nested Report row and data field information
(Preview)
I have created a DataWindow (DW) with 2 nested report DataWindows. I want to be able to click on a field in the nested reports and determine the DW, column and row clicked on and to pull data from the selected row. I don't need to change data in the nested reports, only access the row and data fields from...
|
TL_Bright
|
0
|
2660
|
|
|
|
Creating Dynamic DataWindows from SQL
(Preview)
Rather than creating multiple DataWindows, which basically did the same thing, I was in need of a simple solution which I could get a simple list of objects dynamically in code... This is the general idea of the solution: // my transaction object is a global variable, loaded at runtime, named Master_...
|
thekl0wn
|
1
|
6962
|
|
|
|
How to create a dynamic datawindow based on Oracle Stored Procedure with Parameters
(Preview)
I am using PB 11.5 and Oracle 11g and I am trying to create a datawindow dynamically from a Oracle Stored Procedure which takes one parameters and returns the ref. cursor back to PB to get the SQL Syntax. I could able to create dynamic datawindow based on a SP with out parameters but with parameters it is n...
|
cricketer
|
2
|
2326
|
|
|
|
Pop up when a columnfield in datawindow is selected
(Preview)
I have a column field (dropdown type) in the datawindow. Required: When I select this column field in run time, I need to show a popup. But I am not able to find the relevant event for implementing this. something like Isselected() function. PS: I am using powerbuilder version 6
|
Kothai86
|
1
|
2240
|
|
|
|
Treeview Datawindows and Mouse Selection
(Preview)
I have a control in one of the tree bands that I want to be invisible when the tree view node is selected. When I use my arrow keys to navigate through the treeview datawindow, the three node will become selected, and the control shows through the selection, which is what I DO NOT want. Does anyone know o...
|
PTDan
|
0
|
2805
|
|
|
|
Datawindow Modify or Retrieve Fails with Oracle 11g DB
(Preview)
I have a dynamic SQL with arguments statement that is created in the Open event then a Modify statement is executed with the new SQL followed by a Retrieve. If I use double quotes (") around the arguments in the SQL, the Modify statement is successful however, the Retrieve fails. If I use singl...
|
PB_DON
|
0
|
2008
|
|
|
|
Dear i am the beginner ,kindly explain me what data window control?
(Preview)
Dear all, i am the beginner of powerbuilder ,kindly explain me what is oops concept with clear example and how it is used in powerbuilder ? -- Edited by prabakaran on Tuesday 18th of January 2011 07:43:17 AM -- Edited by prabakaran on Tuesday 18th of January 2011 07:48:36 AM
|
prabakaran
|
0
|
2009
|
|
|
|
Prevent from key press in DDDW
(Preview)
Hello, I am beginner in PB. I have a DW and one of this column is a DDDW. I need to prevent from user key press in DDDW. I mean when the DDDW has the focus and the user press any on the keyboard, nothin will happen. I think that the better way is to catch the pressed key in the "other" event and use wind...
|
erich
|
0
|
2858
|
|
|
|
Datawindow - Simple Text Object visible via a Date Range.
(Preview)
Is it possible to make a Text Object on a Datawindow only visible for a certain date range without coding it in PowerScript? Using the Expression Builder only within the Datawindow on the visible property. (eg.) Text Object only shows visible between Jan 1, 2010 to Jan 31, 2010. After that hide the Tex...
|
Dano
|
0
|
2333
|
|
|
|
using timestamps
(Preview)
Can anyone tell me how to use timestamps in a stored procedure based datawindow when connecting to SQLServer 2008 using ODBC. Creating the datawindow using a seect storedprocedure with timestamp (rowversion) went well. Retrieves perfectly the timestamps, but when using insert and update store...
|
Codemaster
|
1
|
2600
|
|
|
|
Powerbuilder does not support mysql stored procedure which contain result set
(Preview)
Hi Prashant here i am using following version PB : Powerbuilder 7 & 9 RDBMS : Mysql 5.1.36 Windows binary 32bit DOBC : Mysql ODBC Driver 5.1.6 Problem : I had written a stored procedure in mysql which is nothing but a result set here is syntax Community : Freeware Software Developement CREATE PROC...
|
prashant
|
0
|
2783
|
|
|
|
Datawindow retrieval with reference to Checkbox and SLE
(Preview)
Hello, I am new in using the Powerbuilder. I need some answers for the tool that I am bulding for reports retrieval. I have a window with the following details: 1. 3 checkbox with SLE beside them. 2. 1 datawindow 3. 1 command button named retrieve The 3 checkbox with SLE indicated criteria on how i want to...
|
jhonesmale
|
2
|
3750
|
|
|