1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - daninet
2
General Discussion / Re: Combobox label 2 campi
3
General Discussion / Combobox label 2 campi
La query che ho è questa:
SELECT DISTINCT id AS value, modello AS label FROM dispositivi WHERE idcliente= ? ORDER BY matricola ASC"
accanto al modello dovrei far vedere matricola sempre come label, è fattibile ? tipo
SELECT DISTINCT id AS value, modello|matricola AS label FROM dispositivi WHERE idcliente= ? ORDER BY matricola ASC"Co
4
General Discussion / TabPage + DisplayType
Ho inserito nella pagina un tab e associato "ContattiListView".
vorrei che nel primo tab sia displaytype=list, nel secondo displaytype=grid;
I would like to give the double possibility of viewing the list of records.
I inserted a tab into the page and associated "ContactsListView".
I would like displaytype=list in the first tab, displaytype=grid in the second;
5
General Discussion / Raggruppare campi in groupBox
é possibile nella stessa pagina raggruppali e in due groupbox separati ? ed inoltre mettere eventualci campi sulla stessa riga ?
Es.
Nome
Cognome
Data di Nascita
Tel.
Cell.
Fax.,
Es. NOME COGNOME
6
General Discussion / Filtro non visualizza i campi
Ho impostato un filtro in una pagina.. se controllo la query i valori di sono si carica il combo ma non si vedono i valori.
Hello everyone.
I set a filter on a page.. if you check the query the values of are loads the combo but you don't see the values.
7
Questions / Re: trigger
$table_data = array(
"status" => "OCC",
"postazione_id" => $rec_id
);
$db->where("id", $rec_id);
$bool = $db->update("postazioni", $table_data);
se inserisco questo codice ho error 500
8
Questions / Re: trigger
UPDATE postazioni
SET postazioni.status='OCC'
WHERE postazioni.id = new.postazione_id "
questo è su page events ma non so come impostarlo
$table_data = array(
"fieldname" => "value",
"fieldname2" => "value2"
);
$db->where("table_id", $rec_id);
$bool = $db->update("tablename", $table_data);
9
Questions / Re: error online
10
Questions / Re: error online
11
Questions / Re: error online
da cosa pò dipendere ?
12
Questions / Re: error online
13
Questions / Re: error online
Error 500
Server Error
14
Questions / Re: error online
mod_rewrite = abilitato.
cosa posso fare ?
15
Questions / error online
https://www.drsoft.it/app/drpontile/index/login/?csrf_token=3149bbbe04bd86544cbff23e565bd1c5
Not Found
The requested URL was not found on this server.
cosa controllo ?