home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / VIEWSELECTIONCHANGED.JS < prev    next >
Text File  |  2007-02-04  |  206b  |  10 lines

  1. //these variable are passed in: i_DataListName, i_OldRowID, i_RowID
  2.  
  3. if (i_RowID != g_PreviousRecordID)
  4. {
  5.     if (g_DataListInitialized)
  6.     {
  7.         goPreview(i_RowID);
  8.         goSetSelectedRecordID(i_RowID);
  9.     }
  10. }