datawindow.object.datawindow.objects ?Hi?
I used this syntax in PB9, how to use in datawindow.net with C#?
string ls_objects
ls_objects = string(datawindow.object.datawindow.objects)
I hope to get a list of the controls in the datawindow objects.
TIA
..Describe("DataWindow.Objects")
On 5 Jan 2006 23:30:30 -0800, "Robert" <jooong@empal.com> wrote:
>Hi?
>
>I used this syntax in PB9, how to use in datawindow.net with C#?
>
>string ls_objects
>ls_objects = string(datawindow.object.datawindow.objects)
>
>I hope to get a list of the controls in the dataw...
Reference a datawindow object (nested report) in a datawindowIs it possible to reference a datawindow object in a datawindow?
My scenario :
I have a datawindow (composite) which holds another datawindow (nested
report).
This child datawindow has a OLE ActiveX object which I am trying to access
from the window which holds the composite datawindow.
The reason for this is because I need to access the ActiveX
properties/functions after the composite datawindow have been retrieved.
I've tried to get a reference to the child datawindow :
//DataWindowChild dwc_activex
dw1.getchild("dw_activex", dwc_activex)
But as datawi...
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...
Describe("DataWindow.Objects") Functionality for Report DataWindow object Doesn't WorkHello there.
I want to change the nested report object(s) attributes.
I had used Describe() function to get objects -("DataWindow.Objects").
After removing the tab spaces I was able to get the object name within that
DW. By checking the Attributes -(ls_obj + ".Attributes") I came to know by
finding "nested_argument" that the current object is (nested) report.
Now if I assigned this object to the DDDWChild/Any variable it gives error
either at compilation or at run time.
If I created a datastore locally & assigned the dataobject of the current ...
Report object in the DataWindow ObjectHello all...We have PB9.03 and I am trying to create a
Report Object within my DataWindow Object. My question is
whether there is any way that a Report Object can have a
Horizontal and Vertical Scrollbar? I've tried everything and
don't seem to be able to produce one.
> Hello all...We have PB9.03 and I am trying to create a
> Report Object within my DataWindow Object. My question is
> whether there is any way that a Report Object can have a
> Horizontal and Vertical Scrollbar?
Nope, there isn't any way
...
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...
Use DataWindow Object Properties in DataWindow Object ExpressionHi all,
Can I make use of the properties of objects in the expression?
For example, can I set an expression in COLUMN_A's color property which
reference the color property of COLUMN_B. I don't know how to access
properties in expressions. Can anyone help me? Thanks.
Alex
You can use the Describe() function.
Alex wrote in message <362D543F.F34B5F33@hotmail.com>...
>Hi all,
> Can I make use of the properties of objects in the expression?
>For example, can I set an expression in COLUMN_A's color property which
>reference the color property of...
Datawindow with report object! How to get a doubleClick in reportPB 9.0
I have a datawindow with a report object ( a datawindow with detail
information )
How is it possible to determine the rownumber,
when the user makes a doubleclick in the report object ??
Thanks for any help
Peter
GetObjectAtPointer()?
--
This is a FAQ, read Help, then search
www.groups.google.com/advanced_group_search
pbm_thisusuallydoesnothelp:-))
Philip Salgannik
"Peter Stojkovic" <Peter.Stojkovic@gmx.net> wrote in message
news:3fcafbcd$1@forums-1-dub...
> PB 9.0
>
> I have a datawindow with a report object ( a datawindow wi...
Help!!! Assign Datawindow into Datawindow objectUsually I used to assign a datawindow (dw_train) in a datawindow object
(dw_1) in a window
is go to propertise of datawindow object and browse for datawindow.
My Question:- How to this action into pb script?
If you want to assign datawindow 'd_my_dw' to a dw control dw_1 in your script,
you would say dw_1.DataObject = 'd_my_dw'
If you are going to make an executable, do not forget to include d_my_dw in your
resource file.
On Fri, 04 Dec 1998 07:34:37 -0500,
in powersoft.public.powerbuilder.powerscript
CKS21 <cks21@tm.net.my> wrote:
>Usually I used to...
Binding DataWindow object to DataWindow controlWhen we create a datawindow object we can bind it to
datawindow control which actually i dont know to do, so i
have dragged and dropped the objects onto a window then the
source code generated is something like this
dw_window is my window
dw_1 is datawindow object on the window
forward
global type dw_window from window
end type
type st_1 from statictext within dw_window
end type
type dw_1 from datawindow within dw_window
end type
end forward
What this line of code specify?
type dw_1 from datawindow within dw_window
Is it that by dragging and dropping it automatically cr...
Converting datawindow objects to datawindow .NetHi,
Can someone please list the various methods we can use to
convert the standard datawindow object to a datawindow .net
object ?
Thanks,
Sanjay
I'm lost. There's no conversion necessary. PB and DW.Net use the
same datawindow objects.
On 19 Feb 2007 17:46:15 -0800, Converting wrote:
>Hi,
>
>Can someone please list the various methods we can use to
>convert the standard datawindow object to a datawindow .net
>object ?
>
>Thanks,
>
>Sanjay
Thanks Bruce. I probably confused you but good to know that
we can modify the datawin...
Problem Created Nested Report Object On Report DataWindowHi All
I'm using PB703 Build 10213.
I face a problem creating a Sub-Report Object on an existing Report Data
window.
When ever I try to do this the system crushes.
I also tried to copy an existing sub-report object from another datawindow.
In this case the system does not crush, but all columns on the main
datawindow, having a ddlb edit style, loose the ddlb information. (Even if
you define them again, when you close & reopen the datawindwo, they are
gone)!
Any help appreciated
Thanks In Advance
Stelios
...
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...
Error in putting datawindow object in datawindow controlWhen I choose dataobject from the Datawindow Control's
Property Tab and save, Powerbuilder always crashes. If I
restart PowerBuilder, the dataobject is already saved.
Could anybody help me???
Same thing happend to me in previous version of 902 7509
<Rachel> wrote in message news:418669eb.61f4.1681692777@sybase.com...
> When I choose dataobject from the Datawindow Control's
> Property Tab and save, Powerbuilder always crashes. If I
> restart PowerBuilder, the dataobject is already saved.
> Could anybody help me???
...