Razzak,
Sorry, I should have been more clear. Since this is the Pre version 7 list I thought it was assumed. I am using 6.5++ Windows on a windows 2000 platform.
I would use the Premier list if I had questions about version 7.


I think I am finding some of my trouble.... OUT of Dynamic Space keeps occuring while that form is open. It calls a two line eep that adds a couple of variables together.

I might be nesting forms too deeply.
Thanks for your reply sir.
Dan

At 08:35 AM 8/11/2004, you wrote:
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.
================================================





Dan Champion
www.championsolutions.net
616-299-7420




Reply via email to