Advertisement
Guest User

MUE ENACHE 2

a guest
Mar 27th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. private valcodcl
  2. private valcodp
  3. set talk off
  4.  
  5. valcodcl=val(alltrim(upper(thisform.editcodcl.text)))
  6. if len(alltrim(thisform.editcodcl.text))=0
  7. messagebox("Introdu clasa la care e diriginte!")
  8. return
  9. endif
  10. valcodp=val(alltrim(thisform.editcodp.text))
  11. sele 2
  12. use clasa
  13. locate for codcl=valcodcl
  14. replace diriginte with valcodp
  15. close all
  16. use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement