Write the correct order of execution of following form?s
events: initialization, Load, Activate, Refresh , Paint
Answers were Sorted based on User's Feedback
Answer / archana motagi
order of events is:
Initialize
Load
Resize
Activate
Paint
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / naina
The correct order is
Activate
Initilise
Load
Paint
Resize
Is This Answer Correct ? | 1 Yes | 5 No |
what are the three main differences between flexgrid control and dbgrid(Data bound Grid) control
____ property is used to lock a textbox to enter a datas.
What are the objects in ADODB?
What is the difference between a Sub and a Function?
Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
What are two validate with Data Control?
How do I program the Novell NetWare API from VB?
___ property used to add a menus at runtime.
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
Explain the "cursortype" and "Locktype" in VB?
How to load and unload child forms.
1s it posible to Create Tables Through Querydef?