I have two combo boxes side by side (boxa and boxb)-
both select data from same table but with different filters
rowsource is 6,fields xx.id,xx.descr
If I select data from boxa then from boxb using the keypress (where I have written code to set filters, requery etc.) - works ok
If I do above then go back to boxa, click the downarrow (where I have put set filters and requery - also put set filter and requery on downclick) - the contents of the pulldown list in boxa now contain the boxb values. If I use my keypress (F5) then filters get set - seems to be ignoring the downclick
This is in VFP9 -
both select data from same table but with different filters
rowsource is 6,fields xx.id,xx.descr
If I select data from boxa then from boxb using the keypress (where I have written code to set filters, requery etc.) - works ok
If I do above then go back to boxa, click the downarrow (where I have put set filters and requery - also put set filter and requery on downclick) - the contents of the pulldown list in boxa now contain the boxb values. If I use my keypress (F5) then filters get set - seems to be ignoring the downclick
This is in VFP9 -