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 ...
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...
Child datawindows (Nested DataWindows)Hello all...I was wondering... I have used Child Datawindows
for quite some time under PB9.03. These are invaluable when
a user is in the Parent DataWindow and must choose a value
from a list of choices provided by the Child DataWindow. The
kind of Child DataWindow I am talking about is a
DropDownDataWindow (DDDW). This is the only kind I have ever
used. I was simply wondering whether there are more kinds of
Child DataWindows other than the DDDW? Any info would be
greatly appreciated.:)
The next most popular use is of child DWs within
Composite Presentation Style parents.
Nested ...
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...
Printing two datawindows on one pageHi there!
Is there any solution for printing two small datawindows one one page ?
I assume that the size of datawindows is small enough.
Yes.
Composite DW were created to meet this issue.
On 9 Oct 2003 03:54:03 -0700,
in sybase.public.powerbuilder.datawindow
Paul B <Pawel.Bodnar@atena.pl> wrote:
>Hi there!
>
>Is there any solution for printing two small datawindows one one page ?
>
>I assume that the size of datawindows is small enough.
Olivier Citeau from Paris, France
Thanks,
I've tried this. Unfortunettly in my case I have to create ...
Printing two datawindows on one page?Greeting,
We have two datawindows reports on a tab page, when using pfc_print(or
pfc_printimmediate) to print out the datawindows, they will come out on two
sheets of paper. We have tried another way to combine the two datawindows as
one printing job, with the sharing header page, they will still be printed on
different pages.
Our customers would like to have the two datawindows printed on the same
sheet of paper, is there anyone could extend some tips on this?
We are using PB 5.04 on NT 4.0
Oh, if you also could E-mail to my address, and I will re-post it.
TIA
...
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...
How can I print two datawindows in one page?Hello everyone,
I have two datawindows, I want to print them in one page, how can do?
thanks.
Put them into a composite datawindow and print that.
--
All views expressed in this message are my own and not necessarily those of
my employer
"David" <todavidcn@hotmail.com> wrote in message
news:xcghDma8BHA.141@forums.sybase.com...
> Hello everyone,
>
> I have two datawindows, I want to print them in one page, how can do?
>
> thanks.
>
>
use print function, print the reports in one same print job.
e.g
long ll_job
...
Printing two datawindows controls in one pageHi guys!
Does anybody knows how can i print two datawindows in differents dw
controls in one page??
Thanks a lot.
Diego wrote:
>
> Hi guys!
>
> Does anybody knows how can i print two datawindows in differents dw
> controls in one page??
>
> Thanks a lot.
You can print a (hidden) composite DW that is composed of the two DW's
on the entry window. The trick is to
a) possibly do a kludge here (see note below),
b) share the DW's on your current window with the two DW's on the
composite DW,
c) print the composite DW.
Note about (a): ...
how to drag and drop one row from one datawindow and update the exist row in other datawindow ?I liked to drag and drop a field (assume: name) from a row of one
datawindow (dw_1) to another datawindow (dw_2), and also update the
exist row in dw_2.
Thanks for help.
--
Best regards,
Ridwan
Goldbase Technology
Visit our Homepage :
http://www.geocities.com/Wallstreet/Floor/5251/index.html
http://members.tripod.com/goldbase
http://members.xoom.com/goldbase
* Check out the Y2K (Year 2000 Problems - Millenium Bugs)
Take a look at the Drag Drop entries in the help file.
Basically, you need to turn on Dragging using Drag(Begin!).
When you drop onto dw_2, the drag...
printing in two different printer for two different datawindows but from one screenHi all
Our cilent has asked for facitly from a perticular screen that the two
different report sholud be printed on two different printer from two
different datawindows when a form is filled.
First of all is it possible. and if possible pl reply.
i tried to go by <DW Control Name>.Object.DataWindow.Printer
but later after studying help file i come to know that this function is
descibe onle i.e modify function can not be appled.
Reagards
Trilok Rawat
Yes, it is very much possible....go to www.powerwhizz.com for printer utility.
On Tue, 20 Feb 2001 04:37:...
modifiyin a datawindow in a datawindowHi,
When I want to modify a datawindow, then it's just
dw1.modify()
But what do I have to do when I want to modify a datawindow
in a datwindow ?
I tried : dw1.dw2.modify() but that doesn't work.
Anyone can help me out with this ?
thanks.
Regards,
David
get the dw via getchild & apply modify
In article <4575976f.4dda.1681692777@sybase.com>, David says...
> Hi,
> When I want to modify a datawindow, then it's just
> dw1.modify()
>
> But what do I have to do when I want to modify a datawindow
> in a datwindow ?
> I tried : dw...
DataWindows and datawindow objectsDifference between Datawindow and datawindowobjects?
- datawindow is a control on a userobject or a window
- datawindowobject (DWObject) is a control within a datawindow, defined in
the dataobject of the datawindow.
You refer to it as <datawindow-instance>.Object.<datawindow object>
HTH,
Ben (bede)
<Santhoshi> wrote in message news:3f8bee8b.4631.846930886@sybase.com...
> Difference between Datawindow and datawindowobjects?
Not exactly;
DW Control is a "container" that reserves real-estate on the surface of
a visual object.
DW Obj...
DataWindow Within DataWindowHow Can I access/modify object/control from a Datawindow within Datawindow.
When i access/modify object/control from a Datawindow i used
dw_1.modify("name.text = 'new val'") but within another datawindow or child
datawindow it doesnt work.
Your description is difficult to understand due to the terminology. First,
a datawindow is assigned to a control - either a datawindow control or a
datastore. Second, the Modify function can only be called within a script.
With that as a basis, can you rephrase the question and describe more
precisely what you want to do? ...