<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.br.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Mar 2015 21:04:38 Z</lastBuildDate><pubDate>20 Mar 2015 21:04:38 Z</pubDate><description>http://windevdesenvolvimento.blogspot.com.br/2015/03/fselect-salvar-e-abrir.html&#13;
&#13;
Nesse video explico com fazer select para Abrir ou Salvar como, usando o help do windev&#13;
&#13;
[code:wl]&#13;
// Abrir&#13;
&#13;
sFile is string&#13;
&#13;
// Opens the file picker&#13;
sFile = fSelect("", "", "Select a file...", "Arquivos Excel " + TAB + "*.xlsx", "*.xlsx")&#13;
&#13;
&#13;
[/code]&#13;
&#13;
[code:wl]&#13;
sFile is string&#13;
// Salvar&#13;
&#13;
// Opens the file picker&#13;
sFile = fSelect("", "", "", "Arquivo Excel" + TAB + "*.xlsx", "*.xlsx", fselCreate + fselExist)&#13;
&#13;
[/code]</description><ttl>30</ttl><generator>WEBDEV</generator><language>pt_BR</language><link>https://forum.pcsoft.fr/en-US/pcsoft.br.windev/186-fselect-salvar-abrir/read.awp</link><title>WD - Fselect - Salvar e Abrir</title><managingEditor>moderateur@pcsoft.fr (The moderator)</managingEditor><webMaster>webmaster@pcsoft.fr (The webmaster)</webMaster></channel></rss>
