VLF-ONE Send To Excel
Posted: Sat May 20, 2017 3:28 am
In VLF-ONE you can get a CSV from an instance list via the "Send To MS-Excel" menu item.
How is VLF-ONE doing this?
I have a custom instance list where I need to customize the excel file.
Are you doing something with #PRIM_WEB.HttpRequest and setting the content and headers?
I found the uSendToXL method to redefine but don't really know where to go from here. When I try to redefine the uSendToXL method it never gets called.
Thanks,
Joe
Edit
Tracing the method (uses a custom "application" aka framework manager)
Shows the method is never getting invoked.
How is VLF-ONE doing this?
I have a custom instance list where I need to customize the excel file.
Are you doing something with #PRIM_WEB.HttpRequest and setting the content and headers?
I found the uSendToXL method to redefine but don't really know where to go from here. When I try to redefine the uSendToXL method it never gets called.
Thanks,
Joe
Edit
Tracing the method (uses a custom "application" aka framework manager)
Code: Select all
mthroutine name(uSendtoXL) options(*REDEFINE)
#CMGApplicationManager.avFrameworkManager.avRecordTrace component(#COM_OWNER) event("uSendToXL")
endroutine