문제

I recently migrated my MOSS 2007 application to share point 2010 which included browser based info-path form filling feature. The controls in the form look compressed and re-sized, and effectively renders without the desired functionality.

Is there anything I can do to get the form back to its normal view?

Thanks a million in advance!

도움이 되었습니까?

해결책

The 2010 rendering is different from MOSS 2007. I had to included

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

in my aspx page that hosted the xml form view. This worked for me!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top