home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / prtsmp.zip / printing / print / form.1 < prev    next >
Text File  |  1993-11-07  |  348b  |  11 lines

  1. Arg window 
  2.  
  3. /* Set item value  Text */
  4. CALL VpSetItemValue window,1003,'Your document'
  5. /* Set range  Spin Button */
  6. CALL VpSetRange window,1005,1,100  /* Set spin button range*/
  7. /* Set range  Spin Button */
  8. CALL VpSetRange window,1007,1,99  /* Set spin button range*/
  9. /* Set item value  Spin Button */
  10. CALL VpSetItemValue window,1007,50
  11.