Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. Header
  3. Print pbHeader
  4. End
  5.  
  6. For each Juchu
  7. Where JuchuId = &JuchuId
  8. &JuchuDate = JuchuDate
  9. &JuchuTotal = JuchuTotal
  10. &KokyakuId = KokyakuId
  11. &KokyakuName = KokyakuName
  12. &KokyakuPhone = KokyakuPhone
  13. &KokyakuAddress = KokyakuAddress
  14.  
  15. Print pbTitle
  16.  
  17. For each Juchu.Meisai
  18. &ShohinId = ShohinId
  19. &ShohinName = ShohinName
  20. &ShohinPrice = ShohinPrice
  21. &JuchuSu = JuchuSu
  22. &JuchuSubTotal = JuchuSubTotal
  23. Print pbDetail
  24. Endfor
  25.  
  26. Print pbTotal
  27.  
  28. Eject
  29. EndFor
  30.  
  31. Footer
  32. Print pbFooter
  33. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement