home *** CD-ROM | disk | FTP | other *** search
- //
- // Module Name: DS_TPOST.COD
- // Current incident (selector name):
- // Selectors used : Postn_Menu, Seek_Cond, Goto_Reco, Locate_for, Locate_whl
- // Description: Record positioning (Ask at runtime)
- //
- {if not Postn_Menu then}
- { if Seek_Cond || Goto_Reco || Locate_Scp then}
- Position Record Pointer by: \
- { if Seek_Cond} SEEK {Seek_Cond}
- { endif}
- { if Goto_Reco} GOTO {Goto_Reco}
- { endif}
- { if Locate_Scp then}
- LOCATE\
- { if Locate_for} FOR {Locate_for}{endif}\
- { if Locate_whl} WHILE {Locate_whl}{endif}
- { endif}
- // end Locate_Scp
- { endif // end Seek_Cond || Goto_Reco}
- {else}
- Position Record Pointer by: Do Procedure - Position
- {endif}
- {endofpage();}
- // EOP DS_TPOST.COD
-