473,396 Members | 1,963 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Instances Of A Control On A Continuous Form

How can the instances of a textbox control on an continuous form be
addressd? Can a specific instance be addressed? For example, a continuous
form has ten records. How can the textbox for the eighth record be
addressed?

Thanks,

Mark
Nov 13 '05 #1
14 8227
"addressed"? What do you mean? What are you trying to do?
--
Rick B

"Mark" <no****@myemail.net> wrote in message
news:Eg*****************@newsread3.news.atl.earthl ink.net...
How can the instances of a textbox control on an continuous form be
addressd? Can a specific instance be addressed? For example, a continuous
form has ten records. How can the textbox for the eighth record be
addressed?

Thanks,

Mark

Nov 13 '05 #2
Rick,

Thank you for the quick response!

I'm looking for a way to make the eighth instance of the textbox in record
#8 not visible. Something like CtlInstance(8).Visible = False. This will
then leave the textbox for the other records visible. I want to do something
like conditional formating does.

Thanks,

Mark
"Rick B" <Anonymous> wrote in message
news:OY*************@TK2MSFTNGP15.phx.gbl...
"addressed"? What do you mean? What are you trying to do?
--
Rick B

"Mark" <no****@myemail.net> wrote in message
news:Eg*****************@newsread3.news.atl.earthl ink.net...
How can the instances of a textbox control on an continuous form be
addressd? Can a specific instance be addressed? For example, a continuous form has ten records. How can the textbox for the eighth record be
addressed?

Thanks,

Mark


Nov 13 '05 #3
Mark wrote:
How can the instances of a textbox control on an continuous form be
addressd? Can a specific instance be addressed? For example, a continuous
form has ten records. How can the textbox for the eighth record be
addressed?

The only active instance of a control in the detail section
of a continuous form is the one in the current record.

Using unbound controls in the detail section is rarely a
useful exercise. OTOH, if you want to apply a different
format to a control in some rows, then try using Conditional
Formatting (Format menu).
--
Marsh
MVP [MS Access]
Nov 13 '05 #4
What makes record #8 unique? Not sure how you could do this in a continuous
form. Conditional formatting might work, but you would need to figure out
what expression to use that would return the appropriate record.

--
Rick B

"Mark" <no****@myemail.net> wrote in message
news:r5****************@newsread2.news.atl.earthli nk.net...
Rick,

Thank you for the quick response!

I'm looking for a way to make the eighth instance of the textbox in record
#8 not visible. Something like CtlInstance(8).Visible = False. This will
then leave the textbox for the other records visible. I want to do something like conditional formating does.

Thanks,

Mark
"Rick B" <Anonymous> wrote in message
news:OY*************@TK2MSFTNGP15.phx.gbl...
"addressed"? What do you mean? What are you trying to do?
--
Rick B

"Mark" <no****@myemail.net> wrote in message
news:Eg*****************@newsread3.news.atl.earthl ink.net...
How can the instances of a textbox control on an continuous form be
addressd? Can a specific instance be addressed? For example, a continuous form has ten records. How can the textbox for the eighth record be
addressed?

Thanks,

Mark



Nov 13 '05 #5
Marsh,

Thanks for responding!

I want to make the control in some rows not visible depending on the value
in another field. Conditional Formatting does not have an option to set the
visible property. Do you know any way to do this?

Thanks,

Mark
"Marshall Barton" <ma*********@wowway.com> wrote in message
news:ma********************************@4ax.com...
Mark wrote:
How can the instances of a textbox control on an continuous form be
addressd? Can a specific instance be addressed? For example, a continuous
form has ten records. How can the textbox for the eighth record be
addressed?

The only active instance of a control in the detail section
of a continuous form is the one in the current record.

Using unbound controls in the detail section is rarely a
useful exercise. OTOH, if you want to apply a different
format to a control in some rows, then try using Conditional
Formatting (Format menu).
--
Marsh
MVP [MS Access]

Nov 13 '05 #6
Conditional Formatting does not have an option to set the visible property.
Do you have any ideas of how to make record #8 not visible depending on the
value in another field?

Mark
"Rick B" <Anonymous> wrote in message
news:u3**************@tk2msftngp13.phx.gbl...
What makes record #8 unique? Not sure how you could do this in a continuous form. Conditional formatting might work, but you would need to figure out
what expression to use that would return the appropriate record.

--
Rick B

"Mark" <no****@myemail.net> wrote in message
news:r5****************@newsread2.news.atl.earthli nk.net...
Rick,

Thank you for the quick response!

I'm looking for a way to make the eighth instance of the textbox in record #8 not visible. Something like CtlInstance(8).Visible = False. This will
then leave the textbox for the other records visible. I want to do

something
like conditional formating does.

Thanks,

Mark
"Rick B" <Anonymous> wrote in message
news:OY*************@TK2MSFTNGP15.phx.gbl...
"addressed"? What do you mean? What are you trying to do?
--
Rick B

"Mark" <no****@myemail.net> wrote in message
news:Eg*****************@newsread3.news.atl.earthl ink.net...
> How can the instances of a textbox control on an continuous form be
> addressd? Can a specific instance be addressed? For example, a

continuous
> form has ten records. How can the textbox for the eighth record be
> addressed?
>
> Thanks,
>
> Mark
>
>



Nov 13 '05 #7
Mark wrote:
Conditional Formatting does not have an option to set the visible property.
Do you have any ideas of how to make record #8 not visible depending on the
value in another field?

Mark


If you set the back style and the border style to transparent, and all
the colors, with the exception of the forecolor, associated with the
text box to be the same as the section color beneath, and conditional
formatting to set that forecolor to the color of the section beneath
when a condition is met, then it !!!should!!! disappear when the
conditional formatting condition is met.
I m not sure if the transparency thingmes are required.

--
--
Lyle

To subject an enemy belligerent to an unfair trial, to charge him with
an unrecognized crime, or to vent on him our retributive emotions only
antagonizes the enemy nation and hinders the reconciliation necessary to
a peaceful world.

Justice Frank Murphy
Yamashita v. Styer, 327 U.S. 1 (1946)
Nov 13 '05 #8
Lyle Fairfield <ly******@yahoo.ca> wrote in
news:xa***************@read1.cgocable.net:
Mark wrote:
Conditional Formatting does not have an option to set the visible
property. Do you have any ideas of how to make record #8 not visible
depending on the value in another field?

Mark


If you set the back style and the border style to transparent, and all
the colors, with the exception of the forecolor, associated with the
text box to be the same as the section color beneath, and conditional
formatting to set that forecolor to the color of the section beneath
when a condition is met, then it !!!should!!! disappear when the
conditional formatting condition is met.
I m not sure if the transparency thingmes are required.


BTW I know this solution sounds hokey but I believe it is the way Access
"hides" the database window, or, at least, used to hide the database
window, and a good thing, for that is where it "finds" or "found" objects
like tables and queries.

--
Lyle
Nov 13 '05 #9
You can certainly move the record pointer, and grab data.

however, there is only ONE instance of each control...so, no, you can't
address a individual control. And, you can't switch "one" of them on/off
since there is only ONE of them!!!

The only work around is to use condition formatting as others have
suggested.

I certainly have a lot of continues forms where I set the controls 'enabled'
property on/off. While this actually makes all instances of the control go
disabled, I actually find this works quite well. So, you could set the
controls visible property as you move the cursor up/down through the
continues form. The fact that 'all' of them disabled when you are on a
record that should not allow data entry for that record actually works quite
well...
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #10
Albert,

Thank you for responding!

If there is only one instance of each control, how is conditional formatting
able to change fonts, colors and enable/disable the one instance?

I want to overlay a textbox over a combobox and depending on the value of
another field, expose either the textbox or combobox in each record. To do
this, I am thinking I need to make one visible and the other not visible.

Mark
"Albert D.Kallal" <Pl*******************@msn.com> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
You can certainly move the record pointer, and grab data.

however, there is only ONE instance of each control...so, no, you can't
address a individual control. And, you can't switch "one" of them on/off
since there is only ONE of them!!!

The only work around is to use condition formatting as others have
suggested.

I certainly have a lot of continues forms where I set the controls 'enabled' property on/off. While this actually makes all instances of the control go
disabled, I actually find this works quite well. So, you could set the
controls visible property as you move the cursor up/down through the
continues form. The fact that 'all' of them disabled when you are on a
record that should not allow data entry for that record actually works quite well...
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal

Nov 13 '05 #11
Lyle,

Thanks for responding!

Yes, that will definitely give the visible/not visible effect. However ----

I want to overlay a textbox over a combobox and depending on the value of
another field, expose either the textbox or combobox in each record. To do
this, I am thinking I need to make one visible and the other not visible.

Mark

To do this, I am thinking I need to make one visible and the other not
visible.
"Lyle Fairfield" <ly******@yahoo.ca> wrote in message
news:xa***************@read1.cgocable.net...
Mark wrote:
Conditional Formatting does not have an option to set the visible property. Do you have any ideas of how to make record #8 not visible depending on the value in another field?

Mark


If you set the back style and the border style to transparent, and all
the colors, with the exception of the forecolor, associated with the
text box to be the same as the section color beneath, and conditional
formatting to set that forecolor to the color of the section beneath
when a condition is met, then it !!!should!!! disappear when the
conditional formatting condition is met.
I m not sure if the transparency thingmes are required.

--
--
Lyle

To subject an enemy belligerent to an unfair trial, to charge him with
an unrecognized crime, or to vent on him our retributive emotions only
antagonizes the enemy nation and hinders the reconciliation necessary to
a peaceful world.

Justice Frank Murphy
Yamashita v. Styer, 327 U.S. 1 (1946)

Nov 13 '05 #12
Mark wrote:
I want to make the control in some rows not visible depending on the value
in another field. Conditional Formatting does not have an option to set the
visible property. Do you know any way to do this?

CF can not be used with the Visible property, but it can be
used to disable a control.

I think you're stuck with that or using Lyle's workaround.

--
Marsh
MVP [MS Access]
Nov 13 '05 #13
On Tue, 17 May 2005 17:59:09 GMT, "Mark" <no****@myemail.net> wrote:

If there is only one instance of each control, how is conditional formatting
able to change fonts, colors and enable/disable the one instance?
The non-current controls are just drawn, they are not windows. But as
each one is drawn using the same rules conditional formating can work.
I want to overlay a textbox over a combobox and depending on the value of
another field, expose either the textbox or combobox in each record. To do
this, I am thinking I need to make one visible and the other not visible.


Put the text box and the combo box in the same place, and in the
oncurrent event of the form make one of them visible and the other
invisible.
Both must be bound to the same table field for this to look right, if
necessary create an extra field in the table and sort out other fields
in the apfterupdate events.
The only downside of this is that when in combo-box mode, all the
other records will have a drop arrow showing too. But when you select
another record this will disappear.
HTH

David
Nov 13 '05 #14
"Mark" <no****@myemail.net> wrote in message
news:Nh***************@newsread1.news.atl.earthlin k.net...
Albert,

Thank you for responding!

If there is only one instance of each control, how is conditional
formatting
able to change fonts, colors and enable/disable the one instance?
Conditional formatting is a afterthought that was added to ms-access to
"solve" many problems as result of a design that has only ONE copy of the
text box. This feature was not available until later versions of ms-access
(the last 3 versions)..

I want to overlay a textbox over a combobox and depending on the value of
another field, expose either the textbox or combobox in each record. To do
this, I am thinking I need to make one visible and the other not visible.


As I mentioned, you can consider enabling/setting the control box, and as
the user moves up/down, then they will see the changes..but it applies to
all text boxes. So, for enabling/disable, I think this is very workable..but
for changing form combo to non combo..I don't think so.

Perhaps you can come up with a side by side design? here is a few screen
shots:

http://www.members.shaw.ca/AlbertKal...icles/Grid.htm

So, it would be the fields/controls on the "right" side of the form that you
set. This right side of the form would only show one record from the "many"
side.

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Prakash Wadhwani | last post by:
Is there any EASY way to highlight a full row in a continuous form so that as i navigate up & down the table/continuous form using the arrow keys, the entire line (all fields) get highlighted ? ...
3
by: laurenq uantrell | last post by:
I have read all the previous posts on this subject and just want to make sure I have exhausted all possibilities before trashing this concept... I have an Access (2K) database with a SQL Server...
4
by: Kathy | last post by:
What is the standard technique for handling the fields in the following scenario on a continuous form? Multiple Divisions. Each Division has multiple Buildings. Each Building has a Supervisor. ...
9
by: PeteCresswell | last post by:
I've got a continuous form that is a grid of statistical values. When the user clicks on a statistic, something happens (specifically a graph is created showing rolling one-year values for the...
3
by: DavidB | last post by:
I have a Snapshot Control in a continuous form and I want the source for the control to be different for each instance of the continuous data (based on one of the fields in the recrod source for...
20
by: Robert | last post by:
Need some help to stop me going around in circles on this one.... Have a nested subform (subform2) which simulates a continuous form for the record on the parent subform. Subform2 has rows of...
5
by: Michael R | last post by:
Searching the net I've found a simple technique to add row numbers and alternate colors (for the even and the uneven row) to a continuous form. 1st step: Create a textbox, send it to background...
2
by: Steve | last post by:
I have a continuous form showing Product Code and Product Name. Product Code is five digits and is sequential. I have a textbox in the form header. What is the code to scroll the continuous form so...
2
by: Ian Anderson | last post by:
Hello there, SO i have the followign VB code in my continuous form... 'Purpose: This module illustrates how to create a search form, _ where the user can enter as many or few...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.