Print option within a continuous form

C

Cheryl Fischer

arm,

If you add an unbound control to your continuous form, you will find that
it's value will be the same for all records on your report. So, yes, you
will need to add a Boolean field to your table and bind your checkbox or
other control for selection of individual records to it.
 
R

Rick B

By the way, nice job posting with a July date. Jerk!


Could anyone please help me. I have this form in a continuous format and I
would like print a record or records with the use of a toggle option shown
on each row. Will it be possible without adding a logical field to the
table?
 
A

Albert D. Kallal

If the list of records is quite small, then in place of a continues form,
you could use listbox.

There is some screen shots here of continuous forms, and sub-forms placed on
the SAME screen, and you will be HARD pressed to distinguish between the
listbox..and a continues form.

However, if you don use a listbox, then you *could* create a check button,
and bind it to a function. In the after update event of the check box..you
could add the current ID to a collection. And, if you pass the current id in
the function..then the function could return true, or false depending on if
the current id is in the collection.
 
A

Albert D. Kallal

Rick B said:
By the way, nice job posting with a July date. Jerk!

Geez..you are right..and I even answered a question!

To remove this post in outlook express..you can do the following:

edit->find->find message (shift-ctrl-f)

Check the "check" box for received after 5/21/2004

Change the date in the received after box to 5/22/2004 (tomorrow). You can
click on the little down arrow to do this...

Click on find now.....

now, just hold down the shift key...and then use the down arrow to highlight
all the messages

Now, right click anywhere on those highlight messages

Select move to folder

select deleted items...

Presto!...all future dated messages are now deleted....
 
J

Joe Fallon

Hey Albert,
What verison of OE are you running?

To delete a message in my version you:

Press Delete and then Y to confirm it! <g>
 
A

Albert D. Kallal

Joe Fallon said:
Hey Albert,
What verison of OE are you running?

To delete a message in my version you:

Press Delete and then Y to confirm it! <g>

why....as Homer Simpson would say...duh!

That is recent/new feature? .....and yes..it does work for me also!
 
J

Joe Fallon

It was part of the OE fix last year or so.
2 summits ago, some MVPs got MS to commit to some fixes to OE and pushed
them through.
 
A

arm

Could anyone please help me. I have this form in a continuous format and I
would like print a record or records with the use of a toggle option shown
on each row. Will it be possible without adding a logical field to the
table?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top