RE: Forcing the Valid event in a checkbox

2006-10-06 Thread Stephen Weeks
> I've tried this code in both the Valid method and the LostFocus method. > > Any other ideas? > > Thanks! > > John HOW ABOUT : thisform.object.mouseleave contains theisform.object.valid -- Stephen Weeks [EMAIL PROTECTED] -- http://www.fastmail.fm - Access your email from home and the

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread MB Software Solutions
John J. Mihaljevic wrote: I've taught myself enough to create an app that's working very well for one of our locations, but am definitely still learning this stuff. Nice to hear that...wish more could say as such (that we get new folks into the pews). -- Michael J. Babcock, MCP MB Softwa

RE: Forcing the Valid event in a checkbox

2006-10-04 Thread Hal Kaplan
=> -Original Message- => From: [EMAIL PROTECTED] => [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions => Sent: Wednesday, October 04, 2006 15:37 => To: profox@leafe.com => Subject: Re: Forcing the Valid event in a checkbox =>  =>  => I personally like

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread MB Software Solutions
John J. Mihaljevic wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hal Kaplan Poor John. He is getting fragged by everybody. John, we all mean well. Don't hate us and don't stop posting. HALinNY Believe me...I know. And I truly appr

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread Ed Leafe
On Oct 4, 2006, at 2:06 PM, John J. Mihaljevic wrote: The Enabled state shouldn't change when the checkbox doesn't change, so why do you need the code to fire? I was having everything revert to Enabled for each new record that the user was adding. I was then going to disable certain

RE: Forcing the Valid event in a checkbox

2006-10-04 Thread John J. Mihaljevic
> The Enabled state shouldn't change when the checkbox > doesn't change, so why do you need the code to fire? I was having everything revert to Enabled for each new record that the user was adding. I was then going to disable certain fields depending on the value of the checkbox. I suppos

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread Ed Leafe
On Oct 4, 2006, at 2:10 PM, MB Software Solutions wrote: Think you meant finished, not val (right?). Yep, copy/paste error going from email to editor back to email. iac, I can see that Dabo mentality where you leave off the scope and type of variable! It's ok, Ed. We won't make fu

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread MB Software Solutions
Ed Leafe wrote: pg = Thisform.pageframe1.page1 finished = pg.chkFinished.Value pg.txtpartnumber.Enabled = val pg.txtdiameter.Enabled = not val Think you meant finished, not val (right?). iac, I can see that Dabo mentality where you leave off the scope and type of variable! It's ok, Ed. We

RE: Forcing the Valid event in a checkbox

2006-10-04 Thread John J. Mihaljevic
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Hal Kaplan > > Poor John. He is getting fragged by everybody. > > John, we all mean well. Don't hate us and don't stop posting. > > HALinNY Believe me...I know. And I truly appreciate all the hel

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread Helio W.
I'm pretty sure he will appreciate learning from the pros, as much as I do just by reading these msgs. Helio On 10/4/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: Poor John. He is getting fragged by everybody. John, we all mean well. Don't hate us and don't stop posting. HALinNY [excessive q

RE: Forcing the Valid event in a checkbox

2006-10-04 Thread Hal Kaplan
Poor John. He is getting fragged by everybody. John, we all mean well. Don't hate us and don't stop posting. HALinNY ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this li

RE: Forcing the Valid event in a checkbox

2006-10-04 Thread Hal Kaplan
=> -Original Message- => From: [EMAIL PROTECTED] => [mailto:[EMAIL PROTECTED] On Behalf Of John J. Mihaljevic => Sent: Wednesday, October 04, 2006 13:04 => To: profox@leafe.com => Subject: RE: Forcing the Valid event in a checkbox =>  => > > I've go

RE: Forcing the Valid event in a checkbox

2006-10-04 Thread Stephen the Cook
John J. Mihaljevic <> wrote: >>> I've got a checkbox in a form with a Valid event. When the user >>> simply tabs over the checkbox, the Valid event isn't triggered. How >>> can I force that event to be triggered? Is there a way to force a >>> Valid event? Or should I put that code elsewhere in

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread Ed Leafe
On Oct 4, 2006, at 1:03 PM, John J. Mihaljevic wrote: What are you trying to validate? If you just want to tap into the checkbox losing focus, perhaps the LostFocus() event will do? I'm enabling or disabling several textboxes on the form depending on the value of the checkbox. Here

RE: Forcing the Valid event in a checkbox

2006-10-04 Thread John J. Mihaljevic
> > I've got a checkbox in a form with a Valid event. When the user > > simply tabs over the checkbox, the Valid event isn't triggered. How > > can I force that event to be triggered? Is there a way to force a > > Valid event? Or should I put that code elsewhere in the checkbox? > > W

Re: Forcing the Valid event in a checkbox

2006-10-04 Thread Ed Leafe
On Oct 4, 2006, at 9:58 AM, John J. Mihaljevic wrote: I've got a checkbox in a form with a Valid event. When the user simply tabs over the checkbox, the Valid event isn't triggered. How can I force that event to be triggered? Is there a way to force a Valid event? Or should I put that

Forcing the Valid event in a checkbox

2006-10-04 Thread John J. Mihaljevic
Hi all, Please excuse what is probably a very basic question, but... I've got a checkbox in a form with a Valid event. When the user simply tabs over the checkbox, the Valid event isn't triggered. How can I force that event to be triggered? Is there a way to force a Valid event? Or should I p