home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / urd102b.zip / EXAMPLE2.ARJ / URD.Q01 < prev    next >
Text File  |  1993-05-15  |  2KB  |  127 lines

  1. BackScreen = URD_BACK
  2. SaveAnswerText = `A15:Saving your answers. Please hold....
  3. MustAnswerText = You `A15:MUST`A12: answer the `A15:first 6`A12: questions !
  4. MustAnswer = Yes
  5. AnswerColor = 15
  6. EditFieldColor = 33
  7.  
  8. Begin
  9.   X = 1
  10.   Y = 5
  11.   ValidChar = 1
  12.   PreAnswer = 1
  13.   AnswerLength = 35
  14.   Question = `A3:Name...........................:
  15. End
  16.  
  17. Begin
  18.   X = 1
  19.   Y = 6
  20.   ValidChar = 1
  21.   PreAnswer = 0
  22.   AnswerLength = 40
  23.   Question = `A3:Address........................:
  24. End
  25.  
  26. Begin
  27.   X = 1
  28.   Y = 7
  29.   ValidChar = 6
  30.   PreAnswer = 0
  31.   AnswerLength = 7
  32.   Question = `A3:Zipcode........................:
  33. End
  34.  
  35. Begin
  36.   X = 1
  37.   Y = 8
  38.   ValidChar = 1
  39.   PreAnswer = 2
  40.   AnswerLength = 40
  41.   Question = `A3:City...........................:
  42. End
  43.  
  44. Begin
  45.   X = 1
  46.   Y = 9
  47.   ValidChar = 4
  48.   PreAnswer = 4
  49.   AnswerLength = 12
  50.   Question = `A3:Voice Phone....................:
  51. End
  52.  
  53. Begin
  54.   X = 1
  55.   Y = 10
  56.   ValidChar = 3
  57.   PreAnswer = 4
  58.   AnswerLength = 12
  59.   Question = `A3:Data Phone.....................:
  60. End
  61.  
  62. MustAnswer = No
  63.  
  64. Begin
  65.   X = 1
  66.   Y = 12
  67.   ValidChar = 0
  68.   PreAnswer = 0
  69.   AnswerLength = 40
  70.   Question = `A3:Where did you get our number...:
  71. End
  72.  
  73. Begin
  74.   X = 1
  75.   Y = 13
  76.   ValidChar = 0
  77.   PreAnswer = 0
  78.   AnswerLength = 40
  79.   Question = `A3:Computer Type/Brand............:
  80. End
  81.  
  82. Begin
  83.   X = 1
  84.   Y = 14
  85.   ValidChar = 0
  86.   PreAnswer = 0
  87.   AnswerLength = 40
  88.   Question = `A3:Modem Type/Brand...............:
  89. End
  90.  
  91. Begin
  92.   X = 1
  93.   Y = 15
  94.   ValidChar = 0
  95.   PreAnswer = 0
  96.   AnswerLength = 40
  97.   Question = `A3:Maximum Modem Speed............:
  98. End
  99.  
  100. Begin
  101.   X = 1
  102.   Y = 18
  103.   ValidChar = 0
  104.   PreAnswer = 0
  105.   AnswerLength = 40
  106.   Question = `A3:Name of BBS....................:
  107. End
  108.  
  109. Begin
  110.   X = 1
  111.   Y = 19
  112.   ValidChar = 4
  113.   PreAnswer = 0
  114.   AnswerLength = 12
  115.   Question = `A3:Phone..........................:
  116. End
  117.  
  118. Begin
  119.   X = 1
  120.   Y = 20
  121.   ValidChar = 0
  122.   PreAnswer = 0
  123.   AnswerLength = 40
  124.   Question = `A3:Nodenumber.....................:
  125. End
  126.  
  127.