Hi I am trying to add a record (from a main page which is an edit page) to a table which is referanced via a lookup field called FinansalIslemID..
After the record is add, record ID ("IslemID") is returned back to the caller page.
My problem is When I set the the new ID value to the Lookup field lookup doesn't refresh its previously populated drop down list to refresh and validate the recently added record..
How can I refresh the list of the Lookup after I get control of the lookupp field...
>>>>>
ctrlF = Runner.getControl(pageid,'FinansalIslemID');
ctrlF.setValue(result["IslemID"]);
>>>>>