Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

@@ Control automatically search appropriate maching according to user input

Status
Not open for further replies.

irfanhabib

Programmer
Feb 17, 2016
16
PK
Dear All Expert Users -

i immediate require expert advice , in my database client.dbf
one field clname present and client names stored in this field.

In My Prg File.
===============
SET TALK OFF
SET ECHO OFF
SET SAFE OFF
CLEAR ALL
CLEAR

SELE A
USE CLIENT.DBF
INDE ON CLNAME TO CL1
SET ORDE TO TAG CL1
SCAT MEMV BLAN

@ 2,20 SAY 'Enter Client Name :- ' Get M.CLNAME PICT '@!'
READ

Problem
========
I Require When user input complete ,control automatically search appropriate maching
according to user input and display all matching data in any user define window.

Note : I am very thankful , if provide me solution in prg based.


Very Best Regards
Irfan Habib


 
Irfan Habib said:
@ 2,20 SAY 'Enter Client Name :- ' Get M.CLNAME PICT '@!'
INDE ON CLNAME TO CL1

Your @ SAY, GET and the syntax you use to create your Index suggests that you are not using Visual Foxpro, but possibly one of the older non-Visual versions.

If that is so, then you have posted in the wrong language-specific area of the Tek-Tips forum.
Again, if that is so, then you need to post your question in:
Microsoft: FoxPro (old versions 1 to 2.6) Forum

Also we Do Not just: provide me solution in prg based.
Instead, we offer suggestions and advice on how YOU can create your own program.

And, finally other than the simple code you have shown above, what have YOU already done or tried to approach your issue?

Good Luck,
JRB-Bldr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top