Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save as dialog
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Javascript
Titre:
Save as dialog
Versions des environnements
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Divers
Thread ID:
01665934
Message ID:
01665934
Vues:
66
Hi everybody,

I'm working on a User Story that has the following requirement: when I click on a button, the Save As dialog should popup and when the user selected a location, a file should be generated (tab delimited file) and saved in that location.

I did a quick google search and I don't see as what I am supposed to implement. I'm using angularJS for front-end development and ASP.NET MVC for server side development.

Thanks in advance.

In other words, I have the following few VFP lines and I need to re-create that functionality from the browser:
lcFile = PUTFILE("Name the RGIS Validation file to export to.","RGIS_Validation_" + ;
                    DTOC(DATE(), 1) + ".txt", "txt,dat")
   if ! empty(lcFile)
	   COPY TO (lcFile) DELIMITED WITH TAB
	   MESSAGEBOX('RGIS Validation file created.', 0, 'Tallyman Notification')
	 endif
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform