At 10:19 AM 11/17/2009, Jim Belisle wrote:

My goal is to force the entry person to go to the detail section
immediately, then go back to the Header once done with housekeeping.

Here's how:

PROPERTY <UniqueComponentID> SET_FOCUS 'TRUE'
RETURN

will switch the focus to the appropriate control associated with
the corresponding table.

You may also use "SKIP TO fieldname" option, if you wish.

SKIP TO fieldname specifies the field to which you want to skip,
either forward or backward through the field order, where fieldname
is the column or variable name associated with a field.

If the second table happens to be "DB Grid" or "Scrolling Region",
you may assign a unique Component ID and then use the SET_FOCUS
property to switch the focus to the appropriate table.

That should give you a few options to handle your request accordingly!

Very Best R:egards,

Razzak.

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to