fmbma
Posts: 58
|
| Posted: 11/08/2006, 6:41 AM |
|
I have a record form where I want to add some straight asp/html code. This would perform some calculations and display information at the top of the page. Where can I add this code? If I try to drop it into the html template above the record form, it seems to ignore the asp code.
thanks
|
 |
 |
Edd
Posts: 547
|
| Posted: 11/08/2006, 8:00 PM |
|
At the top of the page Add a label from the form builder (it does not need to be in a form) - Make sure that Label is HTML output.
In it's BeforeShow event do your calculations and create a HTML result and save it back to the labels value.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|