Custom Search Form October 21, 2019, 10:01:14 PM How can a custom search form be created? An example might be: Supply a value for an employee lastname. Press the 'Submit' or 'OK' button. A list of matching employee's (with the same lastname) are listed. Quote Selected
Re: Custom Search Form Reply #1 – October 22, 2019, 11:40:13 AM @radminer do the following to add a custom search filter component.1. Click on Page Design.2. Select the page you want to add the search component.3. Drag the search field from the Page Filter Component to the area numbered 4 in the image below, configure and enjoy.Note: Search field Page Filter Components will only work on List Pages. Quote Selected
Re: Custom Search Form Reply #2 – October 22, 2019, 03:56:38 PM Thankyou.Is it also possible to initially prevent the employee list from showing, and then display matching employee results *after* the lastname to search on is submitted?Quote from: willvin – October 22, 2019, 11:40:13 AM@radminer do the following to add a custom search filter component.1. Click on Page Design.2. Select the page you want to add the search component.3. Drag the search field from the Page Filter Component to the area numbered 4 in the image below, configure and enjoy.Note: Search field Page Filter Components will only work on List Pages. Quote Selected
Re: Custom Search Form Reply #3 – October 22, 2019, 07:18:13 PM @radminer No, it is currently not possible. Quote Selected
Re: Custom Search Form Reply #4 – October 22, 2019, 08:22:33 PM OK.Is it possible then to create a custom search page - not associated with any database - with (as an example) a lastname field.After pressing the Submit/OK button, the system is then directed to the employee list page which accepts the lastname value (passed in from the custom search page) and displays the matching employees.[quote authorQuote from: willvin – October 22, 2019, 07:18:13 PM@radminer No, it is currently not possible.=radminer link=msg=1541 date=1571759798]Thankyou.Is it also possible to initially prevent the employee list from showing, and then display matching employee results *after* the lastname to search on is submitted?Quote from: willvin – October 22, 2019, 11:40:13 AM@radminer do the following to add a custom search filter component.1. Click on Page Design.2. Select the page you want to add the search component.3. Drag the search field from the Page Filter Component to the area numbered 4 in the image below, configure and enjoy.Note: Search field Page Filter Components will only work on List Pages.[/quote] Quote Selected
Re: Custom Search Form Reply #5 – October 23, 2019, 04:03:38 PM Being able to create multi-edit screens for the same database table would be an excellent feature addition - provided it cannotbe done currently with PHPRAD,Quote from: radminer – October 22, 2019, 08:22:33 PMOK.Is it possible then to create a custom search page - not associated with any database - with (as an example) a lastname field.After pressing the Submit/OK button, the system is then directed to the employee list page which accepts the lastname value (passed in from the custom search page) and displays the matching employees.[quote authorQuote from: willvin – October 22, 2019, 07:18:13 PM@radminer No, it is currently not possible.=radminer link=msg=1541 date=1571759798]Thankyou.Is it also possible to initially prevent the employee list from showing, and then display matching employee results *after* the lastname to search on is submitted?Quote from: willvin – October 22, 2019, 11:40:13 AM@radminer do the following to add a custom search filter component.1. Click on Page Design.2. Select the page you want to add the search component.3. Drag the search field from the Page Filter Component to the area numbered 4 in the image below, configure and enjoy.Note: Search field Page Filter Components will only work on List Pages.[/quote] Quote Selected
Re: Custom Search Form Reply #6 – October 23, 2019, 07:15:12 PM @radminer, follow steps 1 and 2 in the image below to add extra pages like Add, Edit, List and View Page for a given table.For more info:👇PHPRad DocumentationPHPRad API Documentation Quote Selected
Re: Custom Search Form Reply #7 – October 23, 2019, 09:21:35 PM Thankyou. That application feature I'm aware of; but would all the edit pages (for a mult-page table edit) be disabled prior to the tablerecord being initially added? Has anyone tried this successfully with PHPRad? Quote from: willvin – October 23, 2019, 07:15:12 PM@radminer, follow steps 1 and 2 in the image below to add extra pages like Add, Edit, List and View Page for a given table.For more info:👇PHPRad DocumentationPHPRad API Documentation Quote Selected
Re: Custom Search Form Reply #8 – October 24, 2019, 12:54:17 AM @radminer please make your question clearer. Quote Selected
Re: Custom Search Form Reply #9 – October 24, 2019, 08:58:39 PM As an example of a multi-page edit form; A patient table that has 80 fields - the first 20 fields are for demographics, the next 60 fields are for patient historical data:When initially adding patient data, the patient demographics data page should proceed the historical data page - it should not be possible to entering patient historical data prior to entering patient demographics data first.Does that make sense?Quote from: willvin – October 24, 2019, 12:54:17 AM@radminer please make your question clearer. Quote Selected
Re: Custom Search Form Reply #10 – October 24, 2019, 10:32:10 PM Quote from: radminer – October 24, 2019, 08:58:39 PMAs an example of a multi-page edit form; A patient table that has 80 fields - the first 20 fields are for demographics, the next 60 fields are for patient historical data:When initially adding patient data, the patient demographics data page should proceed the historical data page - it should not be possible to enter (record update) patient historical data prior to entering (record insert) patient demographics data first.Does that make sense?Quote from: willvin – October 24, 2019, 12:54:17 AM@radminer please make your question clearer. Quote Selected
Re: Custom Search Form Reply #11 – October 25, 2019, 12:22:04 AM @radminer you can only achieve that by writing custom code to handle that scenario for you. Quote Selected
Re: Custom Search Form Reply #12 – October 25, 2019, 01:44:29 AM That's good to know. Thanks for your response.Quote from: willvin – October 25, 2019, 12:22:04 AM@radminer you can only achieve that by writing custom code to handle that scenario for you. Quote Selected