Group: microsoft.public.navision · Group Profile · Search for Text003 in microsoft.public.navision
Author: Nikolas
Date: Aug 20, 2007 03:14
Take a look in R 188. They use Marked function to mark Records, and then pass the record filter to the list form. Be aware of the COMMIT that ensure that the data has been commited to the database. Window.CLOSE; Customer.MARKEDONLY := TRUE; COMMIT; IF Customer.FIND('-') THEN IF CONFIRM( Text003 + Text004, TRUE) THEN FORM.RUNMODAL(0,Customer); BR
|