English 中文(简体)
使用嵌入.NET 控件的进度打开
原标题:Progress openedge using embed .NET controls

有人可以指示我正确的方向, 如何在进度应用程序中使用嵌入.NET 控制 。 谢谢!

编辑: Im 使用 10.2b

问题回答

如果您想用 OpenEdge 做任何.NET 编程, 我强烈建议您先从John Sadd 的绝佳视频系列开始, 确切地覆盖这个内容。 事实上, 我建议您先通过这些视频, 然后再开始阅读进步提供的任何手册( 还有一堆! ) 。

运行 - 不要走路 - 到http://communities.progress.com/pcom/docs/DOC-101140 并开始观察!

希望这有帮助(我知道会的! )





相关问题
Progress 4GL that calls a C function

I have been working in some C language function that is going to be called from a Progress 4GL application and I found myself with the following doubts: The C function uses malloc to dynamically ...

How can I display and manipulate record arrays?

Looking for the following forms functionality with INFORMIX 4GL?, ISQL with ESQL/C?, PROGRESS-4GL?, ORACLE? etc? I have a CRUD form which displays a customer[master] with all of their asociated ...

Transaction & Locks Problem

with in do transaction, i defined a label and in this label i am accessing a table with exclusive-lock.and at the end of label i have done all the changes in that table. bt now i am with in ...

Delphi connection to OpenEdge Progress-4GL Database

Folks: Has anyone had success connecting to a Progress-4GL database with Delphi?   I ve been unable to establish any connection with the ODBC driver provided by the vendor (Progress OpenEdge ...

Progress 4GL and .Net

I m trying to get data out of a Progress 4GL database, into SQL Server. Ideally, I d like to do this directly and within .NET, rather than through an ODBC driver since the ODBC driver gateway in ...

How do I do HTTP GET and POST in Progress/OpenEdge ABL?

The Progress docs spill plenty of ink on SOAP, but I m having trouble finding the example for a simple HTTP GET/POST with Progress ABL. How do I GET and POST strings to/from a URL? Can the URL be ...

热门标签