Question are 2.
1-) I want select one field others auto fill by database.
For example: ı have a database table called "users."
with a combo-box (or search box ) select user name - example John Doe
all other fields auto fill ( John Doe's data )
like one field combo-box for selection, others flypage..
İs it possible?
2-) I want print page by a print button. How can I do ?
About questions;
Think about a farm component.There are many farmer/workers.We have a tablo called "workers" .Also we have a lot of information about workers and we add their information to workers table by a form.its ok.Thats simple.
We need a worker personel information card.So we must choose a worker by name or worker number and all information about that worker comes from the tables.
For example John Doe is a worker. We added all information about the worker( age, birthday,health ext.) to workers table. When we select the John Doe from the workers table by com-box or search-box ( not importent what) we must see all information about him like a worker personel information card.
Printing:
1-) We must have a "Print" button for printing by writer one page .This can print only one person's information card.
2-) More difficult think about printig:
We must have 2 print button. "Print" , "Print all"
a) One of them "Print"; can print only one person's information card.
b-)Other "print all persons card" ; prints each information card in a page automaticly.The writer must print each persons information card in a page.
..............
Example
All workers doesn't register for site(joomla).
it's mostly like a management tool in backend/ admininistrator. %10 information in fronted %90 information about workers in backend. So how can I do that
?
important= print id second plan.now first get informations about selected or searched user/worker.Thanks