Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putfile function doesn't work as Microsoft says?
Message
 
 
À
17/08/2009 10:33:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01418461
Message ID:
01418611
Vues:
114
The cCustomText works but it's not the title of the dialog but a label for the file name box.
Check Re: Keep filename case / PutFile Message #1417275 for more robust dialog ActiveX)
oDlg = Createobject("PutFileEx")
oDlg.oCdc.DialogTitle = "Save as the first file"
? oDlg.PutFile()
>
>I have to create two text files and when I finish I save them in a specific folder.
>
>That's not a problem.
>
>Now I have to let user save them where he wishes with the name he desires
>
>That's is not the problem.
>
>The problem is I want him to know what is saving
>
>I use a file name he can change and I'd like to show a title "Save first file as...", "Save second file as..."
>
>VFP help says:
>
>PUTFILE([cCustomText] [, cFileName] [, cFileExtensions])
>
>CfileName works.
>
>CfileExtensions works.
>
>I need "cCustom Text" works!!!!
>
>There are two reasons:
>
>One: it has to work...
>
>Two: "Save as..." (default title) is not what I want to appear.
>
>"Guardar primer archivo como..." (Spanish, not English)
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform