> I am slowly working on on SNPP with ColdFusion and have found 
> a COM object to handle some of the traffic. Below is my code 
> that I am currently using. Question is with COM objects, is 
> their a standard listing on commands that has been published 
> that I can use for reference. 

If I understand you correctly, no, each COM object has its own objects,
properties and methods.

> I am wanting to retrieve information back from the page object 
> and depending on what the first 3 characters are, depends on 
> what page gets displayed. I have tried to do a Left(page, 3) 
> and set that to a variable which produced a blank variable. 
> Then I tried to do a Left(HTMLCodeFormat(page), 3) to see if 
> this worked and received the same blank variable back.

Are you getting any content within the returned page at all?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to