sFile is string
// Opens the file picker sFile = fSelect("", "", "Select a file...", "xml" + TAB + "*.xml", "*.xml", fselCreate + fselExist)
IF sFile <> "" THEN TableToXML(TABLE_descricao, sFile, taNoTitle)
// BLOG COM VIDEO E EXEMPLO http://windevdesenvolvimento.blogspot.com.br/2017/07/aula-1207-windev-tabela-068-tabletoxml.html
https://www.youtube.com/watch?v=wFWdyUP8-uI
|