Learn the fundamentals of Microsoft SQL Server, a relational database management system that stores and retrieves data when requested by other software applications.
Do more with
void init()
{
int i, j;
Array arr;
;
super();
arr = element.tabOrder();
arr.value(1, 3); // change the tab order of the 1st control
arr.value(2, 4);
element.tabOrder(arr);
}
Premium Content
You need an Expert Office subscription to comment.Start Free Trial