At 04:09 PM 7/18/2008, Bob Thompson <[EMAIL PROTECTED]> wrote:
So based upon what I am hearing back... no moving visual feed back to a user during such a PROJECT command is currently available? (Cursors are not an option here)
Bob, Actually, visual feedback to a user during a PROJECT command IS available IF you are using R:BASE 7.6, C/S:I 7.6 or Turbo V-8. You may take advantage of SET FEEDBACK ON, a cool windows option, to implement in your applications. Syntax: SET FEEDBACK ON/OFF The default is set to OFF. This setting displays processing results when either calculating or editing rows. With this setting on, R:BASE displays the number of rows processed and the elapsed time to completion. Displays occur while in the Data Browser, when printing reports and labels, and when using certain R:BASE commands including: 1. ALTER TABLE 2. COMPUTE 3. CREATE INDEX 4. CROSSTAB 5. DELETE 6. INSERT 7. The data transfer for the JOIN of two tables 8. LOAD 9. The data transfer for a PROJECT command 10. SELECT 11. SORTing a huge record set 12. the data transfer for a SUBTRACT of two tables 13. TALLY 14. The R:BASE UNION command Very Best R:egards, Razzak.

