John said:
David,
Two things come to mind. Is a filter applied that is yielding no tasks?
Is the scroll bar all the way to the top? I know, simple dumb things,
but sometimes they can drive you nuts.
One more thought, are you absolutely sure there are tasks in the file?
Hope this helps.
John
Project MVP
Believe it or not the scroll bar is there but faded out. I have tried opening various mpp files with the same result. If I select view source from the blank area there is data. Here is what I see:
<!-- ProjectGuideMainpage -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="MSThemeCompatible" content="Yes">
<title> Microsoft Project </title>
<script src="gbui://mainpage.js" language="JScript"></script>
<script src="gbui://util.js" language="JScript"></script>
<script language="JScript">
try
{
initMainPageData();
initDefaultSettings();
loadSavedSidepaneProperties();
}
catch(exp)
{}
</script>
<!-- TextCont object -->
<object id="TextConv"
classid="clsid:1CFC2250-9B5C-4546-ABA1-1F69A06DCA12"
type="application/x-oleobject"
style="display: none">
<span>TextConv failed to load!</span>
</object>
<!-- Document events handlers -->
<object id="MSPJDocObj"
ALT="Microsoft Project Document Event Handler"
classid="CLSID:494B3458-3EFF-4C66-9C86-D47670D69634"
style="display:none">
</object>
<script for="MSPJDocObj" event="Open(pj)" language="JScript">
try
{
handle_DocumentAfterOpen(pj);
}
catch(exp) {}
</script>
<script for="MSPJDocObj" event="BeforeClose(pj)" language="JScript">
try
{
handle_DocumentBeforeClose(pj);
}
catch(exp) {}
</script>
<script for="MSPJDocObj" event="BeforeSave(pj)" language="JScript">
try
{
handle_DocumentBeforeSave(pj);
}
catch(exp) {}
</script>
<script for="MSPJDocObj" event="BeforePrint(pj)" language="JScript">
try
{
handle_DocumentBeforePrint(pj);
}