SEARCH form is used to take from user parameters
of the search
to perform on the table
Note the difference
from INPUT forms
INPUT form is complete.
- It gives to Jate all information needed to perform
an action that is to add a record.
- And can be used to create an ADD form that is a form
to add new records
When the SEARCH FORM is not complete !
- it gives to Jate information by which the program
can find the records that user wants BUT DON't give the informationfor
what to do with that found records.
So the SEARCH form after being
created goes saved in a jatefile and waits to be used by another form that
is called REPORT
Here are jateforms of SEARCH forms used in examples
from main page
Search
VendorsSearch from (example
1)
Search
CustomersSearch from (example
2)
[Jate Home] [Specifications] [JAQ] [Demo]