我的源码说明
w_nulti_dw :
datawindow adw_focus
string is_retrieve_type //检索的类型
boolean ib_status //输入窗口中有无状态
str_select_edit istr_select_edit //修改时单据时的设置
str_select_ref istr_select_ref //选择参考号
w_horizontal:
Dragobject idrg_top //Reference to the Top Left control
Dragobject idrg_Bottom //Reference to the Bottom control
Boolean ib_Debug=False //Debug mode
Long il_HiddenColor=0 //Bar hidden color to match the window background
Constant Integer cii_BarThickness=20 //Bar Thickness
Constant Integer cii_WindowBorder=15//Window border to be used on all sides
Constant Integer cii_WindowTop = 192 //The virtual top of the window
Constant Integer cii_Windowbottom = 20 //The virtual bottom of the window
w_system:
int ii_win_width, ii_win_height, ii_win_frame_w, ii_win_frame_h
str_size size_ctrl[] ,tab_size_ctrl[20,50],uo_size_ctrl[]
//Boolean variable to stop recursion
boolean ib_exec = false
str_open istr_open //窗口的打开方式
本窗口的open:
is_retrieve_type='long'
ib_status=true
//选择要修改的单据时设置的内容
istr_select_edit.dw_name='d_invpo_select'
istr_select_edit.col_name='id'
istr_select_edit.col_type='long'
istr_select_edit.title='请选择采购发票'
/////设置数据窗口中的子数据窗口
wf_set_dwc(dw_master,'type','INVPO')
//
dw_master.settransobject(sqlca)
tab_1.tabpage_1.dw_1.settransobject(sqlca)
event ue_retrieve()
问题点数:0、回复次数:2Top
1 楼footballplayer(DarWin)回复于 2006-07-04 21:19:04 得分 0
搞不懂你的意思。呵呵。Top
2 楼friendwaters(西门坡论坛 http://www.simpsoft.cn)回复于 2006-07-05 09:03:53 得分 0
什么意思啊Top




