Navigation:  Reference > Commands >

Navigator

Print this Topic Previous pageReturn to chapter overviewNext page

 

Use this command to set the appropriate file number/handle and key for the TTASNavigator object on the form. This will activate the TTASNavigator object so it will be bound to the table.

 

NAVIGATOR f/c/e Required - The name of the TTASNavigator object on the form.

 

FNUM f/c/e   Required - This is the file number/handle value that is returned in the OPENV command.

 

       NOTE:  In this case you DO NOT preface the file number/handle field with the '@' symbol.

 

KEY key_expr Required - Set this to the appropriate value to search the records in the file in the correct order.

 

NLOCK If this option is included in the command the program will NOT lock the record upon finding it as it would normally do in a multi-user situation.  The default operation is to place a lock on the record upon reading it.

                             

                                NOTE : The NLOCK was not supported till version 6.17

EXAMPLE

NAVIGATOR 'TASDATAGRID1' fnum bkarcust_hndl Key bkar.custcode_hndl        

       

COMMENTS

Once this command has been executed the user can click on the appropriate buttons and change, save, or delete records in the file as set using this command.

 

 

 


Page url: http://www.cassoftware.com/tas/manual/navigator.htm