”PB中数据窗口导出数据到EXCEL的程序(2)_tlammon的专栏-程序员宅基地“ 的搜索结果

     PB数据窗口导出到EXCEL函数function f_oletoexcel(adw datawindow,title string,as_file string) Oleobject ole_objectString s_english="ABCDEFGHIJKLMNOPQRSTUVWXYZ"String ls_obj,ls_objs[],ls_objtag[],...

     oleobject loo_excel,loo_sheet  string ls_txt,ls_xls,ls_xls_new loo_excel = create oleobject if loo_excel.ConnectToNewObject("Excel.Application") = 0 then  setpointer(HourGlass!)  loo_excel.

     在数据窗口的预览状态下可以调整字段的顺序,并且自动反馈到数据窗口的设计状态中,调整字段顺序时,对应的标签顺序也相应地自动调整。缺省情况下,字段不能随意移动,只能在detail band中做上下移动。这种显示样式...

     PB导出数据excel格式dw2xls  使用DW2XLS控件 语法 uf_save_dw_as_excel ( dw, filename )  参数 dw A reference to the datawindow object filename A string whose value is the name of the file you ...

     string ls_filename,ls_name,ls_docname long ll_value //打开另存为输入框 ll_value = GetFileSaveName("文件另存为",ls_docname,ls_name, "XLS","Excel Files (*.XLS),*.XLS") ...//dw_1数据窗口的.

     li_err = GetFileOpenName("导入Excel",ls_path,ls_file, "DOC", & + "Excel Files (*.xls),*.xls,"+"All Files (*.*),*.*") if li_err < 0 then MessageBox('提示','打开文件错误,请检查!') return end ...

10  
9  
8  
7  
6  
5  
4  
3  
2  
1