i want to have a new lookupform id to list the records, but i want to use the old LookupFrom too cause i have 2 forms, each one needs his own ListForm, ](*,)
IF you are on a card you can put this in a menubutton
CurrForm.SAVERECORD;
Item.COPY(Rec);
IF FORM.RUNMODAL(FORM::"New Item List",Item) = ACTION::LookupOK THEN BEGIN
Rec := Item;
CurrForm.UPDATE(FALSE);
END;
Comments
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Where Item is a local variable for Record 27
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com