phpLens
 home  products examples manual  faq support forum  contact news  login store

More Examples:   View Source:   searchInEditNew

Free Download

This demo allows you to enter complaint records for products you are supporting. You can perform a search in the both the EDIT/NEW record forms for the product the customer is complaining about. Hint: search on R in the "prodname" field below.

  PHPLens
E New Srch
(E) (e)id (e)prodname (e)custname (e)telephone (e)Complaint
1
43648
AriannaArianna82280842826Please call back later <a href=" http://wherecanibuyacaiberryinstdaqi.my3gb.com/ ">acai berry abc price in malaysia</a> 4. Adjustment: In this stage, one comes to accept the reality of being in another
2
43647
CharlesCharles62253394469I'd like to tell you about a change of address https://www.zotero.org/fabiocidel lolas getting fucked hard whats the name of the girl shes so fking hott
3
43650
JamesJames69949221171Who would I report to? <a href=" http://yysilepufary.my3gb.com/ ">prednisone online overnight</a> 5. Paper towels soaked with germicide may be used to cover the area. Suitable disinfectant
4
43651
JessicaJessica74524133565How much will it cost to send this letter to ? <a href=" http://hodafehara.my3gb.com/ ">revista mia argentina ultima edicion</a> Q: What phone number do I dial to access the production Pro-DUR/ECCA
5
43649
JustinJustin94580057099Whereabouts in are you from? <a href=" http://houcitygy.my3gb.com/ ">do you need a prescription for phenergan in australia</a> represents the New York City office code. Refer to the
6
43645
MariaMaria90779374146Remove card <a href=" http://buyacaiberrypillsontariosul.my3gb.com/ ">many mg acai berry do you need take</a> Covered Services and Limitations
(E) Edit Record     
(e)productid 37621 
(e)prodname
(e)custname
(e)telephone
(e)address1
(e)address2
(e)Complaint
 
  PHPLens (Page 1)  
E New Srch

Notes

This feature is available since 3.1.

This demo show to create complaint records, retrieving the product id and product name using a search form built into the NEW/EDIT record form. This is particularly useful when we have a 100,000 product table and we don't want to pull every product record in a normal lookup, but allow the user to enter the first few characters of the product name, then we perform a search.

The key property is:

$lens->searchInEditNew = 
"PRODNAME^select concat(productname,' (',productid,')'),productname,productid,productid 
	from products where productname like '{#}%'^prodname^productid^>1";
		

There are two modes for searchInEditNew. The first is when no lookupLens is defined as in this example. The second is discussed in ex920.

The searchInEditNew generates the search field. The key to understanding this is the prodname^productid list above, which defines the fields that receive searched values.

Now look at the SQL SELECT statement. The {#} in the SQL is substituted with what the user entered in the input field.

The SQL statement retrieves 3 fields, the first being what we show the end-user in the popup.

The 2nd is what we store in the prodname, the first field of the list prodname^productid.

The 3rd field of the SQL is stored in productlist, the second field of the list prodname^productid.

Now if 3 items were defined in the above list, say prodname^productid^more3 then the SQL statement would have had 4 fields, the 4th field storing into more3.

The >1 in the property means the field requires at least 1 character before a search can occur.

Lastly, this example has the details being displayed below the grid, using $lens->showRecNo = 5;

email: contact#phplens.com (change # to @)     telephone (malaysia): 60-3-7947 2888     fax (malaysia): 60-3-7947 2800