有人可以指示我正确的方向, 如何在进度应用程序中使用嵌入.NET 控制 。 谢谢!
编辑: Im 使用 10.2b
有人可以指示我正确的方向, 如何在进度应用程序中使用嵌入.NET 控制 。 谢谢!
编辑: Im 使用 10.2b
如果您想用 OpenEdge 做任何.NET 编程, 我强烈建议您先从John Sadd 的绝佳视频系列开始, 确切地覆盖这个内容。 事实上, 我建议您先通过这些视频, 然后再开始阅读进步提供的任何手册( 还有一堆! ) 。
运行 - 不要走路 - 到http://communities.progress.com/pcom/docs/DOC-101140 并开始观察!
希望这有帮助(我知道会的! )
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 ...
I have an ASP.net web service application that connects to a Progress OpenEdge 10.1B database via ODBC. My development machine is XP Pro and runs everything fine. I am now moving the application ...
I am testing a thick client which is connected to a database, need to sniff traffic b/w tcp port on same machine
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 ...
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 ...
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 ...
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 ...
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 ...