irfanhabib
Programmer
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
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