Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using component from WebModule

Status
Not open for further replies.

tlhawkins

Programmer
Dec 28, 2000
797
US
Hi,

I'm fairly new to Delphi but I've managed to setup a SOAP WSDL application that I'm using to make changes to some text and return it. I have everything setup but the function that I want to apply to the code is in a visual component. Is there a way to create an instace of the visual component and use the functions in it from the WebModule?

everything I've tried throws an exception.

Thanks

Travis Hawkins
 
add a datamodule to your webmodule and put the visual component on it. create this datamodule from your webmodule...

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Thanks,

I had tried this before but I didn't know that I needed to create the datamodule from the webmodule. I'm still not sure exactly how to do this, or I should say, I don't know where in the WebModule I put the code to Create the Datamodule.



Travis Hawkins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top