上等兵
- 注册时间
- 2009-4-6
- 金币
- 41 个
- 威望
- 0 个
- 荣誉
- 0 个
尚未签到
|
release 9;
datawindow(units=0 timer_interval=0 color=1073741824 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=68 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=64 color="536870912" )
table(column=(type=char(6) update=yes updatewhereclause=yes name=id dbname="IMY_WH.ID" )
column=(type=char(10) update=yes updatewhereclause=yes name=code dbname="IMY_WH.Code" )
column=(type=char(100) update=yes updatewhereclause=yes name=name dbname="IMY_WH.Name" )
column=(type=long update=yes updatewhereclause=yes name=capacity dbname="IMY_WH.Capacity" initial="1000" )
column=(type=long update=yes updatewhereclause=yes name=cubage dbname="IMY_WH.Cubage" initial="0" )
column=(type=long update=yes updatewhereclause=yes name=usage dbname="IMY_WH.Usage" initial="0" )
column=(type=char(100) update=yes updatewhereclause=yes name=position dbname="IMY_WH.Position" initial="empty" )
column=(type=char(20) update=yes updatewhereclause=yes name=contact dbname="IMY_WH.Contact" initial="empty" )
column=(type=char(20) update=yes updatewhereclause=yes name=phone dbname="IMY_WH.Phone" initial="empty" )
column=(type=long update=yes updatewhereclause=yes name=whtype dbname="IMY_WH.whtype" values="1 外倉/0 內倉/" )
column=(type=char(10) update=yes updatewhereclause=yes name=record_by dbname="IMY_WH.Record_By" initial="empty" )
column=(type=datetime update=yes updatewhereclause=yes name=record_date dbname="IMY_WH.Record_Date" initial="today" )
column=(type=char(10) update=yes updatewhereclause=yes name=edit_by dbname="IMY_WH.Edit_By" initial="empty" )
column=(type=datetime update=yes updatewhereclause=yes name=edit_date dbname="IMY_WH.Edit_Date" initial="null" )
retrieve=" SELECT distinct
IMY_WH.ID,
IMY_WH.Code,
IMY_WH.Name, |
|