Hi All

I have a layout with three text objects,

Title (which changes dependant upon the data/place displayed)

Static text (main title Comany Name never changes)

Static text (Disclainer never changes)

I need to chnage the title dependant upon a variable from the main table, I
can populate the variable whith the place name

I need to display this place name on the layout everytime the layout
changes for the next place

To write general text to the layout I have used

Dim layout_win as String
 layout_win = frontwindow()
Set Window layout_win Front

Set CoordSys Layout Units "in"


 Create Text selname (6.4,7.85) (7.4,8.25) Font ("Arial",257,48,0,16777215)


And this places the text (selName) in the center of the layout.


On the first loop of the program this works fine. On the subsequent loops
of the program instead of replacing the old text with the new name it just
add another on top of the previous one.


Can anyone give me any direction on how to change this to the new variable
content


Hope some one can help


Thanks in advance
Jamie




***********************************************************************
The information contained in this email and any attachments 
is intended only for the use of the individual to whom it is 
addressed and may contain information that is privileged and 
confidential, the disclosure of which is strictly prohibited by law.
If you have received this communication in error please 
notify us immediately by telephone on 01908 353604 and 
delete the email.
This email message and any attached files have been 
scanned for the presence of computer viruses.
However, you are advised that you open any attachments 
at your own risk.
We thank you for your co-operation.
***********************************************************************


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 12332

Reply via email to