seek and string searching
Posted: Fri Apr 14, 2006 10:58 pm
I can not find seek works probably with strings !!
Code: Select all
if MsgGet( "Search", "Customer Appreviation", @V_CU_appr,;
"..\bitmaps\lupa.bmp" )
select 1
use cust
set index to cust10
if ! DbSeek( alltrim(upper(V_CU_Appr )))
MsgAlert( "I don't find that customer" )
GO nRecNo
else
oLbx:UpStable() // Corrects same page stabilizing Bug
oLbx:Refresh() // Repaint the ListBox
endif
endif