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...
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...
Help! How do you link differents datawindow objects to a datawindow control during runtime?I am developing a system in which I need to link a Datawindow control
with
differents Datawindow objects in runtime.Therefore, I set the Datawindow
control property DATAOBJECT with the value of the datawindow object I
want
(dw_1.dataobject = "dw_object1"), and then I change it with other values
during execution, doing dw_1.dataobject = "dw_object2" in the script
(of course then I do dw_1.settransobject(transaction_object)...).
When I run the system into PowerBuilder's environment (with the Run
painter),
THE SYSTEM WORKS. I made the executable without probl...
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...
Does anyone use OLE container in Datawindow as OLE (Excel Chart/Worksheet/Microsoft Graph) presentation style or OLE object in Datawindow? Please Help.Blank
Hello folks,
How can I use an OLE container in Datawindows?
The situation as follows:
I have a datawindow with OLE (Excel Chart/Worksheet/Microsoft Graph)
presentation style or grid datawindow with OLE object (Excel
Chart/Worksheet/Microsoft Graph) in detail band.
I have the next result set of datawindow (SQL select/ SP / External)
fields: anytext, anynumeric
values: first, 1
first, 2
first, 3
second, 1
second, 2
second, 3
I mapped OLE data as follows
Group by: anytext
Target Data: anytext
...
Does anyone use OLE container in Datawindow as OLE (Excel Chart/Worksheet/Microsoft Graph) presentation style or OLE object in Datawindow? Please Help.Blank
Hello folks,
How can I use an OLE container in Datawindows?
The situation as follows:
I have a datawindow with OLE (Excel Chart/Worksheet/Microsoft Graph)
presentation style or grid datawindow with OLE object (Excel
Chart/Worksheet/Microsoft Graph) in detail band.
I have the next result set of datawindow (SQL select/ SP / External)
fields: anytext, anynumeric
values: first, 1
first, 2
first, 3
second, 1
second, 2
second, 3
I mapped OLE data as follows
Group by: anytext
Target Data: anytext
...
Does anyone use OLE container in Datawindow as OLE (Excel Chart/Worksheet/Microsoft Graph) presentation style or OLE object in Datawindow? Please Help.Blank
Hello folks,
How can I use an OLE container in Datawindows?
The situation as follows:
I have a datawindow with OLE (Excel Chart/Worksheet/Microsoft Graph)
presentation style or grid datawindow with OLE object (Excel
Chart/Worksheet/Microsoft Graph) in detail band.
I have the next result set of datawindow (SQL select/ SP / External)
fields: anytext, anynumeric
values: first, 1
first, 2
first, 3
second, 1
second, 2
second, 3
I mapped OLE data as follows
Group by: anytext
Target Data: anytext
...
Does anyone use OLE container in Datawindow as OLE (Excel Chart/Worksheet/Microsoft Graph) presentation style or OLE object in Datawindow? Please Help.Blank
Hello folks,
How can I use an OLE container in Datawindows?
The situation as follows:
I have a datawindow with OLE (Excel Chart/Worksheet/Microsoft Graph)
presentation style or grid datawindow with OLE object (Excel
Chart/Worksheet/Microsoft Graph) in detail band.
I have the next result set of datawindow (SQL select/ SP / External)
fields: anytext, anynumeric
values: first, 1
first, 2
first, 3
second, 1
second, 2
second, 3
I mapped OLE data as follows
Group by: anytext
Target Data: anytext
...
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...
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...
Help, Help, Help !!!Hello,
I'm new to PB and using a ver. 7.
All I wanted to do for the moment is to set my DataWindow to some of my SQL
select statement....
That is, if I click the "Connect" the SQL select statement "new_select" will
be viewed into the DataWindow "dw_CACHE".
I tried lots of experiment and still failed! Below is a short code that I
was doing. Kindly advice....
Regards,
John
**********************************************************************
string new_select
// Set the default Transaction object properties (TestBed)
SQLCA.DBMS = &...
Help, Help, HelpHello,
I'm new to PB and using a ver. 7.
All I wanted to do for the moment is to set my DataWindow to some of my SQL
select statement....
That is, if I click the "Connect" the SQL select statement "new_select" will
be viewed into the DataWindow "dw_CACHE".
I tried lots of experiment and still failed! Below is a short code that I
was doing. Kindly advice....
Regards,
John
**********************************************************************
string new_select
// Set the default Transaction object properties (TestBed)
SQLCA.DBMS = &...