Sunday, 7 August 2022

vfp form add the record using scatter and gatther in form | scatter gather using form


vfp form add the record using scatter and gatther in form


You will learn following things:
  • What is SCATTER-GATHER command  ?
  • How to create form using SCATTER-GATHER?
  • Practical




FORM LOAD EVENT COMMANDS:
CLOSE TABLES ALL
USE Clients
SCATTER MEMVAR Blank  




FORM ADD BUTTON CLICK EVENT COMMAND:
APPEND BLANK 
GATHER MEMVAR 
thisform.Release 

No comments:

Post a Comment

Please, Write your valuable comments..