In some of my forms I use a columns name as a variablename and variable expression in the form expression builder.

Form :  RapportGerant

Main Table :  Somaire_vente_depo
1 : DATE   vDateRapJour = DateJour
2 : TEXT    vgerant = Gerant
3 : CURRENCY   Location = .vtotlocation
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?

Thank You

Michel Séguin


Reply via email to