Disabling a field on a different page

Novice1

Registered User.
Local time
Today, 09:20
Joined
Mar 9, 2004
Messages
385
I have a form. I want to disable various fields on different pages (tabs) on the form.

I can disable a field on the page I'm working on, such as ...

RetirementDate.Enabled = False

How do I disable a field on a different page (same form)?
 
If you mean a tab control, there's no change to the syntax. The tab control is ignored when referring to controls on it.
 
If you mean a tab control, there's no change to the syntax. The tab control is ignored when referring to controls on it.

Assuming that the Control in question is actually on the Page of the Tab Control...rather than being on a Subform on the Tabbed Page...which is a different thing entirely.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom