‎2006 Jan 30 9:11 PM
HI all,
I am trying to design a form. I have a window called header.In the text editor of this window the following code is written.
/: BOX FRAME 10 TW
/: ADDRESS
/: TITLE 'Reliance Global Services Ltd.'
/: STREET '50 Cragwood Road,Suite # 209'
/: P.O.BOX '1529'
/: CITY 'South PLainfield'
/: COUNTRY 'US'
/: ENDADDRESS
I expect this address to be displayed in the header window when I follow this menu navigation.
Utilities -> Printingtest.
But the address is not displayed in the header window.
Can anyone explain me this.
Regards,
Varun
‎2006 Jan 30 9:14 PM
Hi Varun,
/: is a command line.It will not print an thing written with that paragraph format.Just change it to any format you created & test it.
‎2006 Jan 30 9:14 PM
Hi Varun,
/: is a command line.It will not print an thing written with that paragraph format.Just change it to any format you created & test it.
‎2006 Jan 30 9:18 PM