Quote from llazzari on June 6, 2020, 10:42 amGood morning.
I am creating a mobile app that performs calculations which I then visualize via neotable.
Trying it on the web works, from a mobile phone I have problems downloading in formats, Excel CSV ... does not download them.
Is there any solution?
Good morning.
I am creating a mobile app that performs calculations which I then visualize via neotable.
Trying it on the web works, from a mobile phone I have problems downloading in formats, Excel CSV ... does not download them.
Is there any solution?

Quote from luishp on June 6, 2020, 5:09 pmHi @llazzari
I assume you are compiling using PhoneGap Build. As an alternative you can try compiling to PWA.
Not sure, but downloads probably don't work on PhoneGap Build as they do on web apps due to its hybrid approach.
Hi @llazzari
I assume you are compiling using PhoneGap Build. As an alternative you can try compiling to PWA.
Not sure, but downloads probably don't work on PhoneGap Build as they do on web apps due to its hybrid approach.

Quote from asmat on June 7, 2020, 3:18 amHi @llazzari
I think you should find an alternative way for your work like me,...four month ago i have faced the same problem also.
I tried PDF-generator plugin to save my neotable, That was a good alternative for my work.
Hi @llazzari
I think you should find an alternative way for your work like me,...four month ago i have faced the same problem also.
I tried PDF-generator plugin to save my neotable, That was a good alternative for my work.
Uploaded files:
Quote from llazzari on June 8, 2020, 4:30 pmGrazie Asmate luishp, proverò in questo modo.
Ho ancora due problemi da risolvere. I valori caricati nella tabella non provengono da un database esterno, vengono calcolati all'interno dell'app,
nel Neotable Tutorial incluso in Visualneo Web, tutti i valori sono già inseriti nella dichiarazione della tabella nell'evento di avvio del App.
1 Problema con il file 1
Ho dovuto spostare questo codice sul pulsante che esegue i calcoli, altrimenti non sono stati caricati nella tabella, che è rimasta vuota
2 Problema
Non riesco a formattare le celle nella tabella
usando le sottoregline, come nell'esercitazione .
3 Problema
Ho provato a svuotare le variabili con
SetVar [Test] "" o impostando il valore su 0
ma i valori delle variabili non vengono ripristinati
Grazie Asmate luishp, proverò in questo modo.
Ho ancora due problemi da risolvere. I valori caricati nella tabella non provengono da un database esterno, vengono calcolati all'interno dell'app,
nel Neotable Tutorial incluso in Visualneo Web, tutti i valori sono già inseriti nella dichiarazione della tabella nell'evento di avvio del App.
1 Problema con il file 1
Ho dovuto spostare questo codice sul pulsante che esegue i calcoli, altrimenti non sono stati caricati nella tabella, che è rimasta vuota
2 Problema
Non riesco a formattare le celle nella tabella
usando le sottoregline, come nell'esercitazione .
3 Problema
Ho provato a svuotare le variabili con
SetVar [Test] "" o impostando il valore su 0
ma i valori delle variabili non vengono ripristinati

Quote from luishp on June 8, 2020, 9:00 pm@llazzari it's very difficult to help you from the information you share. It would be much more easy if you share a minimal sample showing your problems.
Regards.
@llazzari it's very difficult to help you from the information you share. It would be much more easy if you share a minimal sample showing your problems.
Regards.
Quote from llazzari on June 12, 2020, 3:19 pmGood morning ,
I used NeoPdf to load Neotable tables, which did not allow me to download from a mobile phone, with neopdf I am not even uploaded the pdf post a video of the app, I compiled it with PhoneGap.
I haven't tried PWA yet, I haven't learned yet if you can give me guidelines for compiling in PWA. THANKS
Good morning ,
I used NeoPdf to load Neotable tables, which did not allow me to download from a mobile phone, with neopdf I am not even uploaded the pdf post a video of the app, I compiled it with PhoneGap.
I haven't tried PWA yet, I haven't learned yet if you can give me guidelines for compiling in PWA. THANKS

Quote from luishp on June 12, 2020, 7:22 pmHi @llazzari, neoPDF doesn't work in PhoneGap Build. There is a specific PDF PhoneGap Plugin you can use instead (not VisualNEO Web Plugin). Compiling to PWA is very easy, just check the option in Project > Properties > Platform Options > Web (see attached image). Then compile to Web Application and upload the files to a web server (web hosting).
Regards.
Hi @llazzari, neoPDF doesn't work in PhoneGap Build. There is a specific PDF PhoneGap Plugin you can use instead (not VisualNEO Web Plugin). Compiling to PWA is very easy, just check the option in Project > Properties > Platform Options > Web (see attached image). Then compile to Web Application and upload the files to a web server (web hosting).
Regards.
Uploaded files: