Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to search record in buffer?
Message
From
28/10/2003 08:20:33
Mike Sontillano
Travellers Life Assurance of the Philipp
Naga, Philippines
 
 
To
28/10/2003 02:46:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00842961
Message ID:
00843472
Views:
29
Hi Cetin,

Im sorry if I didn't clarify my reply to you. Yes xbase command.
Anyway I tried this code and it works:

(thisform.grid1.column1.text1.lostfocus)

LOCAL lcNewSerial
lcNewSerial=THIS.VALUE
SELE TABLE1
INDEXSEEK(lcNewSerial)
IF FOUND()
IF RECNO() < 0
WAIT WIND "found" NOWAIT
ELSE
WAIT WIND "not found" NOWAIT
ENDIF
ENDIF


However, it doesn't work in one-to-many relationship.
Parent table has (drnumber index)
child table have (dr_number,serialno indexes)

Can you please help me with this..

Thanks again...

MIke
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform