Customizable lists for sqlite with webview

henry1311

Member
Licensed User
Longtime User
ENGLISH
-------
Hi.
For those interested in sharing this as my little app to display the result of the query in webview.
In calling module configures the variables and run the Activity actSqlView who undertakes compilation of the list with fixed header.
Various settings let you enable / disable the zoom and make it clickable or not the cells of each row.
You can also change the sort order by clicking on the column/header: Ascendant, DESCendant and return the original ORDER BY.
The lines are colored alternately odd and even with the possibility of having specific colors of the background and the foreground color for each column.

The detailed description of all variables to be enhanced in the calling program can be found at the beginning of the module actSqlView

In the module 'modFunc' there are many functions vfp / vb like that I use for convenience!

Ciao
Enrico



ITALIANO
--------
Ciao a tutti
Per chi fosse interessato condivido questa mia piccola app di esempio per visualizzare il risultato delle query in webview.
Nel modulo chiamante si configurano le variabili e si esegue l'Activity actSqlView che si incarica dell'elaborazione dell'elenco con intestazione fissa.
Vari settaggi permettono di abilitare/disabilitare lo zoom e rendono cliccabili o meno le celle di ciascuna riga.
E' possibile anche cambiare l'ordinamento della colonna cliccando sull'intestazione : ASCendent, DESCendent e ritorno all'originale ORDER BY.
Le righe sono colorate alternativamente pari e dispari con la possibilità di avere colori specifici del background e del foreground per ciascuna colonna.

La descrizione dettagliata di tutte le variabili da valorizzare nel programma chiamante sono contenute all'inizio del modulo actSqlView

Nel modulo modFunc ci sono molte funzioni vfp/vb like, che io utilizzo per comodità!

Ciao
Enrico
 

Attachments

  • sqlViewSqlite.zip
    34.5 KB · Views: 303
Top