Le forum (ô combien francophone) des utilisateurs de Powerbuilder.
Bonjour je cherche à ouvrir l'application Excel ainsi qu'un fichier au clic sur un bouton, pourriez vous m'aider svp ?
Merci
Dernière modification par raubry (19-12-2013 10:42:22)
Hors ligne
Salut
ll_retour = GetFileSaveName ( "Enregistrer sous...", ls_path, ls_file, "XLS", "EXCEL Files (*.xls),*.xls" , "C:\") //My Documents") , 32770) If ll_retour > 0 then IF ls_file <> "" AND NOT(ISNULL(ls_file)) THEN uf_save_dw_as_excel(dw_export_excel, ls_file) END IF If FileExists (ls_file) Then ShellExecuteA (0,"Open",ls_file,ls_null,ls_null,1) End If END IF
avec
FUNCTION uLong ShellExecuteA(ulong hwnd,string lpOperation,string lpFile,String lpParameters,string lpDirectory,ulong nShowCmd) LIBRARY "shell32.dll"
Hors ligne
Merci, comment on met résolu ?
Hors ligne
raubry a écrit:
Merci, comment on met résolu ?
ajoute [RESOLU] au titre du premier message
Hors ligne
Merci
Hors ligne