ctlbrowa.zip Contains: ctlbrowa.tpw Purpose: Support for selectable update procedures Version: For CW 2.003 Date: November 7th, 1997 Made by: Arnor Baldvinsson, Allerup EDB, Denmark (arnorbld@post3.tele.dk) Description: This is a substitude template for the TS provided browse template It inserts an embed point before the call to the update procedure is made. This allows the developer to put code in there like: Case ProcedureToCall OF 1 MyFirstForm OF 2 MySecondForm OF 3 MyThirdForm END executing the appropriate update procedure, based on the value in the ProcedureToCall variable. To activate this embed: 1. Right click on any of the update buttons. 2. Select "Actions" from the popup menu 3. Check the "Procedures in embed" 4. Click the "Ok" button 5. Open the embed editor 6. You will now see a new embed called "Browse Box, Call update procedure" 7. Insert your code there to call the appropriate update procedure.