At 04:54 PM 7/12/2004 -0500, Charlie Parks wrote:
If I use a DB Label I can't insert the EnteredBy and EnteredDates.
DB Labels are READ ONLY objects to display value(s) and allow no user interaction.
If I use PROPERTY TABLE 'REFRESH' it goes back to the top of the list instead of staying on the current row.
You should have no problem using the latest Pre-Release Update 76.
You may also use PROPERTY TABLE <formtablename> 'LAST' to stay at the last record after REFRESHing the table.
Example:
PROPERTY TABLE <formtablename> 'REFRESH' PROPERTY TABLE <formtablename> 'LAST' RETURN
Have fun!
Very Best R:egards,
Razzak.
