程序應處理任何鏈接到瀏覽的表格意味着它應該是通用的。 請幫忙。 /* below code is sample to Show the data in message box ,
but only first data it is showing right now.*/
DEFINE INPUT PARAMETER hRecord AS WIDGET-HANDLE.
我在Progress(11.4)中已經注意到重複的字符串連接可能非常慢。例如在下面的代碼中。 DEF VAR i AS INT NO-UNDO.
DEF VAR c AS LONGCHAR NO-UNDO.
DO i = 1 TO 1000000:
c = c + STRING(i MOD 10).
END.
從我在Java中的經驗,我認爲這個問題是每個我們串接的時候,我們要
我對查詢有困難,爲了限制從Progress數據庫導出的數據,我必須進行更改。我將「myorderdate」導出爲文本文件。但是,我必須將數據限制在2012年以後的訂單中。 OUTPUT STREAM s1 TO VALUE(exportFileStringDirectory).
FOR EACH poTable NO-LOCK WHERE
ponum = 1 AND
/* this does
我有一個數據集定義了2個與某個字段鏈接的temp-tables(讓我們說:item)。例如: define temp-table items no-undo
field item as char.
define temp-table customer no-undo
field item as char serialize-hidden
field custna
美好的一天 我有一個2部分的問題。目前我有一個表的列表,其數據需要導出到CSV。我的代碼在這裏: def temp table tt-table
field f1 as int
field f2 as char
field . . . .
output to value(session:temp-directory + "temp.csv").
put f1 at 1
"," f2