Setting focus on SearchPicker

Mitchell Shiller (3/25/14 11:16PM)
Keisuke Miyako (3/26/14 10:49AM)


Mitchell Shiller (3/25/14 11:16 PM)

How do I get a SearchPicker (with variable name "tSearchInfo" and
Object Name "SearchPicker") to programmatically get focus.
Using GOTO OBJECT does not work.

Thanks

Mitch

Keisuke Miyako (3/26/14 10:49 AM)

Hello,

the SearchPicker is just a container so you need to focus on the
sub-object.

C_TEXT($1)//SearckPickerObjectName

$CountParameters:=Count parameters

If ($CountParameters#0)

EXECUTE METHOD IN SUBFORM($1;Current method name)

Else

GOTO OBJECT(*;"Searchtext_@...

End if

tips:

run the form in design,
hover a form object,
press control+shift.
you get basic information about the object.
(which is how I know the sub-object name)

miyako

On 2014/03/26 12:16, "Mitchell Shiller" <mshiller@... wrote:

color><param>00000,0000,DDEE/param>HHow do I get a SearchPicker (with
variable name "tSearchInfo" and Object
Name "SearchPicker") to programmatically get focus.
Using GOTO OBJECT does not work.
/color>

Reply to this message

Summary created 3/26/14 at 11:36AM by Intellex Corporation

Comments welcome at: feedback@intellexcorp.com