Monday, December 17, 2018

Tip of the Day: Table Name Displayed in FEEDBACK Status Dialog
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.1.21212 or higher
Sections......: Commands, Settings
Keywords......: FEEDBACK

Did you know the FEEDBACK status dialog has been enhanced to display the table name
where rows are being inserted, updated, or deleted?

With FEEDBACK set to ON, R:BASE displays the number of rows processed and the elapsed time to completion when calculating, sorting, inserting, or editing more than 100 rows.
The following commands will trigger the display with FEEDBACK:

 . ALTER TABLE
 . COMPUTE
 . CREATE INDEX
 . CROSSTAB
 . DELETE
 . INSERT
 . JOIN
 . LOAD
 . PROJECT
 . SELECT
 . SUBTRACT
 . TALLY
 . UNION

By default, the FEEDBACK message box is always in the center of the screen. If needed,
you may specify top and left coordinates to adjust the screen position.

Example:

  PROPERTY APPLICATION FEEDBACK_POSITION_TOP 50
  PROPERTY APPLICATION FEEDBACK_POSITION_LEFT 50
  SET FEEDBACK ON
To reset the message to the center of the screen, use:

  PROPERTY APPLICATION FEEDBACK_POSITION_TOP RESET
  PROPERTY APPLICATION FEEDBACK_POSITION_LEFT RESET

When processing, R:BASE creates FEEDBACK system variables to capture row count changes
and the elapsed time.

  . RBTI_RowsInserted - the number of rows inserted
  . RBTI_RowsDeleted - the number of rows deleted
  . RBTI_RowsUpdated - the number of rows updated
  . RBTI_ElapsedTime - the elapsed processing time

The ability to see the table name within the FEEDBACK status dialog further enhances
this valuable feature in understanding changes made to your data!

Very Best R:egards,

Razzak.

https://www.rbase.com
http://www.facebook.com/rbase/

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 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 rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to