Re: listboxes' record/item focus
From: swdev2 (wsanders.bob_at_bob.efgroup.com)
Date: 07/07/04
- Next message: swdev2: "Re: Unique PKs in VFP 6"
- Previous message: swdev2: "Re: mapi and XP"
- In reply to: Yong Mallare: "listboxes' record/item focus"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Jul 2004 01:04:42 -0500
YONG -
there are two indices at work here :
1. listitem of the list box
2. index of the table/cursor/thing that has the data
box2 is usually the child record for box 1, at least in non arabic/farsi
reading application shops.
so if you picked box 2 ? you want the FK from record set 2 to record set 1.
if you don't have Primary Keys or Foreign Keys - then - what the h3ll are
you doing ?
snarfingly yours [Bill]
-- William Sanders / Electronic Filing Group Remove the DOT BOB to reply via email. Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html Mondo Cool Satellites -> http://www.efgroup.net/sat VFP Webhosting? You BET! -> http://efgroup.net/vfpwebhosting mySql / VFP / MS-SQL "Yong Mallare" <YongMallare@discussions.microsoft.com> wrote in message news:7A0304C5-CE12-4A84-AA35-5DFA3C0DADD1@microsoft.com... > here's my case: a.) i have 2 listboxes, box1 contains the main source records, box2 is a result set of box1, how can i set the highlighted record at box1 whenever i click an item at box2? b.) if i double click box2 which contains 2 occurrences of items at box1, how can i highlight those items at box1? highlighting means, as if the focus (highlight) is at those records at box1. pls help. thanks...
- Next message: swdev2: "Re: Unique PKs in VFP 6"
- Previous message: swdev2: "Re: mapi and XP"
- In reply to: Yong Mallare: "listboxes' record/item focus"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|