Create, Change, Delete

207 Views


* Create, Change, Delete record are valid for all Edit functions      
  except EDTTRN.                                                      
                                                                      
* Create record :  Specifies whether the function is to allow the user
     to add new records to the database.                              
     - 'Y' : Allow  users  to  add  DBF  records  with the fu  nction.
     - 'N' : Do  not  allow  users to add DBF records.                
                                                                      
* Change record :  Specifies whether the function is to allow the user
     to add change existing records on the database.                  
     - 'Y' : Allow users to change DBF records with the functi on.    
     - 'N' : Do not allow users to change DBF records.                
                                                                      
* Delete record :  Specifies whether the function is to allow the user
     to add delete existing records from the database.                
     - 'Y' : Allow users to delete DBF records with the functi on.    
     - 'N' : Do not allow users to delete DBF records.               

Post Comments