Thanks, Razzak,

I found the REFRESH option and it worked for me after issuing a command to 
change the data in the table.

I'll keep the CLOSE and OPEN options in mind too.

Thanks again.

Dennis McGrath
Software Developer
QMI Security Solutions
1661 Glenlake Ave
Itasca IL 60143
630-980-8461
[email protected]
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon
Sent: Tuesday, June 05, 2012 10:37 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: form refresh?

At 09:48 AM 6/5/2012, Dennis McGrath wrote:

>I have a DB Tree View on a form and wish to change the parent value
>in one row and refresh the control to show the changed relationship.
>Is this possible?  I've searched help and RDocs to no avail.

Here's how:

-- Save and refresh Master/Slave Tables
    SAVEROW
    PROPERTY TABLE formtable1 'CLOSE'
    PROPERTY TABLE formtable2 'CLOSE'
    PROPERTY TABLE formtable1 'OPEN'
    PROPERTY TABLE formtable2 'OPEN'
    RETURN

You may find these PROPERTY commands and more in R:Docs ...

Start R:Docs 9.1/9.5 | Main Menu | PROPERTY Command ...
Build Syntax for PROPERTY Command
Category: Table
Control: Table Properties
Property: <FORMTABLENAME>
Value: Choose from a list of Table Related Properties, such as
CLOSE, OPEN, etc.

That's all there is to it!

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