[WB10] variable de session et WEBDEV 10?
Bonjour,
il n'est pas possible de faire des variable sessions avec webdev10?
j'ai édité le code du projet et sous initialisation j'ai declaré mes variables:
Code:
1 2 3 4 5 6 7
|
GLOBAL
gnSurface est un entier
gnPrix est un entier
gnPiece est un entier
gnCP1 est un entier
gnCp2,gnCp3,gnCp4 est un entier |
Mais cela ne fonctionne pas:?
et sous la declaration global de ma page "ListeBien" j'ai:
Code:
PROCEDURE ListeBien(pgPiece,pgSurfaceMin,pgPrix,pgL1,pgL2,pgL3,pgL4)
ensuite sur la page "ListeBien" sous initialisation j'ai :
Code:
1 2 3 4 5 6 7
| gnSurface =pgSurfaceMin
gnPrix=pgPiece
gnPiece=pgPiece
gnCP1=pgL1
gnCp2=pgL2
gnCp3=pgL3
gnCp4=pgL4 |