DataWindow This, DataWindow That...Blah blah blah
You've heard it enough that you don't even want to comment on how many
times...
The DataWindow.
....but it can't be enough anymore...can it?
This from one of our colleagues
(and yes my apologies for taking it out of context)...
"...PB covers all you need to do that in ONE Tool. This
includes Windowprogramming ( meaning the interface to the user:
Windows, Sheets, diallougeboxes, etc.), Database operability AND
Reporting! Well, I see als well as many other PB users that some of
the implementations and features PB offers are improvable. But thi...
datawindow.column.count not returning the column count of a datawindowI am having problems with the datawindow.column.count property of a
datawindow. It just started happening with PB 6.501 and still works
fine in PB 5.0. The function that looks at this property is in an
ancestor userobject. The dataobject is assigned at this point but all
other properties of the datawindow are missing. Any suggestions?
Don't recall, but was it still dwDescribe() in version 5.0? If it was that
may be your problem.
HTH
Kent Montgomery wrote:
> I am having problems with the datawindow.column.count property of a
> datawindow. It just started happenin...
DataWindow.NETI'm using DataWindow.NET 1.5.1 9004 on a Windows XP
Professional SP 2 machine with the latest Microsoft Update
patches.
The release notes indicate that change request 385532 is
corrected.
However, if I configure my computer to use a Windows XP
theme the border does not render as expected; a blue
bordered box is displayed. If I configure my computer to
use a Windows Classic theme the border is rendered as
expected. Is there something else I need to do to get the
datawindow object column borders to render correctly when
using a Windows XP theme?
Ken
Are you using 3D Lower...
Hide datawindow column in html datawindowIs there anyway I can hide a datawindow column in the generated html? I
can't make the visible property to false because doing that will not
generate the column. I want the column with type as hidden in generated
javascript.
-Hitesh
I don't think this is in the works for the next release but I know of
several people who have mentioned it in the past. Try adding an
enhancement request (I think you can do this through my.sybase.com).
steve
[TeamSybase]
Hitesh Patel wrote:
>
> Is there anyway I can hide a datawindow column in the generated html? I
> can&...
How to share the datawindow to inner datawindow of nested datawindowHow to share the datawindow to inner datawindow of nested datawindow.
Ex
--------
dw_1 is normal datawindow dw_nes is nested datawindow, both are placed
one window
dw_nes contain dw_child datawindow
Question
----------------
i want to share dw_1 and dw_child.
I have tried the below code, getting error
dw_1.sharedata( dw_nes.object.dw_child)
It's the dot notation. You will need to dw_nes.GetChild("dw_child", ldwc)
where ldwc is a _local_ datawindowchild.
<kzganesan@gmail.com> wrote in message
news:4c64c402-bac5-4ee0-83aa-4ac08ffe43e5@r66g2000hsg.go...
Populating a column with a dropdown datawindow within a datawindow.I have a datawindow which contains two fields. One is named "customer_name"
and the other is "job_siteno".
these fields are contained in two different tables which are related by a
foreign key column "cust_id". Both of these columns have a DDDW edit
control. When I select the customer name I want to then have the
"job_siteno" column populated with all the site numbers related to this
particular customer. I would then be able to select the site number from the
DDDW edit control. Selecting the customer number is no problem. My problem
is that th...
computed columns in datawindow painter
What is wrong with this code, its in the computed columns in the data window
painter"
I receive a syntax error, around "=" ???,
original_count_status = count_status
original_deapproval_date = deapproval_date
Thanks,
Stephane Viau
viaust@sprint.ca
A Computed column is in the SQL statement.
= does not work
original_count_status as count_status
HTH
--
Dawn T Brown Eyes (TeamPS)
Stephane Viau <viaust@rmoc.ca> wrote in article
<myP8SlPU9GA.520@forums.powersoft.com>...
>
> What is wrong with this code, its in the computed col...
datawindows in composite datawindow used in datawindow.NET, are not sliding upHi,
Problem: datawindows in composite datawindow used in "datawindow.NET", are
not sliding up ,
if one dw is not visible or did not retrieve data. Resulting in unwanted
spaces.
The height of blank white space is equal to the height of the datawindow art
design time.
When I looked at the generated JavaScript, I noticed there is "div" for the
datawindow with height 0.00in
which is supposed to be not visible. Tried different options with
html/xhtml/xml same result.
But slides up ok when exported to pdf(using saveas) on web and in PB10.5
application.
Also s...
HTML Datawindow GeneratorHi,
I am having a strange problem updating columns with dropdown
datawindows.
I am sorry for the long message. But to explain things, I needed to do
that.
I copied the code from pbdwrmt.pbl and created a custome datawindow
generator component and delpoyed it to Jagusr.
I am using a datawindow which has multiple drop down datawindows. None
of them has retrieval arguments. The retrieval of the main datawindow
worked fine and the drop down datawindows showed data. But I see "error
on Page" in the browser status bar when th page is loaded. I have an
update button in th...
Datawindow.NET computed columnHi All!
In WinForms using VB.NET 2005 and Datawiindow.NET 2.0, a window is migrated.
This report window having a datawindow and in the datawindow two nested
datawindow are there.
The datawindow name 'd_payreport' having 2 datawindows
'd_payrept_hdr' and
'd_payrept_dtl'
The 'd_payrept_dtl' having the 3 computed columns in the detail band.
Each columns calls a global function.
The summary columns is also there.
When i move the code to VB.NET all the computed column and summary column
not showing.
I can able to do this for a single datawindo...
Oracle computed column and a datawindowThis is a multi-part message in MIME format.
------=_NextPart_000_01BCD04D.8A25BF00
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
I am having a problem using a computed column in my datawindow SQL select.
My database is Oracle V8. We are using the PB Oracle V7.3 native drivers. I
am using the following query as my datasource for a datawindow:
select cust_id, cust_name, 1 cust_flag
from customer
The cust_flag computed column is used for a checkbox in the datawindow. I
have set the on value of the checkbox to 1 and the off value of the
checkbox t...
Datawindows with child datawindowsI want to create a datawindow whose only data is three columns that will
themselves be drop-down data windows. These child datawindows will be
populated in PB script with dw_1.GetChild(). When I create that parent
datawindow (New | Datawindow | Freeform), what do I choose in the next
dialog box ("Which datasource would you like to use?") External?
Thanks.
That depends on how you want to populate and use the columns of the main DW.
The DDDW is an edit style that assists the user in selecting a value for the
column in the main DW. If you want to retrieve the values ...
computed column in detail datawindowHi,
I have created a computed column MinDif in the detail of a datawindow.
How can i call this object in powerscript to get the value?
Greetings
like every ordinary column with
the appropriate getItemXXX()
function.
Chris Werner
"Deef" <koinova@hotmail.com> schrieb im Newsbeitrag
news:3fa7b47e$1@forums-2-dub...
> Hi,
>
> I have created a computed column MinDif in the detail of a datawindow.
>
> How can i call this object in powerscript to get the value?
>
> Greetings
>
>
On 4 Nov 2003 06:10:26 -0800, Deef wrote:
...
Totalling computed columns in datawindowHello all,
I am trying to do a grand total in the summary band
on a computed column and get zero as the result. The
computed column I am trying to grand total is called
compute_15. Compute_15 does this:
adj_production - (compute_10 + compute_11 +
compute_12 + compute_13 + compute_14 +
compute_19 + compute_20 )
I have tried the cumulative sum, the regular sum and
other combinations but still keep getting zero. Does
anyone know why? Is it because of all the computes in
computed column 15? Is it even possible to total a computed column?
thanks for the input
Melanie
--...