PDA

View Full Version : Clip Method in ActiveX Server


Colin Evans
April 27, 2004, 16:40:06
Hi,

For some time now we have been successfully using ActiveX TX text Control in non-server mode to build documents within our Win forms application.

I would now like to use the ActiveX Server option for the Web version of our application so that we can perform the same functions as our Windows application but in unattended mode on the Web Server. However, I notice from the documentation that the Clip method is not available in server mode.

Do you have any suggestions or work arounds as to the best way to 'copy and paste' part of a document using the ActiveX Server option. The areas to be copied will include tables, marked fields and possible embedded images.

Many thanks

Colin

Meik Dankleff
April 30, 2004, 18:27:04
You should use LoadFromMemory and SaveToMemory to do that. You can achieve the same functionality without using the clipboard.

Colin Evans
April 30, 2004, 18:30:15
Thanks for your reply, I'll give it a try !!
Colin