Thanks Razzak, I'll give that a try.

Paul

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak
Memon
Sent: Monday, May 20, 2013 2:27 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Refreshing Table in a Scrolling Region

At 02:14 PM 5/20/2013, Paul Buckley wrote:

>I'm working with the latest version of 9.5(64) (actually not tomorrow's 
>yet) and I'm having a brain lock. How can I refresh the data in the 
>table for a scrolling region in a form when I've added a row to the 
>table using a bit button?

Paul,

You may use the following Custom EEP as "After Insert Row" for the scrolling
table.

Here's how:

Form Designer | Main Menu | Tables | Add or Remove Tables ...

Select the appropriate table and click on [Table Settings ...]

Table Settings | Entry/Exit Procedures | After Insert Row ...

-- After Insert Row EEP to Refresh table
    PROPERTY TABLE formtablename 'CLOSE'
    PROPERTY TABLE formtablename 'OPEN'
    RETURN

That will take care of refreshing the data in scrolling region after you
have added a row to the table using a bit button.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase 


Reply via email to