At 08:11 AM 8/11/2004 -0400, Dan Champion wrote:

Example:
... (Lots of lines above this point)


Edit USING invcredit AT 20,20,670,370 Pause 2 using "test" SET V vspaylastkey = .#FORM_COLUMNNAME


Dan,

Try the following:

CLEAR VAR vspaylastkey
Edit USING invcredit
PAUSE 2 using "test"
SET VAR vspaylastkey = .RBTI_FORM_COLVALUE
RETURN

What you need to know:

01. AT parameters do NOT work in R:BASE 7.x for Windows.

02  All forms are displayed at the center of your screen.

03. To change the display of your form, use Form "Align"
    Property.

04. To manually align your form, you may use the
    following PROPERTY commands as On After Start EEP:

    PROPERTY RBASE_FORM TOP nnn
    PROPERTY RBASE_FORM LEFT nnn
    RETURN

    For complete details on PROPERTY command:

    http://www.rbase.com/property (FREE)
    FormProperties.PDF (FREE)
    R:Docs (Annual Subscription)

05. Use RBTI Form System Variables to retrieve form data.

    For complete details:

    From The Edge: http://www.razzak.com/fte
    Understanding Form System Variables in R:BASE 7.1 for Windows

Have fun!

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