This topic is locked

How to move records using dropdown menus

2/2/2010 9:56:36 AM
PHPRunner General questions
T
Tokyoj author

I'm working a site for school officials to manage teacher applications data but can't find a solution to 2 issues.
Issue 1: Is it possible while viewing the table newly registered applicants such as Mr. Jones (science), Ms. Smith (Science), Mr. Thompson, Ms. Clark, and Mr. Howard, etc....that using a check box option for each applicant, the Human Resources manager (site Admin) has the option to select applicants and 'Move selected' to another 'table' such as 'Science Teachers'...so that when the table for Science Teachers is viewed, Mr. Jones and Ms. Smith are included in the Science Teachers group.
Basically the ability to move (or copy) a record using a 'move selected' to 'xyz page' menu option.
Issue 2: I have 1 table for HR Managers to use for 'New Applicants'. But I'm having trouble allowing more than 1 HR staff to use the same page at a time. For example, HR Staff #1 logs in and enters applicants data. Then later while HR Staff #1 is still working, HR Staff#2 logs in and begins to enter data from other applicants. The Problem is HR Staff #2's records are not stored.
Could anyone offer some insight into how to solve these issues inside PHPRunner?

Cheers

Tokyoj

(I'm PHP basic, MySQL average and HTML bored)

J
Jane 2/3/2010

Hi,
please see my answers below:

  1. use Before delete event on the Eventstab for this purpose.

    Here is a sample:

    http://xlinesoft.com/phprunner/docs/update_multiple_records.htm
  2. It's difficult to tell you what's happening without seeing actual files.
    Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.