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
9913
AxckrubnAxckrubnKbLlZtFQThis site is crazy :) <a href=" http://samorzad.uksw.edu.pl/forum//viewtopic.php?p=8928 ">two hot teen lesbian porn sex</a> 0466 <a href=" http://lacalera.gov.co/forocalera//viewtopic.php?p=1659 ">teen porn video amateur</a> mns <a href=" http://sf
2
9921
WfwomrqcWfwomrqcBdZKHbgnNcomment1 - <a href="http://moviemoviehe.co.cc/driverdb9/driver-vista-download4.html">maxdata 128_w95 winxp win2000</a> - [url="http://moviemoviehe.co.cc/driverdb9/driver-vista-download4.html"]maxdata 128_w95 winxp win2000[/url] - http://moviemoviehe.
3
9939
yeh rishta kya kehlata hai 18 january 20yeh rishta kya kehlata hai 18 january 20prKrHMSSZopebbnjNNice site. Thank you., <a href="http://usuarios.multimania.es/pumiyor/kalender09/ckhises.html">2010 calendar with holidays listed</a>, [url="http://usuarios.multimania.es/pumiyor/kalender09/ckhises.html"]2010 calendar with holidays listed[/url], http
4
9926
SixkbehdSixkbehduWXakOUhhltNTbfOzxcomment6 - <a href="http://yearsmovie.co.cc/findgame83/rapidshare-codes-free3.html">Koronde Jampu crack trainer</a> - [url="http://yearsmovie.co.cc/findgame83/rapidshare-codes-free3.html"]Koronde Jampu crack trainer[/url] - http://yearsmovie.co.cc/fi
5
9928
Propecia resultsPropecia resultsnhLrFvaFhZPwSyimqgffgmpyxnhuqhpqd, <a href="http://www.purevolume.com/listeners/BuyCheapCialis">Buy Cialis</a>, xmLlEOa, [url=http://www.purevolume.com/listeners/BuyCheapCialis]Cialis[/url], nUCiNsl, http://www.purevolume.com/listeners/BuyCheapCialis Generic Cial
6
9929
DjffpjjvDjffpjjvJvXuziZAYqCaHcomment6 - <a href="http://musicbooksoffers.co.cc/starhits14/disk-hack-1985-1989-1988-side.html">Best of the Best (E)(5062) free crack</a> - [url="http://musicbooksoffers.co.cc/starhits14/disk-hack-1985-1989-1988-side.html"]Best of the Best (E)(5062)
7
9937
new panasonic plasmas 2010new panasonic plasmas 2010wAguLOaqgsDMTWxhVery good site. Thanks!, <a href="http://usuarios.multimania.es/ruruzaf/bed-bath29/smenkitofent.html">rodeo houston 2010</a>, [url="http://usuarios.multimania.es/ruruzaf/bed-bath29/smenkitofent.html"]rodeo houston 2010[/url], http://usuarios.multiman
8
9938
Cheap DrugsCheap Drugs012247747<a href="http://ultram.imagekind.com/#">ultram drug</a> <a href="http://zolpidem.imagekind.com/#">order zolpidem</a> http://metronidazole.imagekind.com/# buy metronidazole without prescription <a href="http://lexapro.imagekind.com/#">lexapro ocd dosa
9
9930
VxcvbatlVxcvbatlelnxfgofojWonderfull great site <a href=" http://beadhow.com/forum//viewtopic.php?f=2&t=60539 ">childish teen porn</a> guinx <a href=" http://zone.aintitcool.com//viewtopic.php?f=6&t=74162 ">preteen sex underage pedo</a> >:-]] <a href=" http://asis65.org/asi
(E) Edit Record     
(e)productid  
(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