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 API....must 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=lists&body=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">
> <TITLE>RE: CFX API to create a structure?</TITLE>
> </HEAD>
> <BODY>
>
> <P><FONT SIZE=3D2>Yah--- I hate that limitation in the CFX API....must =
> 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>
>
> <P><FONT SIZE=3D2>--b</FONT>
> </P>
>
> <P><FONT SIZE=3D2>--------------------------------------------</FONT>
> <BR><FONT SIZE=3D2>Bryan D. =
> Batchelder&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Work: =
> 813-935-7100</FONT>
> <BR><FONT SIZE=3D2>Palm/Internet Developer&nbsp;&nbsp; Home: =
> 727-547-1322</FONT>
> <BR><FONT SIZE=3D2>--------------------------------------------</FONT>
> <BR><FONT SIZE=3D2>ConnectWise, Inc. (www.ConnectWise.com)</FONT>
> <BR><FONT SIZE=3D2>2803 West Busch Blvd, Suite 204</FONT>
> <BR><FONT SIZE=3D2>Tampa, FL 33618</FONT>
> <BR><FONT SIZE=3D2>--------------------------------------------</FONT>
> </P>
>
> <P><FONT SIZE=3D2>-----Original Message-----</FONT>
> <BR><FONT SIZE=3D2>From: [EMAIL PROTECTED] [<A =
> HREF=3D"mailto:[EMAIL PROTECTED]">mailto:lsellers@intrafounda=
> tion.com</A>]</FONT>
> <BR><FONT SIZE=3D2>Sent: Tuesday, June 27, 2000 3:53 PM</FONT>
> <BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
> <BR><FONT SIZE=3D2>Subject: RE: CFX API to create a structure?</FONT>
> </P>
> <BR>
> <BR>
>
> <P><FONT SIZE=3D2>&gt; Can you create a structure in a cfx?</FONT>
> <BR><FONT SIZE=3D2>&gt;</FONT>
> <BR><FONT SIZE=3D2>&gt; I haven't seen a way to do it yet.</FONT>
> <BR><FONT SIZE=3D2>&gt;</FONT>
> <BR><FONT SIZE=3D2>&gt; I guess I could return a query, but I'd prefer =
> structures so I</FONT>
> <BR><FONT SIZE=3D2>&gt; can nest them...</FONT>
> <BR><FONT SIZE=3D2>&gt;</FONT>
> <BR><FONT SIZE=3D2>&gt; Any ideas?</FONT>
> </P>
>
> <P><FONT SIZE=3D2>Um, nothing in the CFXAPI as I recall can do =
> that.</FONT>
> </P>
>
> <P><FONT SIZE=3D2>If you're wanting to something you can cfloop through =
> you CAN create queries</FONT>
> <BR><FONT SIZE=3D2>with different names. For instance, with =
> CFX_UserManager it's set up so you</FONT>
> <BR><FONT SIZE=3D2>can tell the name of the query through the =
> QUERY=3D&quot;?&quot; parameter.</FONT>
> </P>
>
> <P><FONT SIZE=3D2>Ie, you call for a list of NT users with =
> QUERY=3D&quot;Users&quot;. Then you can cfloop</FONT>
> <BR><FONT SIZE=3D2>through the Users query and call for their =
> localqroups putting them in</FONT>
> <BR><FONT SIZE=3D2>QUERY=3D&quot;Localgroups&quot;. And then do a =
> nested cfloop through the Localgroups</FONT>
> <BR><FONT SIZE=3D2>query. (Printing out their usernames, then a list of =
> the localgroups they're</FONT>
> <BR><FONT SIZE=3D2>apart of.)</FONT>
> </P>
>
> <P><FONT SIZE=3D2>I believe that's about it. The CFXAPI allows for only =
> one query to be</FONT>
> <BR><FONT SIZE=3D2>returned per CFX call. Far as I know. So....</FONT>
> </P>
>
> <P><FONT SIZE=3D2>--min</FONT>
> </P>
> <BR>
>
> <P><FONT =
> SIZE=3D2>---------------------------------------------------------------=
> ---------------</FONT>
> <BR><FONT SIZE=3D2>Archives: <A =
> HREF=3D"http://www.eGroups.com/list/cf-talk" =
> TARGET=3D"_blank">http://www.eGroups.com/list/cf-talk</A></FONT>
> <BR><FONT SIZE=3D2>To Unsubscribe visit <A =
> HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
> sts/cf_talk" =
> TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
> &body=3Dlists/cf_talk</A> or send a message to =
> [EMAIL PROTECTED] with 'unsubscribe' in the =
> body.</FONT></P>
>
> </BODY>
> </HTML>
> ------_=_NextPart_001_01BFE080.C0782110--
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to