/[openfoncier]/trunk/dyn/comboaffichage.inc.php
ViewVC logotype

Contents of /trunk/dyn/comboaffichage.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 890 byte(s)
version initiale


1 <?php
2 //$Id: comboaffichage.inc,v 1.3 2008-06-26 09:18:41 jbastide Exp $
3 // =========================================================================
4 // Affectation des paramètres spécifiques applications pour COMBO.PHP 1.1
5 // Retour lorsqu il y a plusieurs enregistrements correlles
6 // choix dans le SELECT
7 // $x=$row[$zoneCorrel]; // retour dans la zone correllée
8 // $y=$row[$zoneOrigine] // retour dans la zone origine
9 // il est possible de renvoyer d autre zone dans le formulaire
10 // il est possible d afficher d autre zone de la table en combo
11 // =========================================================================
12 /*
13 if($champOrigine=="nom"){
14 $aff=$row['client']." - ".$row['nom']." ".$row['prenom'];
15 $y=$row['nom'];
16 $a=$row['prenom'];
17 $b=$row['adresse1'];
18 $c=$row['adresse2'];
19 $d=$row['cp'];
20 $e=$row['ville'];
21 $f=$row['titre'];
22 }
23 */
24
25 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26