CF triggering method in remote DCOM

2000-07-10 Thread Ben Lowndes @ CW
Hi. I'm trying to trigger a method in a remote DCOM object over my network. has anyone done this from a CF script? ie from CF, send the DCOM object a command to print a message on the target systems screen, for example? Thnaks, Ben

RE: When should I use CFLOCK?

2000-07-10 Thread Ben Lowndes @ CW
Ok, what if you are using application variables as a part of the IF statement and session in the IF? e.g: CFIF Application.Foo CFSET Session.bar = 1 /CFIF Is it ok to nest different types of Locks (session and application). And what if Application.foo was actually session.foo? Would I

RE: How hard is it to set up a SQL7 data exchange?

2000-07-07 Thread Ben Lowndes @ CW
What you are talking about is Replication. A search of the SQL books online for the keyword replication should give you plenty to read up on. Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Kear Sent: 07 July 2000 07:42 To: [EMAIL PROTECTED]

RE: How do I read a list of employee IDs returned from a form,with checkboxes??

2000-07-05 Thread Ben Lowndes @ CW
Ok, I think you are asking a bit much as you haven't posted any code to indicate what you are trying yourself, but I'll give you a helping hand as I'm sure I did the same when I started coding! !---First do a query to get all the employees names and ID's--- CFQUERY DATASOURCE="MyDSN"

RE: CF XML ?

2000-06-28 Thread Ben Lowndes @ CW
I am symathetic to your situation, there isn't much good info out there on producing or parsing XML with CF, I'm trying to find time to put something together myself at the moment. Firstly, WDDX. WDDX is an XML format that Allaire are pushing. It's good as it allows the transferance of complex

RE: CFML in a Object Orientated Style

2000-06-27 Thread Ben Lowndes @ CW
You are probably talking about cfobbjects: http://www.cfobjects.com Also worth looking at is Fusebox: http://www.fusebox.org Ben -Original Message- From: Rif Kiamil [mailto:[EMAIL PROTECTED]] Sent: 27 June 2000 09:07 To: '[EMAIL PROTECTED]' Subject: CFML in a Object Orientated Style