Razzak,

Sorry for taking a while to get back to you. Veterans Day weekend you know 
for an Army Bandsman.

It was my IF block that was failing so the PROPERTY command was never 
firing.
Forgot that you can't do a GETPROPERTY TEXTVALUE on a ComboBox
Fixed my IF and all is well.

Jan

-----Original Message-----
From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: [email protected] (RBG7-L Mailing List)
Date: Thu, 10 Nov 2005 14:52:41 -0500
Subject: [RBG7-L] - Re: Enhanced Tab Form

> At 02:46 PM 11/10/2005, Jan Johansen wrote:
> 
> >I know how to switch the active page in the after start eep using
> >PROPERTY <ComponentID> ACTIVETABINDEX nn
> >but how do I force a tab switch based on another control.
> >I tried putting
> >PROPERTY <ComponentID> ACTIVETABINDEX 1 in an exit eep of the control
> but
> >the page doesn't refresh.
> 
> Jan,
> 
> Here's how:
> 
> -- start
> PROPERTY <ComponentID> ActivePageIndex 1
> RETURN
> -- end
> 
> That's all there is to it!
> 
> Very Best R:egards,
> 
> Razzak.
> 

Reply via email to