Search results

  1. R

    Hook after update non mi funziona

    Ciao, sto provando per la prima volta ad utilizzare la funzione hook. Ho creato due tabelle: Tabella1 Campi: ID (PK), Probabilità (un valore numerico) Tabella2 Campi: ID (PK), Riferimento_Step1(Campo lookup che prende in automatico l'ID del record correlato della Tabella1), Descrizione (campo...
  2. R

    Calculated field that change value of other field

    Hi, I have a form with the following fields: Field "Co-owner", a select_single with values Yes and No Field "Name", a text field Field "Address", a text field Field "Calculated Co-owner", a text field with calculated function. I want that if the user set Co-owner to "No", fields Name and...
  3. R

    Relazione Molti a molti (Many to Many) e Dadabik

    Ciao, scusate la domanda banale, ma ho cercato sul forum e on-line e non riesco a venire a capo di queste relazioni many to many. Ho creato le seguenti tabelle: Tabella Prodotto Id_Prodotto (valore autoincrementale) Nome_prodotto (campo testo) Tabella Negozio Id_Negozio (valore...
  4. R

    $conn and custom pages

    Hi Simple version: is possible to use the $conn variable in a custom php page? How to use it? A code like the one below could work? <?php if(!defined('custom_page_from_inclusion')) { die(); } global $conn; $sql = "INSERT INTO Interessati (Interessati) VALUES ('Clienti')"...
Top