DoModal(Page.page_name, title, xpos, ypos, [level, scroll_path, target_row]) -- In which scrollpath is: [Record.level1_recname, level1_row, [Record.level2_recname, level2_row, ]] Record.target_recname
-- 可以传一级页面的scroll,或者(临时)数据表
DoModalXComponent函数介绍
1 2 3 4 5
DoModalXComponent(showInModal, cancelButtonName, MenuName.MENU_NAME, BarName.BAR_NAME, ItemName.MENU_ITEM_NAME, Page.COMPONENT_ITEM_NAME, action, Record.SHARED_RECORD_NAME [, keylist]) -- In which keylist is a list of field references in the form: [recordname.]field1 [, [recordname.]field2]