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
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:
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.
Post a Comment
Links to this post:
Create a Link
<< Home