|
Go
![]() |
New
![]() |
Search
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
| <Vipul>
|
I figured it out. I embedded javascript in a defined field and used it to set the title depending upon the report executed.
|
||
|
|
Platinum Member |
Try also these examples:
Example 1: HTMLFORM BEGIN <script type="text/javascript"> document.title = 'My title' ; -HTMLFORM END Example 2: -SET &TITLE = 'my title'; -HTMLFORM BEGIN <script type="text/javascript"> document.title = '!IBI.AMP.TITLE;' ; -HTMLFORM END Example 3 SET &TITLE = 'my title'; -HTMLFORM BEGIN -HTMLFORM END But, still, I think it's better to solve your case html title post ensuring you are using HTMTABLE (without L) instead of HTMLTABLE. Regards, Mikel This message has been edited. Last edited by: <Mabel>, |
|||
|
| <Vipul>
|
Thanks Mike, thanks for the help I feel like a rookie in front of all you guys. There is so much to learn....
Vipul |
||
|
| <Kyle>
|
Try using the TITLETEXT option that was introduced in 5.2. See below:
TABLE FILE CAR SUM RCOST BY COUNTRY ON TABLE SET STYLE * TYPE=REPORT, TITLETEXT='Car Report for &DATE', $ ENDSTYLE END This also translates to the worksheet name in EXL2K format. |
||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

