Data Access

public void wdDoInit()

{

	//@@ begin wdDoInit()

	wdContext.currentPersonElement().setFirstName("Lars");

	wdContext.currentPersonElement().setLastName("Vogel");

	//@@ end

}
	

// person is a context defined in the component.

你可能感兴趣的:(Access)