| joh322 2002-04-09, 7:56 am |
| 1. How would you convert an inherited property to a variant property?
a. type over the inherited value with a new value
b. copy the property class and save with a new value
c. copy the property to be changed into a new property class and change
the values
d. an inherited property cannot be changed into a variant property
2. To navigate to the instance of the current item in the previous record, which built-in subprogram can you use?
a. previous_record
b. UP
c. scroll_up
d. previous_block
3. To return the contents of the variable
in an indirect reference, which built-in subprogram can be used?
a. find_item
b. get_item_property
c. name_in
d. set_item_property
Thanks in advance! |