
28-Jul-2006, 08:22 AM
|  | Guest | | | | | | | | | | Controlling edit Hi Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11591-controlling-edit.html
How can I programmatically block edits on a form and all its sub forms? I
have tried me.AllowEdits = False but it only blocks edits on the main form
and not on any of the sub forms on the main form.
Thanks
Regards *
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh! | 
28-Jul-2006, 08:22 AM
|  | Guest | | | | | | | | | | Re: Controlling edit to prevent edits on a subform, from code that runs in the main form, try Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
Me!SubformControlName.Form.AllowEdits = False
make sure you use the name of the subform *control* in the main form, not
the name of the subform as it appears in the database window. the two names
are not always the same.
hth
"John" wrote in message
news:%23JtCg7bkGHA.4212@TK2MSFTNGP03.phx.gbl...
> Hi
>
> How can I programmatically block edits on a form and all its sub forms? I
> have tried me.AllowEdits = False but it only blocks edits on the main form Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
> and not on any of the sub forms on the main form.
>
> Thanks
>
> Regards
>
>
> | 
28-Jul-2006, 08:22 AM
|  | Guest | | | | | | | | | | Re: Controlling edit Sorry, I should have been clearer. The sub form only has a tab control on it
and then each tab in turn has a sub form on it. I am trying to block one of Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
the sub forms on the tab control, so I have tried this;
Forms![Main]![SubForm1].Form![SubSubForm1].Form.AllowEdits = False
But this has not worked. Any ideas?
Thanks
Regards
"tina" wrote in message
news:soLkg.200404$Fs1.37657@bgtnsc05-news.ops.worldnet.att.net...
> to prevent edits on a subform, from code that runs in the main form, try
>
> Me!SubformControlName.Form.AllowEdits = False
>
> make sure you use the name of the subform *control* in the main form, not Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
> the name of the subform as it appears in the database window. the two
> names
> are not always the same.
>
> hth
>
>
> "John" wrote in message
> news:%23JtCg7bkGHA.4212@TK2MSFTNGP03.phx.gbl...
>> Hi
>>
>> How can I programmatically block edits on a form and all its sub forms? I
>> have tried me.AllowEdits = False but it only blocks edits on the main
>> form
>> and not on any of the sub forms on the main form.
>>
>> Thanks
>>
>> Regards
>>
>>
>>
>
> | 
28-Jul-2006, 08:22 AM
|  | Guest | | | | | | | | | | Re: Controlling edit where is the code running? in the main form? first level subform? or one of
the second level subforms? if the latter, is the code intended to change the
sub-subform it's running in, or one of the other sub-subforms?
hth
"John" wrote in message
news:ukoudfikGHA.1204@TK2MSFTNGP02.phx.gbl...
> Sorry, I should have been clearer. The sub form only has a tab control on
it
> and then each tab in turn has a sub form on it. I am trying to block one
of
> the sub forms on the tab control, so I have tried this;
>
> Forms![Main]![SubForm1].Form![SubSubForm1].Form.AllowEdits = False Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
>
> But this has not worked. Any ideas?
>
> Thanks
>
> Regards
>
> "tina" wrote in message
> news:soLkg.200404$Fs1.37657@bgtnsc05-news.ops.worldnet.att.net...
> > to prevent edits on a subform, from code that runs in the main form, try
> >
> > Me!SubformControlName.Form.AllowEdits = False
> >
> > make sure you use the name of the subform *control* in the main form,
not
> > the name of the subform as it appears in the database window. the two
> > names
> > are not always the same.
> >
> > hth
> >
> >
> > "John" wrote in message
> > news:%23JtCg7bkGHA.4212@TK2MSFTNGP03.phx.gbl...
> >> Hi
> >>
> >> How can I programmatically block edits on a form and all its sub forms?
I
> >> have tried me.AllowEdits = False but it only blocks edits on the main
> >> form
> >> and not on any of the sub forms on the main form.
> >>
> >> Thanks
> >>
> >> Regards
> >>
> >>
> >>
> >
> >
>
> | 
28-Jul-2006, 08:22 AM
|  | Guest | | | | | | | | | | Re: Controlling edit Code is running on the main form.
Thanks
Regards
"tina" wrote in message
news:Hi1lg.205403$Fs1.86551@bgtnsc05-news.ops.worldnet.att.net...
> where is the code running? in the main form? first level subform? or one
> of
> the second level subforms? if the latter, is the code intended to change
> the
> sub-subform it's running in, or one of the other sub-subforms?
>
> hth
>
>
> "John" wrote in message
> news:ukoudfikGHA.1204@TK2MSFTNGP02.phx.gbl...
>> Sorry, I should have been clearer. The sub form only has a tab control on
> it
>> and then each tab in turn has a sub form on it. I am trying to block one
> of
>> the sub forms on the tab control, so I have tried this;
>>
>> Forms![Main]![SubForm1].Form![SubSubForm1].Form.AllowEdits = False
>>
>> But this has not worked. Any ideas?
>>
>> Thanks
>>
>> Regards
>>
>> "tina" wrote in message
>> news:soLkg.200404$Fs1.37657@bgtnsc05-news.ops.worldnet.att.net...
>> > to prevent edits on a subform, from code that runs in the main form,
>> > try
>> >
>> > Me!SubformControlName.Form.AllowEdits = False
>> >
>> > make sure you use the name of the subform *control* in the main form,
> not
>> > the name of the subform as it appears in the database window. the two
>> > names
>> > are not always the same.
>> >
>> > hth
>> >
>> >
>> > "John" wrote in message
>> > news:%23JtCg7bkGHA.4212@TK2MSFTNGP03.phx.gbl...
>> >> Hi
>> >>
>> >> How can I programmatically block edits on a form and all its sub Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591 Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
>> >> forms?
> I
>> >> have tried me.AllowEdits = False but it only blocks edits on the main
>> >> form
>> >> and not on any of the sub forms on the main form.
>> >>
>> >> Thanks
>> >>
>> >> Regards
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>
> | 
28-Jul-2006, 08:22 AM
|  | Guest | | | | | | | | | | Re: Controlling edit ok, try
Me!Subform1ControlName.Form!SubSubForm1ControlName .Form.AllowEdits =
False
the above goes all on one line, of course. and again, make sure you're using
the name of the subform *control* in each subform reference, NOT the name of
the subform form object in the database window - they're not always the
same.
if the above doesn't work for some reason, try just locking the subform
control itself - i've used that technique successfully in the past, as
Me!Subform1ControlName.Form!SubSubForm1ControlName .Locked = True
again, the above is all on one line.
hth
"John" wrote in message
news:u8YglDskGHA.4284@TK2MSFTNGP05.phx.gbl...
> Code is running on the main form.
>
> Thanks
>
> Regards
>
> "tina" wrote in message Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
> news:Hi1lg.205403$Fs1.86551@bgtnsc05-news.ops.worldnet.att.net...
> > where is the code running? in the main form? first level subform? or one Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
> > of
> > the second level subforms? if the latter, is the code intended to change
> > the
> > sub-subform it's running in, or one of the other sub-subforms?
> >
> > hth
> >
> >
> > "John" wrote in message
> > news:ukoudfikGHA.1204@TK2MSFTNGP02.phx.gbl...
> >> Sorry, I should have been clearer. The sub form only has a tab control
on
> > it
> >> and then each tab in turn has a sub form on it. I am trying to block
one
> > of
> >> the sub forms on the tab control, so I have tried this;
> >>
> >> Forms![Main]![SubForm1].Form![SubSubForm1].Form.AllowEdits = False
> >>
> >> But this has not worked. Any ideas?
> >>
> >> Thanks
> >>
> >> Regards
> >>
> >> "tina" wrote in message
> >> news:soLkg.200404$Fs1.37657@bgtnsc05-news.ops.worldnet.att.net...
> >> > to prevent edits on a subform, from code that runs in the main form,
> >> > try
> >> >
> >> > Me!SubformControlName.Form.AllowEdits = False
> >> >
> >> > make sure you use the name of the subform *control* in the main form,
> > not
> >> > the name of the subform as it appears in the database window. the two
> >> > names
> >> > are not always the same.
> >> >
> >> > hth
> >> >
> >> >
> >> > "John" wrote in message
> >> > news:%23JtCg7bkGHA.4212@TK2MSFTNGP03.phx.gbl...
> >> >> Hi
> >> >>
> >> >> How can I programmatically block edits on a form and all its sub
> >> >> forms?
> > I
> >> >> have tried me.AllowEdits = False but it only blocks edits on the
main
> >> >> form
> >> >> and not on any of the sub forms on the main form.
> >> >>
> >> >> Thanks
> >> >>
> >> >> Regards
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
> | 
28-Jul-2006, 08:22 AM
|  | Guest | | | | | | | | | | Re: Controlling edit Hi
Locked worked for me. Thanks. I don't know why allow edits didn't. May be a
little known bug.
Regards
"tina" wrote in message
news:Lodlg.37615$mF2.5180@bgtnsc04-news.ops.worldnet.att.net...
> ok, try
>
> Me!Subform1ControlName.Form!SubSubForm1ControlName .Form.AllowEdits =
> False
>
> the above goes all on one line, of course. and again, make sure you're Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
> using
> the name of the subform *control* in each subform reference, NOT the name
> of
> the subform form object in the database window - they're not always the
> same.
>
> if the above doesn't work for some reason, try just locking the subform
> control itself - i've used that technique successfully in the past, as
>
> Me!Subform1ControlName.Form!SubSubForm1ControlName .Locked = True
>
> again, the above is all on one line.
>
> hth
>
>
> "John" wrote in message
> news:u8YglDskGHA.4284@TK2MSFTNGP05.phx.gbl...
>> Code is running on the main form.
>>
>> Thanks
>>
>> Regards
>>
>> "tina" wrote in message
>> news:Hi1lg.205403$Fs1.86551@bgtnsc05-news.ops.worldnet.att.net... Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
>> > where is the code running? in the main form? first level subform? or
>> > one
>> > of
>> > the second level subforms? if the latter, is the code intended to
>> > change
>> > the
>> > sub-subform it's running in, or one of the other sub-subforms?
>> >
>> > hth
>> >
>> >
>> > "John" wrote in message
>> > news:ukoudfikGHA.1204@TK2MSFTNGP02.phx.gbl...
>> >> Sorry, I should have been clearer. The sub form only has a tab control
> on
>> > it
>> >> and then each tab in turn has a sub form on it. I am trying to block
> one
>> > of
>> >> the sub forms on the tab control, so I have tried this;
>> >>
>> >> Forms![Main]![SubForm1].Form![SubSubForm1].Form.AllowEdits = False
>> >>
>> >> But this has not worked. Any ideas?
>> >>
>> >> Thanks
>> >>
>> >> Regards
>> >>
>> >> "tina" wrote in message
>> >> news:soLkg.200404$Fs1.37657@bgtnsc05-news.ops.worldnet.att.net...
>> >> > to prevent edits on a subform, from code that runs in the main form,
>> >> > try
>> >> >
>> >> > Me!SubformControlName.Form.AllowEdits = False
>> >> >
>> >> > make sure you use the name of the subform *control* in the main
>> >> > form,
>> > not
>> >> > the name of the subform as it appears in the database window. the
>> >> > two
>> >> > names
>> >> > are not always the same.
>> >> >
>> >> > hth
>> >> >
>> >> >
>> >> > "John" wrote in message
>> >> > news:%23JtCg7bkGHA.4212@TK2MSFTNGP03.phx.gbl...
>> >> >> Hi
>> >> >>
>> >> >> How can I programmatically block edits on a form and all its sub
>> >> >> forms?
>> > I
>> >> >> have tried me.AllowEdits = False but it only blocks edits on the
> main
>> >> >> form
>> >> >> and not on any of the sub forms on the main form.
>> >> >>
>> >> >> Thanks
>> >> >>
>> >> >> Regards
>> >> >>
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
> | 
28-Jul-2006, 08:23 AM
|  | Guest | | | | | | | | | | Re: Controlling edit you're welcome
"John" wrote in message
news:OJ7nWc5kGHA.3936@TK2MSFTNGP05.phx.gbl...
> Hi
>
> Locked worked for me. Thanks. I don't know why allow edits didn't. May be
a
> little known bug.
>
> Regards
>
>
> "tina" wrote in message
> news:Lodlg.37615$mF2.5180@bgtnsc04-news.ops.worldnet.att.net...
> > ok, try
> >
> > Me!Subform1ControlName.Form!SubSubForm1ControlName .Form.AllowEdits =
> > False
> >
> > the above goes all on one line, of course. and again, make sure you're
> > using
> > the name of the subform *control* in each subform reference, NOT the Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
name
> > of
> > the subform form object in the database window - they're not always the
> > same.
> >
> > if the above doesn't work for some reason, try just locking the subform
> > control itself - i've used that technique successfully in the past, as
> >
> > Me!Subform1ControlName.Form!SubSubForm1ControlName .Locked = True
> >
> > again, the above is all on one line.
> >
> > hth
> >
> >
> > "John" wrote in message
> > news:u8YglDskGHA.4284@TK2MSFTNGP05.phx.gbl...
> >> Code is running on the main form.
> >>
> >> Thanks
> >>
> >> Regards
> >>
> >> "tina" wrote in message
> >> news:Hi1lg.205403$Fs1.86551@bgtnsc05-news.ops.worldnet.att.net...
> >> > where is the code running? in the main form? first level subform? or
> >> > one
> >> > of
> >> > the second level subforms? if the latter, is the code intended to
> >> > change
> >> > the
> >> > sub-subform it's running in, or one of the other sub-subforms?
> >> >
> >> > hth
> >> >
> >> >
> >> > "John" wrote in message
> >> > news:ukoudfikGHA.1204@TK2MSFTNGP02.phx.gbl...
> >> >> Sorry, I should have been clearer. The sub form only has a tab
control
> > on
> >> > it
> >> >> and then each tab in turn has a sub form on it. I am trying to block
> > one
> >> > of
> >> >> the sub forms on the tab control, so I have tried this;
> >> >>
> >> >> Forms![Main]![SubForm1].Form![SubSubForm1].Form.AllowEdits = False
> >> >>
> >> >> But this has not worked. Any ideas?
> >> >>
> >> >> Thanks
> >> >>
> >> >> Regards
> >> >>
> >> >> "tina" wrote in message
> >> >> news:soLkg.200404$Fs1.37657@bgtnsc05-news.ops.worldnet.att.net...
> >> >> > to prevent edits on a subform, from code that runs in the main
form,
> >> >> > try
> >> >> >
> >> >> > Me!SubformControlName.Form.AllowEdits = False
> >> >> >
> >> >> > make sure you use the name of the subform *control* in the main
> >> >> > form,
> >> > not
> >> >> > the name of the subform as it appears in the database window. the
> >> >> > two
> >> >> > names
> >> >> > are not always the same.
> >> >> >
> >> >> > hth
> >> >> >
> >> >> >
> >> >> > "John" wrote in message Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11591
> >> >> > news:%23JtCg7bkGHA.4212@TK2MSFTNGP03.phx.gbl...
> >> >> >> Hi
> >> >> >>
> >> >> >> How can I programmatically block edits on a form and all its sub
> >> >> >> forms?
> >> > I
> >> >> >> have tried me.AllowEdits = False but it only blocks edits on the
> > main
> >> >> >> form
> >> >> >> and not on any of the sub forms on the main form.
> >> >> >>
> >> >> >> Thanks
> >> >> >>
> >> >> >> Regards
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
> | 
Support Us! Become a Promoter! | | Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh! | (View-All)
Members who have read this thread : 0
| | There are no names to display. | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Tools | Search | | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is On | | | | » Gurbani Jukebox | Listen to Gurbani while surfing SPN! | » Active Discussions | | | | | ਨਾਮਾ Today 06:37 AM 2 Replies, 45 Views | | | | | | | | | | | | | | | | | | | | | | | | | » Books You Should Read... | | | |