What could have caused this problem?

You have been assigned to maintain a forms application that was designed by a developer who
has left the company.
The form uses different property classes to standardize the appearance of objects in the form. For
example, all buttons should be of the same width.
The CV_Tools canvas contains several buttons. The Print invoice button is not quite wide enough
to display its complete label.
In forms Builder, you open the Button_PC property class and change its Width property to a higher
number. All the buttons become larger except the Print invoice button, which remains its original
size. What could have caused this problem?

You have been assigned to maintain a forms application that was designed by a developer who
has left the company.
The form uses different property classes to standardize the appearance of objects in the form. For
example, all buttons should be of the same width.
The CV_Tools canvas contains several buttons. The Print invoice button is not quite wide enough
to display its complete label.
In forms Builder, you open the Button_PC property class and change its Width property to a higher
number. All the buttons become larger except the Print invoice button, which remains its original
size. What could have caused this problem?

A.
The Printinvoice button was copied from, rather than subclassed from, the Button_PC property
class.

B.
The subclassinformation property for the Printinvoice button is blank.

C.
The Width property of the Printinvoice button is aninherited property.

D.
The Width property of the Button_PC property class is a variant property.

E.
The X Position of the printinvoice button is a variant property.

F.
The X Position Property is notincludedinthe Button_PC property



Leave a Reply 5

Your email address will not be published. Required fields are marked *


Metalfreak

Metalfreak

I would rather pick B because I haven’t came accros copying from property class. Only item’s subclassing is possible. Or you one can copy property class from another property class.

jan

jan

A works fine I believe

nancy

nancy

hi

please tell me …are you attend to study 1z0-151

what version you use????

please answer in my e-mail

ngayathri81

ngayathri81

B is correct answer

carlocladio

carlocladio

I would say D.