Is there Control equivalent DataWindow Control of PowerBuilder

S

Sunkam Santhoshi

Is there any equivalent control in .NET for the Power
builder DataWindow control?

I am explaining the Datawindow architecture to some extent.

Power Builder DataWindow Control has got different
presentation styles and different data sources.

Presentation styles like tabular format , graph format,
grid format, freeform format, Composite format(somthing
like report) group format etc.

Different styles give the different presentation styles
like tabular and grid is equivalent to datagrid control.

But other styles like group format

For example if we group by city the presentation style
would be in this way in the output ( THIS STYLE CAN
RETRIEVE COLUMN FROM ANY NUMBER OF TABLE OR ALSO CAN BE A
NON RELATIONAL DATABASE DEPENDING ON THE SITUATION)

PRESENTATION STYLE FOR GROUP FORMAT

STUDNAME COURSE

HYDERABAD SSSSSSS MCA
DDDDDDDD MBA
SGFASFA BCA

ADILABAD ASHDAJDFA BSC
FFKAGFAFAKF MSC
DSJHGSKKFJS PHD

PRESENTATION STYLE FOR FREE FORM FORMAT


STUID : 101

STUD NAME : SASDAAD

COURSE : BSC

CITY : ADILABAD

we have got the data dource option where we specify which
column shouls be retrieved form which table.

Data style option where we specify the format ie.,
presentation style for the datawindow.

All the columns names look like labels and columns value
look like textboxes of c#
And data gets binded form the database
Also we have got functions like rowinsert , rowdelete
which allows us to insert row or delete row in the
database and also they are many other functions 150
functions.

Is there any equivalent control in .NET or through which
control we can achieve this architecture?

Ie., through user controls , custom controls or through
datagrid only .


Or is there any tool which can convert PB Datawindow
control to .NET control.


Any suggestion are appreciated


Thank you

..
 
P

Phill. W

Sunkam Santhoshi said:
Is there any equivalent control in .NET for the Power
builder DataWindow control?

You mean Sybase never got around to releasing the much-rumoured
COM version of the DataWindow that would allow /anybody/ to
make use of it in /any/ programming language (and would, in the
process, have removed the /only/ reason that anyone would buy
PowerBleeder in the first place? No? Oh, what a surprise ;-)

AFAIK, nobody else has come up with such a hideous, misguided
and overbloated contraption as the DataWindow. Most sensible
software houses have written specific controls for each of the
things that the DataWindow offers - data entry, reporting, grids,
etc., etc. - and they work better, too...

Regards,
Phill W.
 
Joined
Jun 13, 2012
Messages
1
Reaction score
0
There is not equivalent control to Datawindow. Datawindow by Sybase is a patent Tool that no other commercial software owner can publish.

However, I am creating one, 80 % is completed and is ready to take trials. I have gone through the free-form and Grid style presentation and have provided rich design time support for layout and database integration for Dot Net Plateform.

Your post is so old, I don't know if you are still with Powerbuilder Datawindow, I will show you my control DPF (DataPresentationFoundation).:wave:
 

Odi

Joined
Mar 6, 2023
Messages
1
Reaction score
0
There is not equivalent control to Datawindow. Datawindow by Sybase is a patent Tool that no other commercial software owner can publish.

However, I am creating one, 80 % is completed and is ready to take trials. I have gone through the free-form and Grid style presentation and have provided rich design time support for layout and database integration for Dot Net Plateform.

Your post is so old, I don't know if you are still with Powerbuilder Datawindow, I will show you my control DPF (DataPresentationFoundation).:wave:
It is relevant for me too. Can you exxplain about your DPF please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top