NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: estadok on February 22, 2012, 02:56:59 AM

Title: OLE with NTWS how?
Post by: estadok on February 22, 2012, 02:56:59 AM
Anyone tried to use OLE with NetTalk?
for example

feqOLE    LONG

feqOLE = CREATE(0,CREATE:Ole)
feqOLE{PROP:CREATE} = 'Excel.Application'

feqOLE returs 0 any ideas?
Title: Re: OLE with NTWS how?
Post by: kevin plummer on February 22, 2012, 03:45:40 AM
I used it years ago in a windows app and found it slow, clunky and unreliable - none of what you want in a web app.

Depending what you want to do you may find it better to create a csv file or invest in a com excel template - remember it is the users computer which will open Excel and OLE will simply be used to create the file and save it.

If you still want to use OLE just stick it in a normal source procedure and call it from your Web App like you would in a windows app. You just need to save it and serve it up at the end.