Saturday, May 15, 2010

Searching for Data

As the article notes, almost every application needs data searching. The first time out, many developers use a browse or a grid.

A user enters a value into a text box and the code behind it might look like:

IF SEEK(tcValue)
DO FORM details
ENDIF

But from Foxite and Jijo Pappachan, comes a very cool looking Lookup class.

The class handles both SQL and VFP backends with ease, allowing for smart optimization.

Check it out below:

jijo pappachan : DataLookup - A framework class

1 Comments:

Blogger lailaRazali said...

i'm from malaysia.i'really like your blog.i really love to learn fox pro.thank you for give me a tutorial on it.

October 23, 2010 12:19:00 PM EDT  

Post a Comment

Links to this post:

Create a Link

<< Home