This topic is locked

Header and master table locations

2/23/2007 4:46:28 AM
ASPRunnerPro General questions
W
waynes author

Just a little confused here, if I look at the visual editor I see that the header element is displayed on the page before the master table element and according the help file:

Master table info. The special element on which place information about the master table may be inserted. For that user should set the corresponding settings on the Datasource Tables tab.


However when I select an option to show a sub table it places the master table above the header and "outside" of the site. What I mean by this is that it displays the master table before the rest of the page loads? What is happening? Is this the correct behavior?
Am I wrong to think that the master table information should be displayed beneath the header??
BTW, using lastet version downloaded a few days ago.

J
Jane 2/26/2007

Hi,
thank you for pointing me to this bug.

We'll fix it in the next ASPRunnerPro update.
To make your pages working please open C:/Program Files/ASPRunnerPro4.2/source/libs/smarty.asp file, find folowing line:

smart_smarty_display(smarty(mid(str,p+7,len(str)-p-7)))

and replace it with this one:> process_tag="smart_smarty_display(""" & smarty(mid(str,p+7,len(str)-p-7)) & """)"



Then rebuild your project.

W
waynes author 2/28/2007

Hi,

thank you for pointing me to this bug.

We'll fix it in the next ASPRunnerPro update.
To make your pages working please open C:/Program Files/ASPRunnerPro4.2/source/libs/smarty.asp file, find folowing line:

and replace it with this one:Then rebuild your project.


Thank you, that fixed it.