T
|
thesofa 1/7/2007 |
I use javascript to call a page directly after I add a record, so the record is added, then I use a function to get the ID (primary key) if the record, which I then pass to a javascript call to the edit page, so I can use the onload facility to look for other records in that name. function AfterAdd()
|
![]() |
Sergey Kornilov admin 1/7/2007 |
Andre, |
A
|
asimha author 1/7/2007 |
Andre, run a basic search that returns you all records that belong to year 1980. You can use the URL search page generates to point users directly to search results. This link can be placed to any HTML file.
|
L
|
larsonsc 1/7/2007 |
Is there a way to pass the just added record the printer-friendly view since the printer-friendly URL doesn't have a parameter at the end of it? This would make some things easier for my users since they are required to print a copy of a particular record when it is added. |
![]() |
Sergey Kornilov admin 1/7/2007 |
Printer-frienly page is not designed to print a single record. |
L
|
larsonsc 1/7/2007 |
Sorry, I thought it was sort of related since I was asking how to redirect to a particular page/view. |