Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Data to be displayed in a fixed place in Smartform

Former Member
0 Kudos

Hi,

There is a pre printed stationery of the client and my program has to print the output in that stationery. I am designing a smartform and I have declared Table for the same. The Table part is fine. I have decalred in the main window Apart form that, I have so many other fields like <b>Address, Date at the Right Top Corner, some blank Boxes, City, Customer Number etc</b>.

Is there any way to write the Following in the left Right hand corner.

Date: <u>10/06/2007</u>

This 10/06/2007 should be in a box while the text should not be in the box.

By Box, I mean a Rectangle.

Actually, there are 15 such fields, do I have to use 15 windows for this or is there any other way?

Thanks in advance,

Ishaq.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can take one window and within window make it as box position.

if you want to print left right hand corner ,then use paragraph format and use tab positions accordingly ..

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

You have to use Variable Windows accordingly.

Other wise If you have evry thing as Static and even the table is also static use Templates accordingly.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

You can take one window and within window make it as box position.

if you want to print left right hand corner ,then use paragraph format and use tab positions accordingly ..

0 Kudos

Can you tell me how do I fix the position of the box?