continuous form

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi,
I have a continuous form with a formheader and a detail section.
The idea is to make an entryfield in the detail-section unvisible when the
value is 0
I created som code in the form_open() section but this doesn't seem to be
correct (cooect for the first record, false for the rest... if value <> 0)
Any idea?
Thanks
 
Bonjour Jean-Paul!
Your code might work better in the form current event.
This event occurs every time you go from one record to the
next.
Bonne chance.
Geof Wyght
 
Back
Top