sir
can anybody explain what is net-ui and where can i get the documents regardinf this net-ui.
pls help
thank you
For development related questions, I recommend the OpenEdge Development forum: https://community.progress.com/technicalusers/f/19.aspx
GUI for .NET allows you use use .NET Controls to enhance the appearance of OpenEdge GUI applications and it is available since OpenEdge 10.2A.
For a first overview GUI for .NET is very well documented here: https://community.progress.com/technicalusers/w/openedgegeneral/1107.openedge-11-3-product-documentation.aspx?Redirected=true
Document Title
|
Link to PDF
|
Link to HTML
|
GUI for .NET Primer
|
||
GUI for .NET Programming
|
||
GUI for .NET Mapping Reference
|
||
Introducing the Progress Developer Studio for OpenEdge Visual Designer
|
||
ABL Reference
|
||
Object-oriented Programming
|
sir
thanks for your guidance . I cannot understand whether or how NET-ui is helpful to progress dba, the documents you referred, explains how to program the NET-ui so i request you to pls explain or direct me for any materials or documents that explains how NET-ui is used in progress dba
hi
If you as a DBA are not involved in programming, I doubt that any technology build to modernize application user interfaces will be helpful to you.
Reply by Mike FechnerIf you as a DBA are not involved in programming, I doubt that any technology build to modernize application user interfaces will be helpful to you.
Stop receiving emails on this subject.Flag this post as spam/abuse.
Please excuse me, but I really don’t understand your question.
As you say, the .Net UI is another client. If you are talking about how it connects to the Database, it can do it directly (shared memory or Client/Server) or do it via AppServer. There is nothing special about the way the connection is done. There is in how you pull the data out of the database and display it (to a degree in that the ProBindingSource allows you to display data like the .Net Dataset) but the connection is no different!
Are you having an issue with this that we might be able to help better with if you ask about the issue rather then the concept in general?
HTH
Molly