query by example

Topic Specific Tutorials and Tips.

Moderator: Rathinagiri

Post Reply
User avatar
dragancesu
Posts: 920
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

query by example

Post by dragancesu »

In Clipper's easy be read keyboard, in the windows could not

I did a quick search function, typing letters and displays what meets the criteria query

I did not know how to do it until I "discovered" on the control TEXTBOX ... ON CHANGE ()

This is the basis of this, we should create a function that accepts the name of dbf / ntx as parameters and returns the key value

Example is attached
Attachments
qbe.zip
(244.43 KiB) Downloaded 401 times
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: query by example

Post by quartz565 »

Thank you Dragan !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: query by example

Post by srvet_claudio »

See:

SET CONTROL <ControlName> OF <FormName> ONKEYEVENT <FuncName> | NIL
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply