Home > database >  About the use and application of dw2xls compilation
About the use and application of dw2xls compilation

Time:10-08

I have a thread to draw out the freeform format of the form, the form below, by dw2xls export, only the first band header, the rest are unable to show the header, and some custom text did not show that pb version 12.5 build 5629, dw2xls version is found in the Internet on its website, without source of PBD and a DLL file, could you tell me how to set the parameters for each table with a header, in addition, the program debugging, although export format has a problem, but can be normal export, but after the compile process, the machine including the DLL and PBD file is copied to the other machines, are unable to open the exported file, display file format is invalid,

For a normal use under pb12.5 dw2xls, and should choose repository at compile time all content, 43326341 @qq.com, thank you bosses, only this score, please burke


Export code
String ls_pathName ls_FileName//path + name of the file, the file name
Long ll_Net
N_cst_dw2excel n_excel//user object

Ll_Net=GetFileSaveName (" please select a file, "ls_pathName ls_FileName," like ", "Excel (*. XLS), *. XLS")
If ll_Net=1 then
N_excel. OF_dw2Excel (dw_1, ls_pathName)
End the if






CodePudding user response:

This seems to be no problem, I don't have to modify to 2017 R3 directly to use, just sometimes format is a little small
  • Related