简体   繁体   English

在Openedge ABL(Progress 4GL)中,如何在定义浏览时创建新行?

[英]In Openedge ABL (Progress 4GL) how create a new row when defining a browse?

I have looked all over the web for this information and I'm tempted to assume that's it not possible at this point. 我已经在网络上四处寻找这些信息,因此我很想假设这是不可能的。 To be clear, I have: 要清楚,我有:

  1. defined a temp-table(x) and 4 fields 定义了一个临时表(x)和4个字段
  2. defined a query(q) for the temp-table(x) 为临时表(x)定义了一个查询(q)
  3. defined a browse(b) for the query(q) 为查询(q)定义了浏览(b)
  4. defined a frame(f) for the browse(b) 为浏览器(b)定义了框架(f)
  5. filtered my data, created temp-table(xx), and assigned the filtered data to the temp-table(x) 过滤我的数据,创建临时表(xx),并将过滤后的数据分配给临时表(x)
  6. Opened a query(q) for each temp-table(x) 为每个临时表(x)打开一个查询(q)

What I'm unable to do within the define browse(b) query(q) display statement is use skip to place one of the fields from temp-table(xx) on a different row. 我无法在define Browse(b)查询(q)显示语句中执行的操作是使用skip将temp-table(xx)中的字段之一放在另一行上。 Any suggestions? 有什么建议么?

ABL does not support a multi-line browse. ABL不支持多行浏览。 Depending on your OpenEdge release, you should use an Active X or .NET Control. 根据您的OpenEdge版本,您应该使用Active X或.NET控件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM