A. Razzak Memon a écrit :
At 02:17 PM 2/21/2009, Michel et Carole wrote:
4 : CURRENCY vLotoBar = LotTBar in LotoVi where DateJour =
.vdateRapjour and gerant = .vgerant
5 : CURRENCY Lotobar = .vLotoBar
- Location is a column in table RapportGerant
- LotoBar is a column in table RapportGerant
-DateJour is a column in table RapportGerant
-Gerant is a column in table RapportGerant
It works fine and refreshes columns automaticly
Is that a good practice or is there a better way to refresh?
Michel,
In your specific situation where the current column value needs
to be equal to a lookup column value, you can simply bypass step
#4 that defines a lookup variable first.
Example:
Lotobar = LotTBar IN LotoVi WHERE DateJour = .vDateRapjour AND Gerant
= .vGerant
Very Best R:egards,
Razzak.
Thanks Razzak,
I only use the form in edit mode. If I bypass step #4, the form only
refreshes after I save the row or I run an eep somewhere to refresh.
Inclusing the value in DB Label field Lotobar
Michel Séguin