First time ever!



________________________________
From: Mike Byerley <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Fri, June 8, 2012 4:34:06 PM
Subject: [RBASE-L] - Re: capture control focus

I am busted....  ;-)

----- Original Message ----- 
From: "A. Razzak Memon" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Friday, June 08, 2012 4:05 PM
Subject: [RBASE-L] - Re: capture control focus


At 03:36 PM 6/8/2012, Dennis McGrath wrote:

>Is there any way the retrieve the componentid of
>the currently focused control on a form?


Did you know that you can capture the Component
ID of any focused control in R:BASE forms
by capturing the built-in RBTI_FORM_COMPID system variable?

This variable holds the value of focused
DB/Variable Edit control's Component ID, if defined.

R:BASE supports the following RBTI System Variables used in Forms:

· RBTI_DBGRID_COLUMN
· RBTI_DIRTY_FLAG
· RBTI_FORM_ALIAS
· RBTI_FORM_COLNAME
· RBTI_FORM_COLVALUE
· RBTI_FORM_COMPID
· RBTI_FORM_DATATYPE
· RBTI_FORM_DIRTYVAR
· RBTI_FORM_FORMNAME
· RBTI_FORM_MODE
· RBTI_FORM_TBLNAME
· RBTI_FORM_VARNAME
· RBTI_FORM_VARVALUE

For complete details ...

HELP | Reference Index | Reference Topics | System Variables ...

Have fun!

Very Best R:egards,

Razzak.

Reply via email to