View Full Version : PROBLEM
Unregistered
October 19, 2002, 11:42:30
My proble is:
after having put a hyperlink what I subsequently write it is inclusive as hyperlink, as I can avoid this
I apologize me for my bad English
Thank's Adriano
This message was originally posted by Adriano in the old TX Text Control Support Forum.
Unregistered
October 19, 2002, 20:18:40
I have found that "FIELDS" tend to grab a carriage return if it is the next character in the line when inserted.
If you make sure that there is a single space in your text after the insertion point, then your problem will probably go away.
This message was originally posted by Matt in the old TX Text Control Support Forum.
Unregistered
October 20, 2002, 11:46:45
It's false.
When I insert the hyperlink and after i insert one space and write again the hyperlink stay.
Thank's
This message was originally posted by Adriano in the old TX Text Control Support Forum.
Unregistered
October 20, 2002, 15:40:25
you must insert the space, then move the insertion piont back one, insert the field, and then move forward one. Then the field should work.
This message was originally posted by Matt in the old TX Text Control Support Forum.
Unregistered
October 20, 2002, 17:00:42
Adriano,
you have to add a second character input position:
TX.FieldEditAttr(TX.FieldCurrent) = &H1&
Then you can get out of the field and continue writing "normal" text.
Bodo
This message was originally posted by Bodo Noering in the old TX Text Control Support Forum.
Unregistered
October 26, 2002, 18:39:00
How do I prepare TXQ files as StyleSheets to Mailmerge
This message was originally posted by Fernando Malodnado in the old TX Text Control Support Forum.