Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. select his_modi
  2.                     set order to clave
  3.                     if seek(str(docufia.documento,8)+"SUELDO")
  4.                        do while not eof() and his_modi.documento=docufia.documento and upper(allt(his_modi.campobase))="SUELDO"
  5.                           replace viesuesol with val(his_modi.viejo)
  6.                           select his_modi
  7.                           skip
  8.                        enddo
  9.                     endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement