Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Jim@Abcam #1
Accessing COM properties that take arguments
sorry if this has been covered before, but I have an external COM object which
has properties that require arguments... e.g. to write a property I need to
write script something like
objFoo.Property("argument") = value;
However, doing this causes CF to complain that I'm trying to assign a value to
a function (this is how it parses the statement).
So, how to I write values to COM object's where the properties require
arguments?
Jim@Abcam Guest
-
Accessing IIS Logfile configuration properties
I want my websvc to read the logfile directory path from IIS configuration Properties, thereby store my websvc log messages in a file created in... -
Accessing properties in custom control
Hi all, This is probably a newbie question, but... I have a custom control inherited from System.Web.UI.WebControls.Table. Here is the code: ... -
Accessing custom control properties
Hello, I've created a custom control and want to set properties in the aspx page. <%@ Page language="c#" Codebehind="test_control2.aspx.cs"... -
accessing properties of loadMovie clips
Hi, I'm working on a site that is constructed as a shell which loads a bunch of swfs into empty movie clips. My question is this: If I create and... -
Accessing all properties of an object at Runtime
Use reflection... "Softwaremaker" <msdn@removethis.softwaremaker.net> wrote in message news:<#b1mBjhQDHA.2432@TK2MSFTNGP10.phx.gbl>...



Reply With Quote

