Page 1 of 1

External Com Control

Posted: Mon Jan 16, 2006 12:19 pm
by PT
Scott



How do you call a task from an asp page?

What should the following say



Musicone = "ChangeValue.asp?etc

Should this be "ChangeTask.asp or something?

I have seen the execute task from the external control and it worked but not sure what format for asp page.

Posted: Mon Jan 16, 2006 5:01 pm
by ScottBot
If you're using the samples that are included with the plugin, checkout task.asp.



Generally though, you simply call ExecuteTask( providing the task name) on the HBControl object.

Posted: Mon Jan 16, 2006 8:32 pm
by PT
Scott

Thanks for the quick reply.



I have been using the web control sample page as a guide with the ip ports etc completed. To this end I called the com object once at the start for any GetPropertyVAlue etc and then I have made a call ( on button click)to a modified task.asp as follows

musicone= "musiconetask.asp".



Should I just set up various task.asp with values as required or should I be calling the com object from within the page?