Frank,

After performing necessary updates, etc., use the following PROPERTY command
to UPDATE and/or REFRESH the underlying form table as deemed necessary.

-- Start here
SAVEROW
PROPERTY TABLE formtablename 'CLOSE'
PROPERTY TABLE formtablename 'OPEN'
RETURN
-- End here

Where formtablename is the actual form table name to be refreshed.

That will save the row, close the table, and re-open the form table.

Have fun!

Very Best R:egards,

Razzak


At 01:37 PM 11/15/2016, Frank Massimo wrote:

I have a form with a speed button which modifies some data in the table
that the form is built on. After clicking on the speed button, an eep
performs the necessary calculations and updates the table. The new,
revised data is not displayed, unless you either click the "refresh"
icon in a navigator or set up another speed button with a "pre-defined"
action to "refresh current table". Is there a way to refresh the current
table as one of the last actions before the calculating eep returns so
the user doesn't have to refresh the screen as a separate action?

I'm probably missing something obvious.



--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to