cf-talk@houseoffusion.com

2002-06-20 Thread phumes1
Hi, In this example the results from my #URLDecode(dir)# is "C:\temp\test\data\123\" I'm trying to check is the directory "data" exists in the variable and if so, do something else. The syntax below is not working properly. What am I doing wrong?

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread phumes1
I subscribe to "New Architect" and I think it sucks. I'm NOT renewing my subscription. Any good replacements? At 09:45 AM 6/18/2002 -0500, you wrote: >I'm very unhappy as well. They pretty much trashed the magazine. > >--- >Billy Cravens > >-Original Message- >From: Raymond Camden [ma

Re: OT...

2002-06-13 Thread phumes1
This is still a continuation from a previous post . I found a script that changes the text of the function writetoLyr(name, message) { if (document.layers) { document.layers[name].document.close(); document.layers[name].document.write(message); document.layers[na

cf-talk@houseoffusion.com

2002-06-13 Thread phumes1
The Work in progress... #replace(results,chr(10),"","all")#

RE: Popup window

2002-06-13 Thread phumes1
'"> > >Eric > > > >-Original Message- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 13, 2002 9:02 AM >To: CF-Talk >Subject: Popup window > > >I have the following code in my popup window: > > > >This templ

Popup window

2002-06-13 Thread phumes1
I have the following code in my popup window: This template is now being loaded into a frame rather than having a new window open. How can I have the button "close" or "reload" a blank page into this frame to clear it? __ Y

RE: Progress Bar

2002-06-12 Thread phumes1
he code is executing? I have the latter, a flash >movie, if you want to use it. > >- Matt Small > >-----Original Message- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 12, 2002 1:34 PM >To: CF-Talk >Subje

HeirMenus

2002-06-12 Thread phumes1
I'm using the heirmenu for my navigation. WHen I click on a link I would like my .cfm template to open up in another frame. Does anyone know if you can specify a "target" destination on the following: HM_Array1 = [ [], ["File","javascript:window.open('fileactions/file-info.cfm','toolbar=no,dire

Progress Bar

2002-06-12 Thread phumes1
Anyone have a nice progress bar? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-a

Re: Problem displaying external file in

2002-06-12 Thread phumes1
oi Critz!!...I got it to work. At 11:39 AM 6/12/2002 -0400, you wrote: >oi phumes1!! > >uh why not just create a script that goes thru and deletes the files >later >in the day or such or could you push the file for viewing using cfcontent? > > >-- >Critz

Re: Problem displaying external file in

2002-06-12 Thread phumes1
Nevermind, I got it to work. When I read the file all the text in run in to each other. How can I put in the proper carriage returns? #results# At 11:32 AM 6/12/2002 -0400, you wrote: >Hi, > >I have a problem. I'm running a executable using is working great. The program creates an externa

Problem displaying external file in

2002-06-12 Thread phumes1
Hi, I have a problem. I'm running a executable using __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.

Re:

2002-06-10 Thread phumes1
quot;Integreated Windows authentication" and I still keep getting "Connection Failure". >HTH > > > >phumes1 wrote: > > In the documentation under authentication for the > "Basic Authetication does not work if you Web server has Windows NT > &g

cf-talk@houseoffusion.com

2002-06-10 Thread phumes1
In the documentation under authentication for the http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

cf-talk@houseoffusion.com

2002-06-10 Thread phumes1
Can someone give me an example of running an executable via CFHTTP >Run the perl script using a CFHTTP request then write the content to file. +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +

RE:

2002-06-07 Thread phumes1
No way...You can run a executable via CFHTTP. Could you give me an example? At 09:15 AM 6/7/2002 -0400, you wrote: > > I don't know whats happening... > > > > The contents of my output.txt file still contains the > > following. The output > > to the screen (console) is totally different and thi

RE:

2002-06-07 Thread phumes1
Could you give me an example? At 09:15 AM 6/7/2002 -0400, you wrote: > > I don't know whats happening... > > > > The contents of my output.txt file still contains the > > following. The output > > to the screen (console) is totally different and this is > > what I want dumped > > into the output

RE:

2002-06-07 Thread phumes1
tity to whom they >are addressed. If you have received this email in error please notify >the system manager. >** > > > > -Original Message- > > From: phumes1 [mailto:[EMAIL PROTECTED]]

cf-talk@houseoffusion.com

2002-06-06 Thread phumes1
Hi, This is what I put in my batch file: test.bat setlocal c: cd C:\temp c:\temp>c:\program\runme.exe c:\temp\filename printer Then from the command prompt I did: C:\temp>test.bat > output.txt The programs run just fine. The program displays the processing to the screen. When I open

RE:

2002-06-05 Thread phumes1
prompt II get a totally different dump to the screen (which I want). I tried even "piping" it to a file but my output file is always empty. At 02:35 PM 6/5/2002 -0400, you wrote: > > >-Original Message- > > >From: phumes1 [mailto:[EMAIL PROTECTED]] > > >

RE:

2002-06-05 Thread phumes1
you run the batch file? > >Ian > >-Original Message- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: 05 June 2002 18:33 >To: CF-Talk >Subject: > >I have a .bat file which I'm passing to my fine except for the output file contents. > >test.bat >---

cf-talk@houseoffusion.com

2002-06-05 Thread phumes1
Why is my output file empty? The filename is passed to the executable for processing but shen I specify the output to be redirected to a file its empty. Why? Run from command prompt: c:\temp>c:\program\runme.exe c:\temp\filename printer > p.log +

cf-talk@houseoffusion.com

2002-06-05 Thread phumes1
I have a .bat file which I'm passing to my The log file contains the lines above and *not* the output that I get if I run the batch file from a command prompt. C:\WINNT\system32\set local C:\WINNT\system32>c: C:\>cd c:\dir1\dir2 D:\dir1\dir2>c:\program\runme.exe c:\temp\filename printer Why

Re:

2002-06-04 Thread phumes1
Only if I run it manually from a command prompt. Not with On Tue, 04 Jun 2002 13:34:57 -0400, in cf-talk you wrote: > > >d: > >cd /dir1/dir2 > >c:/programdir/subdir/runme.exe d:/temp1/temp2/filename > > > > > >This works as long as I change the directory path. > > > >How can I do the above (chan

Re:

2002-06-04 Thread phumes1
At 02:35 PM 6/4/2002 -0400, you wrote: >What user is CF running under? The user logged in that created the mapped drive letter has Administrator privileges. >Does that user have the drive mapped? Yes. >Do you have rights as that user to that drive? Administrator >If any of this is too diff

cf-talk@houseoffusion.com

2002-06-04 Thread phumes1
On our server I have a mapped drive letter "Q" pointing to a directory on another server. I'm trying to read in a file off the server but I keep getting an error. Can't I specify a mapped drive letter in CFFILE? #FileContents# This is the error: Error processing CFFILE Error attempting t

cf-talk@houseoffusion.com

2002-06-04 Thread phumes1
Hi, There is one program that I'm having trouble executing via This works as long as I change the directory path. How can I do the above (change directory) and use http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.co

Check for file existence

2002-06-04 Thread phumes1
I need to check if a file exists on the server and if so, run some code. Whats the best way to check if the file "test.txt" exists in a directory The below doesn't seem to work. Note that the filename can change but the file extension (.txt) will stat the same. Found Match No M

Re: Create dropdown selection from external files

2002-06-03 Thread phumes1
I don't recall receiving your email. I probably deleted it by accident. Your code worked great. Thanks Seth At 08:23 AM 6/3/2002 -0400, you wrote: > > I have the following list from an external file that is being creating >with > > the > What I would like to do (but not sure how) is to grab th

Create dropdown selection from external files

2002-06-03 Thread phumes1
Hi, I have the following list from an external file that is being creating with the = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = S U M M A R Y O F F O L I O S / L E A D = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 001>fo

RE: File selection...is this possible?

2002-05-31 Thread phumes1
289 . . . 017.00 points free 126>folio: 290 . . . 000.00 points free 127>folio: 291 . . . 149.00 points free At 08:51 AM 5/31/2002 -0400, you wrote: >you could just put the files names into the select box and use the multiple >parameter > > > The file name > Th

File selection...is this possible?

2002-05-31 Thread phumes1
Hi, I have an application where I'm listing multiple files and I require to select certain files in that list or all files. I had the idea of display radio buttons beside each filename and have the user select which files are required and pass all the filenames to another template for processi

Re: Running program using

2002-05-29 Thread phumes1
At 09:50 AM 5/29/2002 -0400, you wrote: >On Wed, 29 May 2002 09:20:09 -0400, in cf-talk you wrote: > > >I've done this with another program that works OK. I have another program > >that just doesn't seem to work properly using CFEXECUTE so I was wondering > >if there was a way with CFHTTP? > >No.

Running program using

2002-05-29 Thread phumes1
I was successful getting my program to run using http://localhost/test.cfm Template (test.cfm) code: http://localhost/programs/runme.exe"; username="test" password="test" resolveurl="yes:> #CFHTTP.MimeType# Length: #len(cfhttp.filecontent)# Content: #htmlcodeforma

RE: Running program using

2002-05-29 Thread phumes1
At 02:04 PM 5/29/2002 +0100, you wrote: > > I'm looking at the documentation and it looks like I might be > > able to use cfhttp to run my program on the server from a client > > PC. > > > > I'm not having very much success using cfexecute. Some programs > > work...others don't. I even tried creat

Running program using

2002-05-29 Thread phumes1
I'm looking at the documentation and it looks like I might be able to use cfhttp to run my program on the server from a client PC. I'm not having very much success using cfexecute. Some programs work...others don't. I even tried creating a .bat file without any success. This would be the synta

Running program with cfexecute

2002-05-28 Thread phumes1
Hi, I'm not having much luck running a certain program using cfexecute. Some programs work and others don't. This application is strickly intranet and I was wondering if there was another way of running a program on the server from the client? Possibly via http://www.thenetprofits.co.uk/coldfu

RE: CFEXECUTE

2002-05-28 Thread phumes1
At 05:27 PM 5/28/2002 +0100, you wrote: > > Is there a way to display the output from the cfexecute while > > the program is running to another window? > > My program can take over a minute to run and I want the > > operator to see whats happening in the log file. > > Is there a way to incorporate

CFEXECUTE

2002-05-28 Thread phumes1
Hi, Is there a way to display the output from the cfexecute while the program is running to another window? My program can take over a minute to run and I want the operator to see whats happening in the log file. Is there a way to incorporate a "Working.." completion bar? Similar to installing

Re: Heirmenu

2002-05-24 Thread phumes1
In this version, correct. At 03:34 PM 5/24/2002 +0200, you wrote: >Hi phumes1, > >I would assume that the dhtml-layer of the menu can't appear anywhere >else than in it's own frame... > >Patric > > >p> Hi, > >p> Has anyone used the heirmenu from

Heirmenu

2002-05-24 Thread phumes1
Hi, Has anyone used the heirmenu from (www.dhtmlmenu.com)? My problem is I'm using frames and my dropdown navigation menu is in the top frame and when clicked does *not* overlay the bottom frame. Is there a version of heirmenu that allows overlaying on frames? If so, which one? +--

hiermenus

2002-05-21 Thread phumes1
Hi, I'm using the hiermenus in my application. I have two frames and my top navigation has the dropdown menus. The top frame is only 60 pixels in height but when I move the cursor over the link the popup menu stays within that frame. Is there a way with v4.1.1. to have the dropdown menu "overl

Re: Frames

2002-05-16 Thread phumes1
Hi, I have the following frames setup below. I have a "refresh" link in the top frame "top.cfm" which when clicked I want the bottom frame "bottom.cfm" to refresh. This is the code I have in my top frame. Refresh What am I doing wrong.? It just "hangs" IE. -- | Refre

RE: ARGH!!! Can this be done?

2002-05-15 Thread phumes1
AM 5/15/2002 -0600, you wrote: >Where's the "x"? > >-Ben > >-Original Message- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 15, 2002 11:35 AM >To: CF-Talk >Subject: RE: Can this be done? > > >Would "x" be the

RE: Can this be done?

2002-05-15 Thread phumes1
Would "x" be the line number? At 11:12 AM 5/15/2002 -0600, you wrote: >You can reference the query by bracket syntax and do a nested loop as such: > > > > > > > > > > > > >   > > #

Re: Can this be done?

2002-05-15 Thread phumes1
Hi, This might be a crazy question but here it goes. I'm using http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Re: Floating Navigation

2002-05-15 Thread phumes1
I'm looking for some code that will allow me to have floating navigation text at the bottom of my webpage. As the user scrolls down the page of a long listing the links will flot also. I know I can do this with frames but I want to avoid that. I found one on http://javascript.internet.com/navi

Re: Refresh

2002-05-15 Thread phumes1
Hi, I'm having trouble figuring this one out. I'm using http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Re: CF_Execute from http://www.fusionauthority.com tag gallery

2002-05-14 Thread phumes1
I just downloaded CF_Execute from the tag gallery on http://www.fusionauthority.com/ Where do I place the execute.cfm file on my server? +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +--

Re: Windows

2002-05-14 Thread phumes1
My main page I have a index.cfm file which gets loaded by IE by default. I don't want the toolbar, menubar etc..etc to appear. I just want the page loaded into a window without all that crud. How can I do this...JS with the code below? 'toolbar=no,directories=no,status=no,menubar=no,scrollbars=n

Re:

2002-05-13 Thread phumes1
My http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Re: Find match in string

2002-05-13 Thread phumes1
Hi, The code below checks for the filenames and extensions: Some of the file have a "~" at the end. For example, test.dat~ How can I easily check the above variable for the "~". Note that the file extension could be more than three characters to the right of the "." +--

Re: Free CF Hosting

2002-05-10 Thread phumes1
Hi, Is there free CF hosting around? +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] ++ ___

Re: onload

2002-05-07 Thread phumes1
Whats wrong with this? +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROT

Re: Redirecting...

2002-05-06 Thread phumes1
Hi again, I've set my MIME type to load the files in Ultraedit on the client from the server. Here is the output from the following variables: myPath = file:\\z:/deleteme FileName = test.dat Below is an anchor that when clicking opens the file in UltraEdit no problem. Open #FileName#

RE: Adding MIME types

2002-05-06 Thread phumes1
s >allowed. Imagine the damage you could do... Its strickly intranet. >The only other way I could think is to instruct the user to download the >reg file and execute it themselves from your site. > >-----Original Message- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: Monday

Re: Adding MIME types

2002-05-06 Thread phumes1
Hi, Presently I have a .bat file which runs to add mime types into the registry. I have included my .reg file below. Is there a way to have CF add these mimetypes rather than have approximately 50-100 users run this batch file on their PCs? addmimes.bat - @echo off reg i

Re: redirect

2002-05-06 Thread phumes1
Hi, I'm passing the following fieldx in my url to another template. #myPath# #FileName# This get passed as: http://test/test.htm Without creating a anchor to execute the above URL in my template file how can I be redirected to the URL using CF or JS and then have the previous window closed

Re: Looping...

2002-05-06 Thread phumes1
Hi, I have the following code that lists a directory structure but ignores the files listed below. Is there a way to have the files below read in from a database and then loop through field to eliminate all the code below? The database field would be as follows: test1.txt,text2.txt,tst3.txt

Re: Check for text within cookie

2002-05-02 Thread phumes1
What the I keep getting different results. When I log on with a test account the groups assigned ato my cookie are "tax,hrls,Users" My sub-directories are [eps] [fmt] [format] [test] ..file... ..file...etc. What gets listed is just the files. The directory [test] should be listed also.

Re: Check for text within cookie...Help!

2002-05-02 Thread phumes1
Arg...this is driving me nuts. I'm having trouble understanding the combined expressions. I'm displaying a directory structure with the following sub-directories: [test] [eps] [fmt] [format] ..text file... ..text file... If the user has a assigned group of "Users" and ONLY "Users" the followin

Re: Check for text within cookie...Help!

2002-05-02 Thread phumes1
Here is another crazy question. The below code works great: I can get all of the above group(s) from a database. Can I do the same as above but us a "loop" to check? Not sure on how to go about that. Can I have a > I also need to check if the cookie has "user

Re: Check for text within cookie...Help!

2002-05-02 Thread phumes1
At 08:34 AM 5/2/2002 -0400, you wrote: > > I also need to check if the cookie has "users" and ONLY "users". The > > ContainsNoCase doesn't seem to work. Probably because its the wronf one to > > use? Should I be using the ListFirst? > >listContains() and listContainsNoCase() search for a sub-strin

Re: Check for text within cookie...Help!

2002-05-02 Thread phumes1
What am I doing wrong here in the syntax? Some of the accounts have the group "users" and others don't. The below code works to a certain point. I also need to check if the cookie has "users" and ONLY "users". The ContainsNoCase doesn't seem to work. Probably because its the wronf one to use?

Re: Check for text within cookie...Help!

2002-05-02 Thread phumes1
Thanks Justin. At 07:41 AM 5/2/2002 -0400, you wrote: > > >If these groups are related to security for your application, I would > > >suggest storing them elsewhere, > > > > Database? > >That is one option, yes. You could also use a session variable, or even a >client variable (as long as the st

Re: Check for text within cookie...Help!

2002-05-02 Thread phumes1
ers and someone >could easily put themselves in the "Administrator" group. How would someone go about this? >-Justin Scott, Lead Developer > Sceiron Internet Services, Inc. > http://www.sceiron.com > > >- Original Message - >From: "phumes1" &

Re: Check for text within cookie...Help!

2002-05-02 Thread phumes1
Hi, I'm setting a cookie that can contain 1-10 different groups. For example: #COOKIE.DisplayGroups# Output: -- Administrator,Users,Power Users,Mike,Paul,Dave,Sarah I would like to check the "COOKIE.DisplayGroups" for one of the above groups. If COOKIE.DisplayGroups = Mike ---code

Re: Window resize

2002-04-18 Thread phumes1
Is there a way to have Javascript resize my window with a onload command? +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +

Re: Submitting to popoup window

2002-04-18 Thread phumes1
Hi, From link I'm opening a window where I'm selecting a username from a dropdown selection and then passing that form variable to another template. The first window size is width=340, height=180 If I try to open another window using JS with different width/height settings my form.variable

Re:

2002-04-16 Thread phumes1
Hi, Below I have the following checkboxes. What I would like to do is if a user checks the first box (User must change password at next login) then the next two (User cannot change password & Password never expires) become uncheckable or greyed out. If the (Password never expires) is checked

Re: Custom Tag

2002-04-16 Thread phumes1
Hi, I have a custom tag that I want to add some http://www.intrafoundation.com/ihtk.html Password="#FORM.addpassword#"> +---

Re:

2002-04-16 Thread phumes1
Hi, I need to pass all the boxes checked to another template but the below only passes the first one? Must Change Password Cannot Change Password Password Never Expires Account Disabled +

Re: LOOP

2002-04-16 Thread phumes1
The group attribute did the trick. THanks At 10:06 AM 4/16/2002 -0400, you wrote: >Also phumes1, if you cannot do that for some reason, see the "group" and >"groupCaseSensitive" attributes of the CFOUTPUT tag. > >-Justin Scott, Lead Developer > Scei

Re: LOOP

2002-04-16 Thread phumes1
Hi, The below lists all users logged in to the server. If the user has logged in more than once then I get multiple usernames listed. How can I only list one occurrence of all users? #User# The above outputs: Administrator Administrator Administrator Administrator test test user1 user1 use

Re: User Groups

2002-04-10 Thread phumes1
I know this is not the place for this but I'm sure some of you come from an ASP background. I would prefer to do this in CF but unfortunately the provider does not support it. Are there any good discussion groups similar to this one that I could get some information? +

RE: Stop/restarting CF from a web page- to Anthony???

2002-04-08 Thread phumes1
sion Executive"'> >arguments='start "Cold Fusion RDS"'> >arguments='start "ColdFusion Graphing Server"'> > >Anthony Petruzzi >Webmaster >954-321-4703 >http://www.sheriff.org > > >-Ori

RE: Stop/restarting CF from a web page

2002-04-08 Thread phumes1
lto:[EMAIL PROTECTED]] >Sent: Monday, April 08, 2002 1:19 PM >To: CF-Talk >Subject: Re: Stop/restarting CF from a web page > > >Here is a custom CFX tag for this, but i believe it is for NT > >http://devex.macromedia.com/developer/gallery/info.cfm?ID=A155CF05-7445-11D4 >-A

RE: CF Web Hosting

2002-04-08 Thread phumes1
Yea...I just tried it and got on. Server must have went down. :-) At 12:58 PM 4/8/2002 -0400, you wrote: >http://www.cfdynamics.com/ loads right away for me. > >Ken > > > >-Original Message- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: Monday, April 08,

Re: Stop/restarting CF from a web page

2002-04-08 Thread phumes1
Hi, How can I stop and start the CF server from within a webpage? +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] ++

RE: CF Web Hosting

2002-04-08 Thread phumes1
I just tried http://www.cfdynamics.com and http://cfdynamics.com I can't find the server. This is not a good start. :-) At 12:04 PM 4/8/2002 -0400, you wrote: >I have clients running on advances.net, >media3.net and cfdynamics.com. My experience >with advances.net is that they do not >have enou

Re: CF Web Hosting

2002-04-08 Thread phumes1
Thanks for the info. Who would you suggest? What about www.media3.net? At 12:34 AM 4/9/2002 +1000, you wrote: >It means the web hosting company is a joke. > >CF Express has limited features of Server. > >Don't bother with that web host. > > > > > > >At 10:29 AM 4/8/2002 -0400, you wrote: > >Ca

Re: CF Web Hosting

2002-04-08 Thread phumes1
Can someone tell me what it means when the web hosting company offers ColdFusion Express? Whats the difference between that and just ColdFusion Server?? +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Web Hosting

2002-04-08 Thread phumes1
Hi, I found a web hosting company http://www.parcom.net/ which in its standard list of features includes ColdFusion Express Support. Whats the difference from this and just CF support? __ This list and all House of Fusion re

Re: Chat

2002-04-04 Thread phumes1
There is a site www.softchoice.com which has a cool "Chat" program where you can ring the sales person who then comes online to chat with you. Is there anything in CF that can do this. I want the chat for a specific user. I don't want *anyone* to come in. +--

Re: Intranet/Hosting Toolkit

2002-04-03 Thread phumes1
Hi, Is anyone using the custom tag to list all the nt user accounts and to list tassociated groups for a specific user? http://www.intrafoundation.com/ihtk.html +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL

RE:

2002-04-03 Thread phumes1
the down-down menu to the >hidden input field and pass >that to my template. Lets say I select "phumes1" from the list. I want this >passed to my template file >but all I get when I submit this code is. > >#MyGroups# > > > > Select...  >

Re:

2002-04-02 Thread phumes1
Yup, Me again, I'm trying to pass the #user# selected from the down-down menu to the hidden input field and pass that to my template. Lets say I select "phumes1" from the list. I want this passed to my template file but all I get when I submit this code is. #MyGroups#

Re:

2002-04-02 Thread phumes1
er javascript that I have on the page. Regular tags seem to work >just dandy for me. But, that's just my opinion. I'm sure has its >upsides. > >Cheers, >Tony > >-Original Message- >From: phumes1 [mailto: >Sent: Monday, April 01, 2002 11:00

Re:

2002-04-01 Thread phumes1
Hi, This is an addition to my previous email. I'll try and explain it better. I have a drop-down menu which lists users. Whn auser is selected I have two button on the page "Add" and "Delete" which when clicked the username gets passed to either a add-action.cmf or delete-action.cfm template.

Re:

2002-04-01 Thread phumes1
Hi, How can I submit the ..stuff missing... #User# I want to be able to pass the #User# variable to my other templates from the buttons below. +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: List only one occurrence

2002-04-01 Thread phumes1
mething like this > > > #User# > > > >Or leave out the loop if possible: >#User# > > >-Original Message---

RE: List only one occurrence

2002-04-01 Thread phumes1
-0500, you wrote: > > >Anthony Petruzzi >Webmaster >954-321-4703 >http://www.sheriff.org > > >-Original Message- >From: phumes1 [mailto:[EMAIL PROTECTED]] >Sent: Monday, April 01, 2002 9:12 AM >To: CF-Talk >Subject: Re: List only one occurrence > >

Re: List only one occurrence

2002-04-01 Thread phumes1
Hi, I'm using a custom tag that lists all the current users logged into out NT system and multiple telnet sessions. The results are displayed by querying the #user# variable. Here is an example list and example code below: Administrator Administrator Administrator Administrator Administrator

RE:

2002-03-28 Thread phumes1
-+ >Bryan Love > Macromedia Certified Professional > Internet Application Developer > Database Analyst >Telecommunication Systems >[EMAIL PROTECTED] >+---+ > >"...'If there must be trouble, let it b

Re:

2002-03-28 Thread phumes1
Hi, I'm using a custom tag the displays the groups assigned to a specific user which works fine. The code below is in my application.cfm file in my wwwroot. I can't seem to figure out when I set a cookie it only displays the last group of that user? When I run the code for the first time the f

RE: Closing window

2002-03-27 Thread phumes1
Thats cool but whats the advantage of putting this code in the onrequestend.cfm instead on my file.cfm? If I have other templates in the same directory that I don't want closed I should put the window.close only in the files that I want, right? At 06:14 PM 3/27/2002 +, you wrote: >Within a

Re: Closing window

2002-03-27 Thread phumes1
How can I close a window using javascript without having to click on a link or button? After my CF code runs I want the window to close. +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +-

Re: kill session aka Logout page

2002-03-26 Thread phumes1
Do you put this into the logout page (logout.cfm) or into the application.cfm? At 10:10 AM 3/26/2002 -0500, you wrote: >This is what we use to delete ALL session and client vars, and cookies. > >Chris Norloff > > > >scope="session" type="EXCLUSIVE"> > > > > > > delimiters=","> >

Re: Running code just one time

2002-03-20 Thread phumes1
age runs again, the session variable "isLoggedIn" will >prevent the code from running everytime. > >If you're not clear on the concept of session scope or the >application.cfm, please let us know. It makes all the difference for >understanding how this might work. >

Re: Running code just one time

2002-03-20 Thread phumes1
At 10:33 AM 3/20/2002 -0500, you wrote: > > Within my index.cfm or application.cfm file I want to check if this is the > > first time that the index.cfm file is loaded. If so, do something otherwise > > do nothing. > >The first time loaded at all? The first time loaded for that user's >session?

  1   2   3   >