At 12:23 AM 9/21/2014, TOM HART wrote:

I have a scrolling region and want to make a change on a percent field that
will change that field and the final cost field. I have created a button to
change the percent and the final cost, but how do I refresh the list to show
the changes.

There are two swift techniques to accomplish such task:

01. Use the PROPERTY TABLE formtablename 'POST' command the post all changes.

    Example:

    PROPERTY TABLE FormTableName 'POST'
    RETURN


02. Use the PROPERTY TABLE formtableName 'CLOSE' and 'OPEN' commands to see
    all changes.

    Example:

    PROPERTY TABLE FormTableName 'CLOSE'
    PROPERTY TABLE FormTableName 'OPEN'
    RETURN

That's all there is to it!

For complete details and more example, refer to R:Docs 9.5.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--

--- 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