Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help me to find correct answers

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
1. You are creating a custom menu module and want to use custom username substitution parameter. How must substitution parameters be defined?
a. user character variable of type CHAR
b. Two character variable of type CHAR
c. Four character variable of type NUMBER
d. Twenty Five character variable of type CHAR

2. You are building a payroll application and are planning to use as many generic programming units as possible. Which buil-in can you use across the application to obtain the name of the current form for navigation purposes
a. get_application_property
b.get_form_property
c. get_block_property
d.get_item_property

THANKS
 
hi

1) b ( a substituion parameter si always 2 characters long)

2) a ( get_application_property) It can give the name of the current form, calling form plus other properties.)
Get_form_property cannot be use here beacuse it is used to get a property of form, and u have to specify the form name as a parameter. so if u dont know the form name then u cannot use this.

Good Luck
Mohammad
mhusain714@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top