Re: Problem with a continuous form
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Fri, 5 Oct 2007 00:41:42 +0800
The extra line at the end is there so you can add a new record.
You can remove it by setting the form's AllowAdditions property to Yes. However, if you then load (or filter) the form so that it has no records, there will be nothing to show. The Detail section will go totally blank, and any controls in the Form Header or Form Footer may not work properly either.
More info about the form going blank:
http://allenbrowne.com/casu-20.html
More info about the other controls not working properly:
http://allenbrowne.com/bug-06.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
<bruno.barral@xxxxxxxxxx> wrote in message
news:1191514903.784413.278600@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am developping an application in VBA with Access, and I created a
continuous form, to display data coming from a table.
In the form, each line displays data about a project, and each line
has 4 checkboxes at the right, to allow parametrization of the
projects.
My problem is that when my form is displayed, I get logically one line
per project (and that's ok), but I also get an empty line displayed at
the end of the form (all the fields are there, but no data on them).
And moreover, when I click in one of the checkboxes next to this empty
line, another empty line is created. And again, if I click in one of
the checkboxes next to this empty line, a new one is created and so
on.
My question is : how can I manage to make the continuous form display
only the necessary lines for the existing data, but no empty lines,
with this strange behaviour ?
Thank you for any idea or hint.
¨
PS :Locking the checkboxes is not a solution, as the user needs to be
able to check them for parametrization of the corresponding project.
.
- Follow-Ups:
- Re: Problem with a continuous form
- From: nartla
- Re: Problem with a continuous form
- References:
- Problem with a continuous form
- From: bruno . barral
- Problem with a continuous form
- Prev by Date: Re: insert text to report on the fly
- Next by Date: Re: how can I get item numbers column for a query result?
- Previous by thread: Problem with a continuous form
- Next by thread: Re: Problem with a continuous form
- Index(es):
Relevant Pages
|