MS Office Forum / General MS InfoPath Questions / August 2004
FMR: Resizing the contents of the rich text box.
|
|
Thread rating:  |
G. Tarazi - 19 Aug 2004 19:10 GMT I know it sounds a bit too much asking that from Microsoft, but what can I do, my client wants it :-)
We are porting a system to Microsoft InfoPath, and we started testing the newly developed forms recently.
One of the forms has multiple rich text boxes, the end user plans to copy and paste text from different applications to those text boxes.
That almost work fine (we are still testing it), now the problem is when the data are larger than the maximum printing size of the form, the form must be printed at one time, but the data in the rich text box is large.
What the end user (my client) is asking from me, it to add a zoom functionality to the rich text box, I know this will not be that a problem if I access the HTML behind directly (the general html of the InfoPath form).
Is there any ideas? If not, have this feature in mind for the next release of InfoPath if possible.
Thank you
Brian Teutsch [MSFT] - 20 Aug 2004 00:09 GMT It's a good feature request, though obviously we can't promise it for any specific release of InfoPath.
If it's critical, you should implement your own print function, which grabs all the rich text nodes and goes through and resizes tables, images and HR tags to have width no wider than common printers (650px is safe). And of course it'd be nice to resize them back when you're done, so the users don't lose their formatting.
Brian I know it sounds a bit too much asking that from Microsoft, but what can I do, my client wants it :-)
We are porting a system to Microsoft InfoPath, and we started testing the newly developed forms recently.
One of the forms has multiple rich text boxes, the end user plans to copy and paste text from different applications to those text boxes.
That almost work fine (we are still testing it), now the problem is when the data are larger than the maximum printing size of the form, the form must be printed at one time, but the data in the rich text box is large.
What the end user (my client) is asking from me, it to add a zoom functionality to the rich text box, I know this will not be that a problem if I access the HTML behind directly (the general html of the InfoPath form).
Is there any ideas? If not, have this feature in mind for the next release of InfoPath if possible.
Thank you
Matthew Blain \(Serriform\) - 20 Aug 2004 00:39 GMT You could also do something with the XSLT. I think there's even a 'zoom' CSS style you could set.
It's a good feature request, though obviously we can't promise it for any specific release of InfoPath.
If it's critical, you should implement your own print function, which grabs all the rich text nodes and goes through and resizes tables, images and HR tags to have width no wider than common printers (650px is safe). And of course it'd be nice to resize them back when you're done, so the users don't lose their formatting.
Brian "G. Tarazi" <Tarazi (at) LiveTechnologies.ca> wrote in message news:udkAFfhhEHA.3988@tk2msftngp13.phx.gbl... I know it sounds a bit too much asking that from Microsoft, but what can I do, my client wants it :-)
We are porting a system to Microsoft InfoPath, and we started testing the newly developed forms recently.
One of the forms has multiple rich text boxes, the end user plans to copy and paste text from different applications to those text boxes.
That almost work fine (we are still testing it), now the problem is when the data are larger than the maximum printing size of the form, the form must be printed at one time, but the data in the rich text box is large.
What the end user (my client) is asking from me, it to add a zoom functionality to the rich text box, I know this will not be that a problem if I access the HTML behind directly (the general html of the InfoPath form).
Is there any ideas? If not, have this feature in mind for the next release of InfoPath if possible.
Thank you
G. Tarazi - 20 Aug 2004 12:58 GMT Thank you for the ideas; and I will review the XSLT specs to see if it's possible to implement zoom, if I succeed I'll probably post the sample here.
Thanks
"Matthew Blain (Serriform)" <matthewblain@nospam.serriform.com> wrote in message news:uDzErYkhEHA.1440@TK2MSFTNGP10.phx.gbl... You could also do something with the XSLT. I think there's even a 'zoom' CSS style you could set.
"Brian Teutsch [MSFT]" <brianteu@online.microsoft.com> wrote in message news:OZQBVGkhEHA.556@TK2MSFTNGP10.phx.gbl... It's a good feature request, though obviously we can't promise it for any specific release of InfoPath.
If it's critical, you should implement your own print function, which grabs all the rich text nodes and goes through and resizes tables, images and HR tags to have width no wider than common printers (650px is safe). And of course it'd be nice to resize them back when you're done, so the users don't lose their formatting.
Brian "G. Tarazi" <Tarazi (at) LiveTechnologies.ca> wrote in message news:udkAFfhhEHA.3988@tk2msftngp13.phx.gbl... I know it sounds a bit too much asking that from Microsoft, but what can I do, my client wants it :-)
We are porting a system to Microsoft InfoPath, and we started testing the newly developed forms recently.
One of the forms has multiple rich text boxes, the end user plans to copy and paste text from different applications to those text boxes.
That almost work fine (we are still testing it), now the problem is when the data are larger than the maximum printing size of the form, the form must be printed at one time, but the data in the rich text box is large.
What the end user (my client) is asking from me, it to add a zoom functionality to the rich text box, I know this will not be that a problem if I access the HTML behind directly (the general html of the InfoPath form).
Is there any ideas? If not, have this feature in mind for the next release of InfoPath if possible.
Thank you
Matthew Blain \(Serriform\) - 23 Aug 2004 23:03 GMT Not XSLT - CSS.
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/referen ce/properties/zoom.asp
(You will need to drive this with XSLT. You can also use other HTML techniques driven from XSLT).
--Matthew Blain http://tips.serriform.com/
Thank you for the ideas; and I will review the XSLT specs to see if it's possible to implement zoom, if I succeed I'll probably post the sample here.
Thanks
"Matthew Blain (Serriform)" <matthewblain@nospam.serriform.com> wrote in message news:uDzErYkhEHA.1440@TK2MSFTNGP10.phx.gbl... You could also do something with the XSLT. I think there's even a 'zoom' CSS style you could set.
"Brian Teutsch [MSFT]" <brianteu@online.microsoft.com> wrote in message news:OZQBVGkhEHA.556@TK2MSFTNGP10.phx.gbl... It's a good feature request, though obviously we can't promise it for any specific release of InfoPath.
If it's critical, you should implement your own print function, which grabs all the rich text nodes and goes through and resizes tables, images and HR tags to have width no wider than common printers (650px is safe). And of course it'd be nice to resize them back when you're done, so the users don't lose their formatting.
Brian "G. Tarazi" <Tarazi (at) LiveTechnologies.ca> wrote in message news:udkAFfhhEHA.3988@tk2msftngp13.phx.gbl... I know it sounds a bit too much asking that from Microsoft, but what can I do, my client wants it :-)
We are porting a system to Microsoft InfoPath, and we started testing the newly developed forms recently.
One of the forms has multiple rich text boxes, the end user plans to copy and paste text from different applications to those text boxes.
That almost work fine (we are still testing it), now the problem is when the data are larger than the maximum printing size of the form, the form must be printed at one time, but the data in the rich text box is large.
What the end user (my client) is asking from me, it to add a zoom functionality to the rich text box, I know this will not be that a problem if I access the HTML behind directly (the general html of the InfoPath form).
Is there any ideas? If not, have this feature in mind for the next release of InfoPath if possible.
Thank you
|
|
|