Re: CFX API to create a structure?

2000-06-28 Thread Iztok Polanic

Hy!

Is there a new version CFX API?

Bye,

Iztok
- Original Message -
From: "Bryan Batchelder" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 27, 2000 23:43
Subject: RE: CFX API to create a structure?


 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.

 --_=_NextPart_001_01BFE080.C0782110
 Content-Type: text/plain;
 charset="iso-8859-1"

 Yah--- I hate that limitation in the CFX APImust have added 2 days
time
 to come up with a work around for that (no more than 1 query).  Had to
 generate massive strings and parse them on the flip side.suck.

 --b

 
 Bryan D. Batchelder   Work: 813-935-7100
 Palm/Internet Developer   Home: 727-547-1322
 
 ConnectWise, Inc. (www.ConnectWise.com)
 2803 West Busch Blvd, Suite 204
 Tampa, FL 33618
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 27, 2000 3:53 PM
 To: [EMAIL PROTECTED]
 Subject: RE: CFX API to create a structure?



  Can you create a structure in a cfx?
 
  I haven't seen a way to do it yet.
 
  I guess I could return a query, but I'd prefer structures so I
  can nest them...
 
  Any ideas?

 Um, nothing in the CFXAPI as I recall can do that.

 If you're wanting to something you can cfloop through you CAN create
queries
 with different names. For instance, with CFX_UserManager it's set up so
you
 can tell the name of the query through the QUERY="?" parameter.

 Ie, you call for a list of NT users with QUERY="Users". Then you can
cfloop
 through the Users query and call for their localqroups putting them in
 QUERY="Localgroups". And then do a nested cfloop through the Localgroups
 query. (Printing out their usernames, then a list of the localgroups
they're
 apart of.)

 I believe that's about it. The CFXAPI allows for only one query to be
 returned per CFX call. Far as I know. So

 --min


 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --_=_NextPart_001_01BFE080.C0782110
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
 HTML
 HEAD
 META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
 charset=3Diso-8859-1"
 META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
 5.5.2650.12"
 TITLERE: CFX API to create a structure?/TITLE
 /HEAD
 BODY

 PFONT SIZE=3D2Yah--- I hate that limitation in the CFX APImust =
 have added 2 days time to come up with a work around for that (no more =
 than 1 query).nbsp; Had to generate massive strings and parse them on =
 the flip side.suck./FONT/P

 PFONT SIZE=3D2--b/FONT
 /P

 PFONT SIZE=3D2/FONT
 BRFONT SIZE=3D2Bryan D. =
 Batcheldernbsp;nbsp;nbsp;nbsp;nbsp;nbsp; Work: =
 813-935-7100/FONT
 BRFONT SIZE=3D2Palm/Internet Developernbsp;nbsp; Home: =
 727-547-1322/FONT
 BRFONT SIZE=3D2/FONT
 BRFONT SIZE=3D2ConnectWise, Inc. (www.ConnectWise.com)/FONT
 BRFONT SIZE=3D22803 West Busch Blvd, Suite 204/FONT
 BRFONT SIZE=3D2Tampa, FL 33618/FONT
 BRFONT SIZE=3D2/FONT
 /P

 PFONT SIZE=3D2-Original Message-/FONT
 BRFONT SIZE=3D2From: [EMAIL PROTECTED] [A =
 HREF=3D"mailto:[EMAIL PROTECTED]"mailto:lsellers@intrafounda=
 tion.com/A]/FONT
 BRFONT SIZE=3D2Sent: Tuesday, June 27, 2000 3:53 PM/FONT
 BRFONT SIZE=3D2To: [EMAIL PROTECTED]/FONT
 BRFONT SIZE=3D2Subject: RE: CFX API to create a structure?/FONT
 /P
 BR
 BR

 PFONT SIZE=3D2gt; Can you create a structure in a cfx?/FONT
 BRFONT SIZE=3D2gt;/FONT
 BRFONT SIZE=3D2gt; I haven't seen a way to do it yet./FONT
 BRFONT SIZE=3D2gt;/FONT
 BRFONT SIZE=3D2gt; I guess I could return a query, but I'd prefer =
 structures so I/FONT
 BRFONT SIZE=3D2gt; can nest them.../FONT
 BRFONT SIZE=3D2gt;/FONT
 BRFONT SIZE=3D2gt; Any ideas?/FONT
 /P

 PFONT SIZE=3D2Um, nothing in the CFXAPI as I recall can do =
 that./FONT
 /P

 PFONT SIZE=3D2If you're wanting to something you can cfloop through =
 you CAN create queries/FONT
 BRFONT SIZE=3D2with different names. For instance, with =
 CFX_UserManager it's set up so you/FONT
 BRFONT SIZE=3D2can tell the name of the query through the =
 QUERY=3Dquot;?quot; parameter./FONT
 /P

 PFONT SIZE=3D2Ie, you call for a list of NT users with =
 QUERY=3Dquot;Usersquot;. Then you can cfloop/FONT
 BRFONT SIZE=3D2through the Users query and call for

RE: CFX API to create a structure?

2000-06-28 Thread Larry Meadors

Hmm, I just had an epiphany. I could use XML (or WDDX) to pass them in and out.

I'll try it and follow up in the next week...

Larry

 [EMAIL PROTECTED] 06/27/00 01:52PM 

 Can you create a structure in a cfx?

 I haven't seen a way to do it yet.

 I guess I could return a query, but I'd prefer structures so I
 can nest them...

 Any ideas?

Um, nothing in the CFXAPI as I recall can do that.

If you're wanting to something you can cfloop through you CAN create queries
with different names. For instance, with CFX_UserManager it's set up so you
can tell the name of the query through the QUERY="?" parameter.

Ie, you call for a list of NT users with QUERY="Users". Then you can cfloop
through the Users query and call for their localqroups putting them in
QUERY="Localgroups". And then do a nested cfloop through the Localgroups
query. (Printing out their usernames, then a list of the localgroups they're
apart of.)

I believe that's about it. The CFXAPI allows for only one query to be
returned per CFX call. Far as I know. So

--min


--
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFX API to create a structure?

2000-06-28 Thread Pete Freitag

Your best bet would be to use WDDX, since you can define a Structure with
WDDX.

_
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM / NETDesign Inc.
http://www.cfdev.com/

-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 28, 2000 10:19 AM
To: [EMAIL PROTECTED]
Subject: RE: CFX API to create a structure?


Hmm, I just had an epiphany. I could use XML (or WDDX) to pass them in and
out.

I'll try it and follow up in the next week...

Larry

 [EMAIL PROTECTED] 06/27/00 01:52PM 

 Can you create a structure in a cfx?

 I haven't seen a way to do it yet.

 I guess I could return a query, but I'd prefer structures so I
 can nest them...

 Any ideas?

Um, nothing in the CFXAPI as I recall can do that.

If you're wanting to something you can cfloop through you CAN create queries
with different names. For instance, with CFX_UserManager it's set up so you
can tell the name of the query through the QUERY="?" parameter.

Ie, you call for a list of NT users with QUERY="Users". Then you can cfloop
through the Users query and call for their localqroups putting them in
QUERY="Localgroups". And then do a nested cfloop through the Localgroups
query. (Printing out their usernames, then a list of the localgroups they're
apart of.)

I believe that's about it. The CFXAPI allows for only one query to be
returned per CFX call. Far as I know. So

--min



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFX API to create a structure?

2000-06-27 Thread lsellers


 Can you create a structure in a cfx?

 I haven't seen a way to do it yet.

 I guess I could return a query, but I'd prefer structures so I
 can nest them...

 Any ideas?

Um, nothing in the CFXAPI as I recall can do that.

If you're wanting to something you can cfloop through you CAN create queries
with different names. For instance, with CFX_UserManager it's set up so you
can tell the name of the query through the QUERY="?" parameter.

Ie, you call for a list of NT users with QUERY="Users". Then you can cfloop
through the Users query and call for their localqroups putting them in
QUERY="Localgroups". And then do a nested cfloop through the Localgroups
query. (Printing out their usernames, then a list of the localgroups they're
apart of.)

I believe that's about it. The CFXAPI allows for only one query to be
returned per CFX call. Far as I know. So

--min


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFX API to create a structure?

2000-06-27 Thread Bryan Batchelder

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BFE080.C0782110
Content-Type: text/plain;
charset="iso-8859-1"

Yah--- I hate that limitation in the CFX APImust have added 2 days time
to come up with a work around for that (no more than 1 query).  Had to
generate massive strings and parse them on the flip side.suck.

--b


Bryan D. Batchelder   Work: 813-935-7100
Palm/Internet Developer   Home: 727-547-1322

ConnectWise, Inc. (www.ConnectWise.com)
2803 West Busch Blvd, Suite 204
Tampa, FL 33618


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 27, 2000 3:53 PM
To: [EMAIL PROTECTED]
Subject: RE: CFX API to create a structure?



 Can you create a structure in a cfx?

 I haven't seen a way to do it yet.

 I guess I could return a query, but I'd prefer structures so I
 can nest them...

 Any ideas?

Um, nothing in the CFXAPI as I recall can do that.

If you're wanting to something you can cfloop through you CAN create queries
with different names. For instance, with CFX_UserManager it's set up so you
can tell the name of the query through the QUERY="?" parameter.

Ie, you call for a list of NT users with QUERY="Users". Then you can cfloop
through the Users query and call for their localqroups putting them in
QUERY="Localgroups". And then do a nested cfloop through the Localgroups
query. (Printing out their usernames, then a list of the localgroups they're
apart of.)

I believe that's about it. The CFXAPI allows for only one query to be
returned per CFX call. Far as I know. So

--min



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01BFE080.C0782110
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: CFX API to create a structure?/TITLE
/HEAD
BODY

PFONT SIZE=3D2Yah--- I hate that limitation in the CFX APImust =
have added 2 days time to come up with a work around for that (no more =
than 1 query).nbsp; Had to generate massive strings and parse them on =
the flip side.suck./FONT/P

PFONT SIZE=3D2--b/FONT
/P

PFONT SIZE=3D2/FONT
BRFONT SIZE=3D2Bryan D. =
Batcheldernbsp;nbsp;nbsp;nbsp;nbsp;nbsp; Work: =
813-935-7100/FONT
BRFONT SIZE=3D2Palm/Internet Developernbsp;nbsp; Home: =
727-547-1322/FONT
BRFONT SIZE=3D2/FONT
BRFONT SIZE=3D2ConnectWise, Inc. (www.ConnectWise.com)/FONT
BRFONT SIZE=3D22803 West Busch Blvd, Suite 204/FONT
BRFONT SIZE=3D2Tampa, FL 33618/FONT
BRFONT SIZE=3D2/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: [EMAIL PROTECTED] [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:lsellers@intrafounda=
tion.com/A]/FONT
BRFONT SIZE=3D2Sent: Tuesday, June 27, 2000 3:53 PM/FONT
BRFONT SIZE=3D2To: [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2Subject: RE: CFX API to create a structure?/FONT
/P
BR
BR

PFONT SIZE=3D2gt; Can you create a structure in a cfx?/FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; I haven't seen a way to do it yet./FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; I guess I could return a query, but I'd prefer =
structures so I/FONT
BRFONT SIZE=3D2gt; can nest them.../FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; Any ideas?/FONT
/P

PFONT SIZE=3D2Um, nothing in the CFXAPI as I recall can do =
that./FONT
/P

PFONT SIZE=3D2If you're wanting to something you can cfloop through =
you CAN create queries/FONT
BRFONT SIZE=3D2with different names. For instance, with =
CFX_UserManager it's set up so you/FONT
BRFONT SIZE=3D2can tell the name of the query through the =
QUERY=3Dquot;?quot; parameter./FONT
/P

PFONT SIZE=3D2Ie, you call for a list of NT users with =
QUERY=3Dquot;Usersquot;. Then you can cfloop/FONT
BRFONT SIZE=3D2through the Users query and call for their =
localqroups putting them in/FONT
BRFONT SIZE=3D2QUERY=3Dquot;Localgroupsquot;. And then do a =
nested cfloop through the Localgroups/FONT
BRFONT SIZE=3D2query. (Printing out their usernames, then a list of =
the localgroups they're/FONT
BRFONT SIZE=3D2apart of.)/FONT
/P

PFONT SIZE=3D2I believe that's about it. The CFXAPI allows f