> An incremental search button call a pageframe with 2 pages.
incremental search means while you type
a search pattern a list will only display
matching rows. There are variations eg
with incremental search listbox/combobox
the list does not get filtered but you
will positoin on the maching row.
But what is an incrmenatal search button?
> 1. I have set the activepage on the pageframe to page 2, so that when a user clicks on the button
> focus should be set to the second page of the pageframe.
> However the list box in the second page which has to order by name is not ordered as expected.
Do you specify the same table as the rowsource of the listboxes?
Then setting order in the vmaster will order both listboxes the same.
You'd only need to SET ORDER TO what you want in the Activate event of the
pageframes.
> I have the following program in the calling button LOSTFOCUS PROCEDURE .
Are you sure you want that code to run when the button looses focus?
Or when it is clicked? Therefore you have the CLICK event.
Bye, Olaf.