Tab pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, Can anyone give me hand. I have a form with multiple tab pages. I want to limit the lock of the form to just one tab page at a time. I also would like to enter data to each tab page indipendent of all the other tab pages and be able to save the data individualy. Right now it wont allow the data to be stored untill I have entered all the data in all the tab pages. It also will not allow me to move to another record untill the current record is complete. This is not working well since I have different oparators working on each tab page indipendent of the other pages.

THANKS IN ADVANCE
 
If each tab page is different fields >in the same record<, you will not be
able to save one tab page independently of the other ones! That would be
saying, "I want to save certain fields of a new record, without saving
cerain other field of that record". That does not make ny sense. When you
save a new record, you save the value of >all fields<. If >any< field has an
unacceptable value, the record can not be saved >at all<.

If each tab page is different fields in >differemt< records (and/or ables),
you'll have to explain how you are doing this, because that is not possible
in a normal (simple) form.

No idea what you mean by "limit the lock of the form" ...

HTH,
TC


Musiwa said:
Hi, Can anyone give me hand. I have a form with multiple tab pages. I want
to limit the lock of the form to just one tab page at a time. I also would
like to enter data to each tab page indipendent of all the other tab pages
and be able to save the data individualy. Right now it wont allow the data
to be stored untill I have entered all the data in all the tab pages. It
also will not allow me to move to another record untill the current record
is complete. This is not working well since I have different oparators
working on each tab page indipendent of the other pages.
 
Back
Top