Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save XML file using Explorer
Message
De
09/11/2021 07:29:44
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
09/11/2021 07:18:56
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01682662
Message ID:
01682663
Vues:
44
>Hello comunity,
>
>I build a program to create an XML file, but i have a problem because when i use PUTFILE() i cannot create my XML file on the location.
>Here is my code:
>
gcDelimFile = Putfile([guardar como] , 'finalXML' , 'Xml')
m.xml_file_name = StrToFile(finalXML,"finalXML.XML") 
If !Empty(m.gcDelimFile)
	Copy To (gcDelimFile) &&Type XML
...
You got a little confused here. Perhaps it should have been like this:
gcDelimFile = Putfile([guardar como] , 'finalXML' , 'Xml')
If !Empty(m.gcDelimFile)
	StrToFile(finalXML, gcDelimFile)
...

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform